Package: catatonit Version: 0.1.5-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 817 Section: admin Priority: optional Homepage: https://github.com/openSUSE/catatonit Description: init process for containers catatonic is a very simple init process for application containers. Its purpose is to support only the usage by container managers such as docker and podman, which is /dev/init -- . No other use cases will be supported. Filename: pool/main/c/catatonit/catatonit_0.1.5-1~focal_amd64.deb SHA1: 9927080b7a00b43767f96bb6a324b17f7e7aef48 SHA256: 724f16b46ab80266ab2c4996ba2327d28389c93d1749266b260e0c3a90024356 Size: 274572 Package: cisco-core-trsb Version: 1.0 License: unknown Vendor: support@thousandeyes.com Architecture: all Maintainer: support@thousandeyes.com Installed-Size: 33 Section: default Priority: extra Homepage: https://www.thousandeyes.com Description: Cisco root certificate bundle Filename: pool/main/c/cisco-core-trsb/cisco-core-trsb_1.0_all.deb SHA1: 7463d723d7ee74b2abeda5994c1c5c6f74c75395 SHA256: eb4862558d906cc21a93726fcafb30289328dc257b2b1c485dbc797ff7423803 Size: 20510 Package: cisco-core-trsb Version: 1.1 License: unknown Vendor: support@thousandeyes.com Architecture: all Maintainer: support@thousandeyes.com Installed-Size: 33 Section: default Priority: extra Homepage: https://www.thousandeyes.com Description: Cisco root certificate bundle Filename: pool/main/c/cisco-core-trsb/cisco-core-trsb_1.1_all.deb SHA1: b9cc60dca581ad182de3f703bb8eb67b2946268b SHA256: de508bddafe7ee8d328ab89e0bd2745a7e057e75cd71879718a78c0935e557e9 Size: 20378 Package: cisco-core-trsb Version: 1.2 License: unknown Vendor: support@thousandeyes.com Architecture: all Maintainer: support@thousandeyes.com Installed-Size: 35 Section: default Priority: extra Homepage: https://www.thousandeyes.com Description: Cisco root certificate bundle Filename: pool/main/c/cisco-core-trsb/cisco-core-trsb_1.2_all.deb SHA1: a8dc2b55be7ace2990f44cd22240166360f5e309 SHA256: facd0f29cdd94e3b6d6d18b24f624daa979388ea6580d3fa9ad74d60cb952608 Size: 21774 Package: cisco-core-trsb Version: 1.3 License: unknown Vendor: support@thousandeyes.com Architecture: all Maintainer: support@thousandeyes.com Installed-Size: 35 Section: default Priority: extra Homepage: https://www.thousandeyes.com Description: Cisco root certificate bundle Filename: pool/main/c/cisco-core-trsb/cisco-core-trsb_1.3_all.deb SHA1: 8f1895ab2dc25f6e12be8a68b7a19397dfb82ea7 SHA256: 168ddab6d0f9761f5817f4d1783aa96c7e83da5e0dc6d7a7418f9ed4c771849b Size: 21788 Package: conmon Version: 2.0.28-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 164 Depends: libc6 (>= 2.17), libglib2.0-0 (>= 2.35.8), libsystemd0 Section: admin Priority: optional Description: OCI container runtime monitor Conmon is a monitoring program and communication tool between a container manager (like podman or CRI-O) and an OCI runtime (like runc or crun) for a single container. . Upon being launched, it double-forks to daemonize and detach from the parent that launched it. It then launches the runtime as its child. This allows managing processes to die in the foreground, but still be able to watch over and connect to the child process (the container). . While the container runs, conmon does two things: . - Provides a socket for attaching to the container, holding open the container's standard streams and forwarding them over the socket. - Writes the contents of the container's streams to a log file (or to the systemd journal) so they can be read after the container's death. . Finally, upon the containers death, conmon will record its exit time and code to be read by the managing programs. . Written in C and designed to have a low memory footprint, conmon is intended to be run by a container managing library. Essentially, conmon is the smallest daemon a container can have. Filename: pool/main/c/conmon/conmon_2.0.28-1~focal_amd64.deb SHA1: b4b4bfe5269f9368e69d99101ff6a1f47f916067 SHA256: 65055ec04b97f6da9b564e6d42cb4e2f5c70c218e8eaf9a37e69de5e6b6bc0bd Size: 34116 Package: containernetworking-plugins Version: 0.9.1-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 50262 Depends: libc6 (>= 2.3.2) Conflicts: rkt Section: golang Priority: optional Homepage: https://github.com/containernetworking/plugins Description: standard networking plugins - binaries This package contains binaries of the Container Networking Initiative's official plugins: . Interfaces - bridge: Creates a bridge, adds the host and the container to it. - ipvlan: Adds an [ipvlan] interface in the container. - loopback: Set the state of loopback interface to up. - macvlan: Creates a new MAC address, forwards all traffic to that to the container. - ptp: Creates a veth pair. - vlan: Allocates a vlan device. - host-device: Move an already-existing device into a container. . IPAM: IP Address Management - dhcp: Runs a daemon to make DHCP requests on behalf of the container. - host-local: Maintains a local database of allocated IPs - static: Allocates a static IPv4/IPv6 address. . Other - flannel: Generates an interface corresponding to a flannel config file - tuning: Tweaks sysctl parameters of an existing interface - portmap: An iptables-based portmapping plugin. Maps ports from the host's address space to the container. - bandwidth: Allows bandwidth-limiting through use of traffic control tbf. - sbr: Configures source based routing for an interface. - firewall: Uses iptables or firewalld to add rules to allow traffic to/from the container. Filename: pool/main/c/containernetworking-plugins/containernetworking-plugins_0.9.1-1~focal_amd64.deb SHA1: 451394685420dc5768a8ebf560d951a16a5a7c7a SHA256: 77cb8a81cb8b5950de914d3de1b000119e8d44c1de90d46dab9d3c6fe6ef96f8 Size: 7345220 Package: containernetworking-plugins Version: 0.9.1-2~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 45010 Depends: libc6 (>= 2.3.2) Conflicts: rkt Section: golang Priority: optional Homepage: https://github.com/containernetworking/plugins Description: standard networking plugins - binaries This package contains binaries of the Container Networking Initiative's official plugins: . Interfaces - bridge: Creates a bridge, adds the host and the container to it. - ipvlan: Adds an [ipvlan] interface in the container. - loopback: Set the state of loopback interface to up. - macvlan: Creates a new MAC address, forwards all traffic to that to the container. - ptp: Creates a veth pair. - vlan: Allocates a vlan device. - host-device: Move an already-existing device into a container. . IPAM: IP Address Management - dhcp: Runs a daemon to make DHCP requests on behalf of the container. - host-local: Maintains a local database of allocated IPs - static: Allocates a static IPv4/IPv6 address. . Other - flannel: Generates an interface corresponding to a flannel config file - tuning: Tweaks sysctl parameters of an existing interface - portmap: An iptables-based portmapping plugin. Maps ports from the host's address space to the container. - bandwidth: Allows bandwidth-limiting through use of traffic control tbf. - sbr: Configures source based routing for an interface. - firewall: Uses iptables or firewalld to add rules to allow traffic to/from the container. Filename: pool/main/c/containernetworking-plugins/containernetworking-plugins_0.9.1-2~focal_amd64.deb SHA1: 3646c9c12b3d8549cdeaf4aed2c28027dd92db34 SHA256: 62d6f504eff7e24dcda9f273d7f46ab2b73b36929621e1b9ca198a38f6008d7d Size: 6422528 Package: containernetworking-plugins Version: 1.2.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 47535 Depends: libc6 (>= 2.3.2) Conflicts: rkt Section: golang Priority: optional Homepage: https://github.com/containernetworking/plugins Description: standard networking plugins - binaries This package contains binaries of the Container Networking Initiative's official plugins: . Interfaces - bridge: Creates a bridge, adds the host and the container to it. - ipvlan: Adds an [ipvlan] interface in the container. - loopback: Set the state of loopback interface to up. - macvlan: Creates a new MAC address, forwards all traffic to that to the container. - ptp: Creates a veth pair. - vlan: Allocates a vlan device. - host-device: Move an already-existing device into a container. . IPAM: IP Address Management - dhcp: Runs a daemon to make DHCP requests on behalf of the container. - host-local: Maintains a local database of allocated IPs - static: Allocates a static IPv4/IPv6 address. . Other - flannel: Generates an interface corresponding to a flannel config file - tuning: Tweaks sysctl parameters of an existing interface - portmap: An iptables-based portmapping plugin. Maps ports from the host's address space to the container. - bandwidth: Allows bandwidth-limiting through use of traffic control tbf. - sbr: Configures source based routing for an interface. - firewall: Uses iptables or firewalld to add rules to allow traffic to/from the container. Filename: pool/main/c/containernetworking-plugins/containernetworking-plugins_1.2.0-1~focal_amd64.deb SHA1: 1c0201aa06ba383663a829e207cd2ee35e9c2db6 SHA256: d0198f7679e34785957a2450c81ed02ac2219a22cb8ca6f6fd5fd0cac36ca8f1 Size: 7027784 Package: containers-common Version: 0.40.0-1~focal Architecture: all Maintainer: ThousandEyes Installed-Size: 109 Conflicts: skopeo-containers Replaces: containers-golang, containers-image, skopeo-containers Provides: skopeo-containers Section: devel Priority: optional Homepage: https://github.com/containers/common Description: Configuration files for working with image signatures. Filename: pool/main/c/containers-common/containers-common_0.40.0-1~focal_all.deb SHA1: ab0d894ba6cc336e993a8ac603525ca045cff081 SHA256: 9199929e5e3ce58a618de29c5af24437bc8d9fef073cf66eded7f8644a80baab Size: 49908 Package: crun Version: 0.20.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 1412 Depends: libyajl2 Section: devel Priority: optional Description: OCI runtime written in C Filename: pool/main/c/crun/crun_0.20.0-1~focal_amd64.deb SHA1: dab793ae285c813ca8dc87f80974c23b3dd25ee3 SHA256: 95081d2040223256acfcd3388c1f8afbec9f8652adf89dfc2a4fe6e74fc02650 Size: 243820 Package: crun Version: 1.8.3-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 1627 Depends: libyajl2 Section: devel Priority: optional Description: OCI runtime written in C Filename: pool/main/c/crun/crun_1.8.3-1~focal_amd64.deb SHA1: 559bd4b8aa6f0bd3504ee161d7f266deb49df4f9 SHA256: a2a0d381c4d3ce7f564560a1a1c16a219a2495764f56ddcbbedfb50059e0fbdb Size: 282536 Package: podman Version: 3.2.3-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 79317 Depends: libseccomp2 (>= 2.4.3-1), libdevmapper1.02.1, libgpgme11, catatonit, conmon (>= 2.0.24), containers-common, dbus-user-session, iptables, containernetworking-plugins (>= 0.9.1), crun (>= 0.12.1) Recommends: slirp4netns (>= 100:1.1.8-3), uidmap, fuse-overlayfs Conflicts: podman-rootless Section: devel Priority: optional Description: Manage pods, containers and container images. Filename: pool/main/p/podman/podman_3.2.3-1~focal_amd64.deb SHA1: d65f33d2db697d13702f62fd9a5157743e27b22a SHA256: b9077a38375fb843a7b5cade68d10d1aecf7dcf06a2e25ea25e7edbf6808a814 Size: 18018180 Package: podman Version: 4.4.4-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 72856 Depends: libseccomp2 (>= 2.4.3-1), libdevmapper1.02.1, libgpgme11, catatonit, conmon (>= 2.0.24), containers-common, dbus-user-session, iptables, containernetworking-plugins (>= 0.9.1), crun (>= 0.12.1) Recommends: slirp4netns (>= 100:1.1.8-3), uidmap, fuse-overlayfs Conflicts: podman-rootless Section: devel Priority: optional Description: Manage pods, containers and container images. Filename: pool/main/p/podman/podman_4.4.4-1~focal_amd64.deb SHA1: 1304b721a3618b573d6db9074703955b17797c2c SHA256: 233feff375680f969ffa79287aca752a11d08405d6b7c2f7eb62c804258255c8 Size: 20407260 Package: qualys-cloud-agent Version: 1.6.0-61 Section: utils Priority: high Architecture: all Installed-Size: 9913 Maintainer: build@qualys.com Description: Qualys cloud agent package Filename: pool/main/q/qualys-cloud-agent/qualys-cloud-agent_1.6.0-61_all.deb SHA1: 1c49f59b1ef328b4ab10cd38d82ec4ba58f5920a SHA256: 8ae45696b3aa114040209c9f4507c3655c92dbdc7f0d451e27e11f1de6d891d9 Size: 3659256 Package: te-agent Version: 1.143.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18286 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libldap-2.4-2 (>= 2.4.7), libmnl0 (>= 1.0.3-4~), libosip2-11, libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.143.0-1~focal_amd64.deb SHA1: 1d02aaaa5ff59b610dabbb2eb95572d0c3c6ed53 SHA256: 11d260c96466467906dca3f09632451fc5d30227dd758a2aca524ba1fa58abee Size: 4858212 Package: te-agent Version: 1.144.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18290 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libldap-2.4-2 (>= 2.4.7), libmnl0 (>= 1.0.3-4~), libosip2-11, libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.144.0-1~focal_amd64.deb SHA1: 9b21b35001380d544650d7e452c427280b6c9fdd SHA256: c60e67b5e7e29c201625ae86105082a7ecc91a72ddb67311ae27f798c6c3894b Size: 4856132 Package: te-agent Version: 1.145.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18302 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libldap-2.4-2 (>= 2.4.7), libmnl0 (>= 1.0.3-4~), libosip2-11, libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.145.0-1~focal_amd64.deb SHA1: 0f98977a18af7ad63dd31f3390e5ea71e9382458 SHA256: be9658a4c2c151b886b379dc9667ad6ff40afb400f197939ed5e99aa79a3d35d Size: 4860664 Package: te-agent Version: 1.146.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18306 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libldap-2.4-2 (>= 2.4.7), libmnl0 (>= 1.0.3-4~), libosip2-11, libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.146.0-1~focal_amd64.deb SHA1: 76750925490b6d831f2e650cf855813be7883dc7 SHA256: aa567170200364ec5b3b12a7247b51303b4af7fd8523e915669d908ee42580a3 Size: 4863308 Package: te-agent Version: 1.147.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18334 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libldap-2.4-2 (>= 2.4.7), libmnl0 (>= 1.0.3-4~), libosip2-11, libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.147.0-1~focal_amd64.deb SHA1: 09dcdb716188323ba91a5cb1eed9c8ad6c418c0a SHA256: 0dce5c7e49c945b81290891effee5cb6331138732fc70665b1adde84206aca62 Size: 4866292 Package: te-agent Version: 1.148.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18338 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libldap-2.4-2 (>= 2.4.7), libmnl0 (>= 1.0.3-4~), libosip2-11, libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.148.0-1~focal_amd64.deb SHA1: 53c10b002860e203d90c8b764943ff495750dd3e SHA256: 2574ae9eb2be7db3c2adeea4cde2aa43433eef573e0435859e6f262abcd7c3c6 Size: 4867496 Package: te-agent Version: 1.149.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18366 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libldap-2.4-2 (>= 2.4.7), libmnl0 (>= 1.0.3-4~), libosip2-11, libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.149.0-1~focal_amd64.deb SHA1: b7a260e77a76289c4fe210224ed2105a9c67acb1 SHA256: 60a84007bc0f0260bc72178047727fafe638cf00305ae62a3fe1558e47a83ff9 Size: 4875312 Package: te-agent Version: 1.150.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18210 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libldap-2.4-2 (>= 2.4.7), libmnl0 (>= 1.0.3-4~), libosip2-11, libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.150.0-1~focal_amd64.deb SHA1: b37d7cde3b99e631ba135a63fbf0331ffe46240f SHA256: 2d969c4dcc5900fb16963a01b9c88a48cab8cf5025093f5055d0995e332fa31d Size: 4863808 Package: te-agent Version: 1.151.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18210 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libldap-2.4-2 (>= 2.4.7), libmnl0 (>= 1.0.3-4~), libosip2-11, libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.151.0-1~focal_amd64.deb SHA1: 6411ea6b6bded9349bab402a6823725dd21e4555 SHA256: 60eb634cef019b1d22a7f7e5b50958afd807446a6ce284696d1a75d0253bfc0c Size: 4860240 Package: te-agent Version: 1.152.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18198 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libldap-2.4-2 (>= 2.4.7), libmnl0 (>= 1.0.3-4~), libosip2-11, libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.152.0-1~focal_amd64.deb SHA1: c3e4ee43fad6457536f09b4fa4de81763a674375 SHA256: 6e02cacfe66a1a5c7ce662c5577ecb7b76d3752850dd053a2eb37df4ea8d4ac7 Size: 4857948 Package: te-agent Version: 1.153.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18110 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libldap-2.4-2 (>= 2.4.7), libmnl0 (>= 1.0.3-4~), libosip2-11, libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.153.0-1~focal_amd64.deb SHA1: f669a1b6e53549ffba3d98759d62b94f0b8d075b SHA256: 78c0c88f6ab70946620cbbd863d99cf0023a5308a8318ddbfa6585b6604c5164 Size: 4841172 Package: te-agent Version: 1.155.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18110 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libldap-2.4-2 (>= 2.4.7), libmnl0 (>= 1.0.3-4~), libosip2-11, libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.155.0-1~focal_amd64.deb SHA1: f61a6fbd46602a86726187731129c2a8b04c4b38 SHA256: ecfe12b03c95535a56e056a29e77ae303c370d7b0e86dac302073e139f99fe00 Size: 4839452 Package: te-agent Version: 1.156.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18110 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libldap-2.4-2 (>= 2.4.7), libmnl0 (>= 1.0.3-4~), libosip2-11, libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.156.0-1~focal_amd64.deb SHA1: 3768b0ee585dbcd9458041fd679415c50d1869b5 SHA256: 0700546bbe37a2a0972441df42c6e6c510cd7a0bcf0a7667c47b0f472910c1be Size: 4838652 Package: te-agent Version: 1.157.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18118 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libldap-2.4-2 (>= 2.4.7), libmnl0 (>= 1.0.3-4~), libosip2-11, libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.157.0-1~focal_amd64.deb SHA1: 3cc15cb1944045770ca91f94dc217ec8c63d65e0 SHA256: 63a02feb159687687ac636e4726919b509fd1405ec4304b81bd41c7b91fc2d9e Size: 4839780 Package: te-agent Version: 1.158.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18118 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libldap-2.4-2 (>= 2.4.7), libmnl0 (>= 1.0.3-4~), libosip2-11, libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.158.0-1~focal_amd64.deb SHA1: a16343ea1af56465dbddd0e0daa71bd212e282dc SHA256: 601af80756174bb5fba266322e7b66bafc3a88ef428bcc0ed6bf83e1711f7813 Size: 4839976 Package: te-agent Version: 1.159.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18114 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libldap-2.4-2 (>= 2.4.7), libmnl0 (>= 1.0.3-4~), libosip2-11, libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.159.0-1~focal_amd64.deb SHA1: 52c4cb628b296d9c8da81c5314e2a0fe518cd0f8 SHA256: 7035e8870cbc826e67dcffca3e8c97d431ca28b354a74cbdcef92fdc78c672e8 Size: 4838460 Package: te-agent Version: 1.159.1-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18118 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libldap-2.4-2 (>= 2.4.7), libmnl0 (>= 1.0.3-4~), libosip2-11, libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.159.1-1~focal_amd64.deb SHA1: d5f296f735eb17ec12658bb425a45d7d38b3233a SHA256: 565dfcdfb8e3316aeb466765e45c9b002436b26c6e846a81a9f58322da1bf4b1 Size: 4839372 Package: te-agent Version: 1.161.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 20050 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libosip2-11, libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.161.0-1~focal_amd64.deb SHA1: b699568f4347a88df3a6f95b331f7b5750332b0e SHA256: 4f31faef80d5c23316e321dfcb35573fd6cac127a1f9e02ae1f03a5958ea8608 Size: 5413092 Package: te-agent Version: 1.162.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 20062 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libosip2-11, libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.162.0-1~focal_amd64.deb SHA1: 1d9fa5d23aacb542c0a8eea4788e53b3743c5cc8 SHA256: 85eab1cf7f585a4acb94aba395d3d3f70995c02b558a4ef474386738e8818021 Size: 5418408 Package: te-agent Version: 1.164.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 20078 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libosip2-11, libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.164.0-1~focal_amd64.deb SHA1: 0f64d19dd4d1693d3bf06e4162500f6c491cd9cb SHA256: 5120c05253d0d2d73b327817e55532e6b9ea74af9bc0be614a564ab991645798 Size: 5422300 Package: te-agent Version: 1.165.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 20369 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.165.0-1~focal_amd64.deb SHA1: 886e8b456387a465d5d0a9d5be55a8a2d9e62b70 SHA256: 426cde25eccc4c38f6428e01d61f3022d368771d105eb9793172dce27d36fe27 Size: 5506812 Package: te-agent Version: 1.167.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 20369 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.167.0-1~focal_amd64.deb SHA1: 0e362262882226ae1f158018f4ca58cf90695927 SHA256: 7935da63cde1c335f4f84a1c4a5b2897b2495b4a90ed364ea147889e48186914 Size: 5506136 Package: te-agent Version: 1.168.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 20369 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.168.0-1~focal_amd64.deb SHA1: eff74bea68e59cedc8431588cdedbec00b880dd7 SHA256: 0abe3be207cfff3625ed023332c2e61a51c40669b478d32f7ab32835101efb86 Size: 5503696 Package: te-agent Version: 1.169.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 19570 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.169.0-1~focal_amd64.deb SHA1: 69b8388bede9fce7af72982e50285fc2f0ac15ad SHA256: 8848ecadf26b1f5461d1142edfc657227624c94cd002d0a16483acd07c4292ab Size: 5325856 Package: te-agent Version: 1.170.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 19586 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.170.0-1~focal_amd64.deb SHA1: a56f5678d9f61af282f8110d86440e22b0272f51 SHA256: 18487b76acdcd46f3183b732b0ccfe09da41084158b2f8c24fb87e582fa827df Size: 5344196 Package: te-agent Version: 1.171.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 19586 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.171.0-1~focal_amd64.deb SHA1: f93efb8a2f4bef6d175eea02c337f08b2442b6c2 SHA256: 9464d8708c0fad9504c45fd6c705bef7456ae38e10369abdba02b6f352e6e7cc Size: 5346156 Package: te-agent Version: 1.173.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 19585 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.173.0-1~focal_amd64.deb SHA1: ca8322724363713b1950f10aaab8967c11f1dcd2 SHA256: 94c9bfbeaafda44c4b1e68d4ae74fd7e871fc428afda881efe7903fee5040c38 Size: 5343108 Package: te-agent Version: 1.174.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 19646 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.174.0-1~focal_amd64.deb SHA1: 45517f413c46c9caefe5b784bdfe22ace2f9bc47 SHA256: c995f324d4df5dd1e60ba7f57a37d35b29de2a68f848dc8ab967858ee5112a08 Size: 5354636 Package: te-agent Version: 1.175.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 19678 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.175.0-1~focal_amd64.deb SHA1: a461fc02ff9fc9db13899a5c3aa9f28bf9c5af5c SHA256: 49c9c6fb706bba4fc737b13b7f8378eebe40d7d2c70c89afc5c3cbf33b7d554d Size: 5360628 Package: te-agent Version: 1.176.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 19710 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.176.0-1~focal_amd64.deb SHA1: bf38a22134cb1b93d176e726353df6f83ac54344 SHA256: 02d0322139194c06284518cbf95114d2a3b3bbf1d3f569a8a6fb5407aac2ce91 Size: 5369560 Package: te-agent Version: 1.177.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18192 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.177.0-1~focal_amd64.deb SHA1: d4ad881bb07b6544571e0bc16f0e15f9c92f7edc SHA256: 23391deb3118245da2b5ec8726d292792228a5166913e08627e8c826089e26e0 Size: 4979168 Package: te-agent Version: 1.178.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18180 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.178.0-1~focal_amd64.deb SHA1: 93b4c643626d895c3ba3c507a1708b082d0e562b SHA256: 714360ae1431e57462623b62659eae804d4d99af2f6f33603110e741ce329d39 Size: 4975832 Package: te-agent Version: 1.179.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18200 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.179.0-1~focal_amd64.deb SHA1: 0da660d3f863b2beacb8dca907cafeb50feb250b SHA256: bfa02ba63f374a0be1f238eddb60dfc1a6f5cf929a3ab6fd07e6f10b061b51cc Size: 4981500 Package: te-agent Version: 1.181.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18200 Depends: ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.181.0-1~focal_amd64.deb SHA1: 83b6e1fc874f59cb38475915883e99b399e40400 SHA256: 6d5b0e12691249fdf079e9a43b5327208bad462f5afa9a3380b81a2ef5dd8813 Size: 4981656 Package: te-agent Version: 1.182.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18200 Depends: ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.182.0-1~focal_amd64.deb SHA1: c3ac23987ac02fd89d7b6f18fd242747ecdd32eb SHA256: 131e7fbff3568a21ecf631cfc89c10f23ea1e04082854c1a34848de128baeac5 Size: 4982788 Package: te-agent Version: 1.183.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18203 Depends: ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.183.0-1~focal_amd64.deb SHA1: bd7554a9c034f160490abd6f08c86ed780d4a07e SHA256: f9c3da41179531d1c1e1688c549d55feb14a4cdca3af69e6d165b914b6ba61d1 Size: 4983184 Package: te-agent Version: 1.152.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 17205 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 4.2), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libldap-2.4-2 (>= 2.4.7), libmnl0 (>= 1.0.3-4~), libosip2-11, libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.152.0-1~focal_arm64.deb SHA1: 31165466dd511c66b11fe5ccf3f4be32703db375 SHA256: 62b72629a78a1684bde2109d713b50853294594b2fe19e7240b8374a0313b726 Size: 4305620 Package: te-agent Version: 1.153.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 17153 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 4.2), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libldap-2.4-2 (>= 2.4.7), libmnl0 (>= 1.0.3-4~), libosip2-11, libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.153.0-1~focal_arm64.deb SHA1: 4b04209b5def7bca50bff889a866c2c4995dd5cb SHA256: c3ce138922e49fc0f94cac72cd4b26bf9b3825589fd8c81a3550f073c4c666db Size: 4289236 Package: te-agent Version: 1.155.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 17149 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 4.2), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libldap-2.4-2 (>= 2.4.7), libmnl0 (>= 1.0.3-4~), libosip2-11, libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.155.0-1~focal_arm64.deb SHA1: 7793361c034c4812422daa92bc0ff0aab1f9fda9 SHA256: ed1edc6ede199c611d5e77d4a704981058916e4458bce7f15d7cc40048571a71 Size: 4292376 Package: te-agent Version: 1.156.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 17133 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 4.2), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libldap-2.4-2 (>= 2.4.7), libmnl0 (>= 1.0.3-4~), libosip2-11, libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.156.0-1~focal_arm64.deb SHA1: 436e7951cceabe5bb2a92c5c2c259c979e953e3c SHA256: c9844efd1e32b98ad60324b5a470c0f049fb7eec2dcd8f74e2eb53f1daa6863e Size: 4287808 Package: te-agent Version: 1.157.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 17145 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 4.2), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libldap-2.4-2 (>= 2.4.7), libmnl0 (>= 1.0.3-4~), libosip2-11, libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.157.0-1~focal_arm64.deb SHA1: 130f37068e9a75fd462e9ffc2ac04f911585b7fb SHA256: 965182015f31e726b1b7af0a551ad23754c00a33b21e7f5cf1cbe392558e24ce Size: 4290848 Package: te-agent Version: 1.158.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 17125 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 4.2), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libldap-2.4-2 (>= 2.4.7), libmnl0 (>= 1.0.3-4~), libosip2-11, libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.158.0-1~focal_arm64.deb SHA1: f91b77ab2b3126152cac7cbb2f3cacf0578debb5 SHA256: 1a7f28ebfbd695645fa0b8bff4b71f3d96fe5890e4bd8968b51ea8a10bae69a6 Size: 4290856 Package: te-agent Version: 1.159.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 17145 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 4.2), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libldap-2.4-2 (>= 2.4.7), libmnl0 (>= 1.0.3-4~), libosip2-11, libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.159.0-1~focal_arm64.deb SHA1: b41d1eaf924dcfd46d5c1a0dc7b83446f87c56f2 SHA256: 9b9344a254850fa561de141168a4dabd61e093315a9261acb0e4e7a2b7c51445 Size: 4288488 Package: te-agent Version: 1.159.1-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 17145 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 4.2), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libldap-2.4-2 (>= 2.4.7), libmnl0 (>= 1.0.3-4~), libosip2-11, libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.159.1-1~focal_arm64.deb SHA1: acf84929be97b2ec7367e9586b93f030dbb001a1 SHA256: 2a6bbb96ebc4a780ffd7e9c7508a952b9f382c9d5b8f269350312d4004c1334e Size: 4291200 Package: te-agent Version: 1.161.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 18989 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 4.2), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libosip2-11, libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.161.0-1~focal_arm64.deb SHA1: fb9d1facc89b65759e72deb277f55a0ca94c8e1d SHA256: 011e41357631ab65fc131ebd3a65a68cfbae03b2fa2b452e1ccee108b8024b80 Size: 4762024 Package: te-agent Version: 1.162.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 18981 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 4.2), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libosip2-11, libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.162.0-1~focal_arm64.deb SHA1: 41c50ed9a993500d399efa274f880579db3f2b2e SHA256: 26cfddd84d256de3c560ae55813d300f5941819709d7a1a2be340f249fdfa8b4 Size: 4763712 Package: te-agent Version: 1.164.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 18985 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 4.2), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libosip2-11, libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.164.0-1~focal_arm64.deb SHA1: e665ca4530e3f80793be86067ff9fe3464834d2b SHA256: 3bbc478c6a2321f9ed308d8434749ace61c05bc79ab724a058915d5d40689b4d Size: 4766220 Package: te-agent Version: 1.165.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 19272 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 4.2), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.165.0-1~focal_arm64.deb SHA1: 2792a507b708806520d4d77d712028fe4e09cf35 SHA256: 333295f50f9659cc016c761b967e84af547cc215eb37cf61460f8880f2dd5b8e Size: 4843712 Package: te-agent Version: 1.167.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 19276 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 4.2), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.167.0-1~focal_arm64.deb SHA1: 646c9abcf7ec32cb453300de37f485a81dc6cc4b SHA256: 99e19df8d6c8b60c4caa1ce2a090994f54293327ea0c9b1ce6f3e24effc6026e Size: 4841848 Package: te-agent Version: 1.168.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 19276 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 4.2), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.168.0-1~focal_arm64.deb SHA1: 8292b01af242ae12a2f42b39b5d03f766e9b5322 SHA256: 6d748935ad6a65f612e1bae1f8ae8ccfead731a7aebdb3abe39cdadb48789de8 Size: 4841736 Package: te-agent Version: 1.169.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 18501 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 4.2), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.169.0-1~focal_arm64.deb SHA1: b0006af33af68928e9a6a5ee892ab13e76caadc0 SHA256: 8ed24d65a3e8b5c6438211ccb9087e61267e6fbc8ed50c3c762f51c93369c96b Size: 4681060 Package: te-agent Version: 1.170.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 18509 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 4.2), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.170.0-1~focal_arm64.deb SHA1: 77d066cd7dfd29f504f46c2188491901d82c4fd2 SHA256: 90f589887bb25cf020953ec4659be9b34ab3ee5fa49dfc57b697dd4a31901b49 Size: 4683284 Package: te-agent Version: 1.171.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 18521 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 4.2), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.171.0-1~focal_arm64.deb SHA1: 76706bb91ee0989dc65bec45fbb2a5ae6b9b4381 SHA256: e78b0ab462eb1942b39a040e5ad315adfce62af00dcfa1b0bef8b425e3525d0a Size: 4683276 Package: te-agent Version: 1.173.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 18520 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 4.2), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.173.0-1~focal_arm64.deb SHA1: 2517c4932bb21fe0326bdb0e5a7062c690fb1eca SHA256: c6cba329ed2ac21fd66171cc3bcdfce195f026d15bf9197c2f3e8d431072cee7 Size: 4682824 Package: te-agent Version: 1.174.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 18580 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 4.2), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.174.0-1~focal_arm64.deb SHA1: eae0a88b29c383a9f1b49703c6095e1e560a29ab SHA256: f031cd731841e467df8a69a7c29c079c9c174985bc20c001aa6280d29e88a2e1 Size: 4694436 Package: te-agent Version: 1.175.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 18604 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 4.2), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.175.0-1~focal_arm64.deb SHA1: dd5bcc1daba9e9d80d0652767c7a766bb32f7069 SHA256: 3d456465e8ad05fca6fefce972df04750d6eb53b6028a1831566c3c2e4e073d1 Size: 4701128 Package: te-agent Version: 1.176.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 18644 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 4.2), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.176.0-1~focal_arm64.deb SHA1: 21927ef43ebbc7cecffe3aee6d437f86acf8dc88 SHA256: 0da7a49e12b7cf50f4b56bba33b38e8b045cc0a715cea1ef7e900cdb716638aa Size: 4706536 Package: te-agent Version: 1.177.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 17206 Depends: lsb-release, ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 4.2), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.177.0-1~focal_arm64.deb SHA1: a02acb42ac7202861a2eb5d9b714addeb40cc25d SHA256: 837b06d4c301e058116c027bffe554078181853ba5b7a8dfef6c08129889f531 Size: 4418304 Package: te-agent-dbg Source: te-agent Version: 1.143.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 392806 Depends: te-agent (= 1.143.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.143.0-1~focal_amd64.deb SHA1: 58a7b74427c4759bce0e98dc3ee9e3e3d52331cb SHA256: cce714d34884b2c54d09addb2c1dd7f0424ff35c365ebd0f4c52c821348f4e3a Size: 73348896 Package: te-agent-dbg Source: te-agent Version: 1.144.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 392911 Depends: te-agent (= 1.144.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.144.0-1~focal_amd64.deb SHA1: 34fbf0a8efca2518d656a851457f43841af679d8 SHA256: 002ed49451ed42276770f9b195a55cd62fc367fb2844ba47e57016969463a0a7 Size: 73396980 Package: te-agent-dbg Source: te-agent Version: 1.145.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 393532 Depends: te-agent (= 1.145.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.145.0-1~focal_amd64.deb SHA1: 184c2307c5d103c32a22f233a0520a5d4efe2410 SHA256: d60b8773917e686f0f13a112144089b5e14e02d3a7e94908e35abeea2d74e77b Size: 73506192 Package: te-agent-dbg Source: te-agent Version: 1.146.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 393607 Depends: te-agent (= 1.146.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.146.0-1~focal_amd64.deb SHA1: d7ee76b25c27777ad6e1bb42d8b2c938354ec427 SHA256: 2a17a5645f6e99c34ac8239220465b0f2838d7ba67450f0e5a88ae7d1d0d9183 Size: 73535968 Package: te-agent-dbg Source: te-agent Version: 1.147.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 395602 Depends: te-agent (= 1.147.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.147.0-1~focal_amd64.deb SHA1: fd6ce3bded82c91dd18c5bf6fc113820a4f178a7 SHA256: 3a97207a2e6161f33518c28a4a90ab8278e2961826a91386402e77fc07b7d466 Size: 74082620 Package: te-agent-dbg Source: te-agent Version: 1.148.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 395707 Depends: te-agent (= 1.148.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.148.0-1~focal_amd64.deb SHA1: 937aaa7b7b887f0118ff72fb289f264d4300e5b0 SHA256: 9ff5e56d68246d24cf8eac07e3bc809bca9c146b3b91f569dc7299b27adcc483 Size: 74089872 Package: te-agent-dbg Source: te-agent Version: 1.149.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 397803 Depends: te-agent (= 1.149.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.149.0-1~focal_amd64.deb SHA1: 31911604886674101d50377bb8e96b42f022e1ec SHA256: aa874810bb2bf9b41a962649f23fb0c97e3e988bb36da7e4980f63821c0558ff Size: 74706072 Package: te-agent-dbg Source: te-agent Version: 1.150.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 400068 Depends: te-agent (= 1.150.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.150.0-1~focal_amd64.deb SHA1: 0cb458ba160c44a79d76058f0e07a3f808672123 SHA256: 64bdba8fb19b580bf2a02147b64f0b39364254166158501cabf29c5f2860750a Size: 75098592 Package: te-agent-dbg Source: te-agent Version: 1.151.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 398030 Depends: te-agent (= 1.151.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.151.0-1~focal_amd64.deb SHA1: 6c66b70e47107806db6a4f5924599bd2394ecd7c SHA256: b179a28ead305a9dbbb9545e527470536dd967e7c21346ddac78f918d16cf2df Size: 74982028 Package: te-agent-dbg Source: te-agent Version: 1.152.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 397116 Depends: te-agent (= 1.152.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.152.0-1~focal_amd64.deb SHA1: a89adc4c93c21910c9187e363effdc3281610e0a SHA256: f7e227c1e27f8b808c9ed3715e9a94cc9aa5b41e4f41b05306cae2658de2ebba Size: 74831376 Package: te-agent-dbg Source: te-agent Version: 1.153.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 394396 Depends: te-agent (= 1.153.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.153.0-1~focal_amd64.deb SHA1: c4acb10acec9a0140b3ca042a70cbd2b25af50c3 SHA256: 4538f57540ce9d541c3211652a23caf8230be5404e5e530af0f37d51d32f0235 Size: 74173788 Package: te-agent-dbg Source: te-agent Version: 1.155.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 394405 Depends: te-agent (= 1.155.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.155.0-1~focal_amd64.deb SHA1: a8895073769582e328e0a238b1e6233fb1fe1401 SHA256: 90ddc07b27b59bb6198f27d93bf98e9b610aa6a50075db7e46f56f6424ced79d Size: 74184060 Package: te-agent-dbg Source: te-agent Version: 1.156.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 394403 Depends: te-agent (= 1.156.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.156.0-1~focal_amd64.deb SHA1: 17ab278ff4bd3033e7ffef45dd6348d8fca2de59 SHA256: e88201a1007f5de29f8cb0c5a668fa874459f564ee6d1998fa8dfe38ac9f64cc Size: 74195592 Package: te-agent-dbg Source: te-agent Version: 1.157.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 394720 Depends: te-agent (= 1.157.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.157.0-1~focal_amd64.deb SHA1: c3393d96a877f9fc592ea97d8c5c2606d3912f24 SHA256: 36411144188f698cff95432ea7c7e8013897ee52d35d41f1970c9097be7a98f1 Size: 74262212 Package: te-agent-dbg Source: te-agent Version: 1.158.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 394730 Depends: te-agent (= 1.158.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.158.0-1~focal_amd64.deb SHA1: d033069b519b43c35ae60426d6a55caa5c24ac42 SHA256: 22ac370f82c25cfab661e41db98fd85cd1233cfa5ce3e9c8bf9454c78ee9e0b3 Size: 74231404 Package: te-agent-dbg Source: te-agent Version: 1.159.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 394728 Depends: te-agent (= 1.159.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.159.0-1~focal_amd64.deb SHA1: a6ba76baea27b723d58ae9fb15e47731d83c1d42 SHA256: 49bcbe036dbf442465d1f34aa2ca9169d3d52bce6eacaa0778630132592edf54 Size: 74249056 Package: te-agent-dbg Source: te-agent Version: 1.159.1-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 394731 Depends: te-agent (= 1.159.1-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.159.1-1~focal_amd64.deb SHA1: 50d0267707930f78bcf3e26e3062a6bf7387df1e SHA256: 15d45c1fad82d9d31ce16eaea4f782638a12e7a5bc683cee3888f3abde7b2d9f Size: 74254376 Package: te-agent-dbg Source: te-agent Version: 1.161.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 425697 Depends: te-agent (= 1.161.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.161.0-1~focal_amd64.deb SHA1: 3829d35538afd663878a1c94c359f4f8aa712ac9 SHA256: a374c5fd3b1a60e0651ce9421964d8a8e0c7d8dd0d845bfdb05748e371072c09 Size: 79948140 Package: te-agent-dbg Source: te-agent Version: 1.162.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 426156 Depends: te-agent (= 1.162.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.162.0-1~focal_amd64.deb SHA1: 674193fe999a7b348139f8d889e625852e5b0b6c SHA256: 4700661dc2a03de885016b6f559ee7f13b6239649f20a80cc902e1ef35b89e46 Size: 80037644 Package: te-agent-dbg Source: te-agent Version: 1.164.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 426697 Depends: te-agent (= 1.164.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.164.0-1~focal_amd64.deb SHA1: 5bd5e274cb59967d9b2842ff630b6137c6189174 SHA256: c8d0ac62089e8d8ac517ec4bcd9dfcb90fdf93a165a00dac05a06914ac8989fc Size: 80137536 Package: te-agent-dbg Source: te-agent Version: 1.165.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 429245 Depends: te-agent (= 1.165.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.165.0-1~focal_amd64.deb SHA1: 185041cea4b5925c07b7452fce674b39a653a813 SHA256: 32ca590f23e3de87bf5d5e777660a3b0a9110236054d0edc627449a48cfa4013 Size: 80591396 Package: te-agent-dbg Source: te-agent Version: 1.167.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 429245 Depends: te-agent (= 1.167.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.167.0-1~focal_amd64.deb SHA1: 889876efde2e13e1c617d1a423c8bd7b889ac926 SHA256: ff449e48b8020b4155bef142158ba0c30c53a71e0d71772d5f31b663b716c79c Size: 80594480 Package: te-agent-dbg Source: te-agent Version: 1.168.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 429245 Depends: te-agent (= 1.168.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.168.0-1~focal_amd64.deb SHA1: 2d781b87475a35d79a5959e9f1c292f047fd470e SHA256: 2229cfab0e37cd29c47e78896ba7687d85fa050fbef9e334ca568cddb3cdcd63 Size: 80598332 Package: te-agent-dbg Source: te-agent Version: 1.169.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 428160 Depends: te-agent (= 1.169.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.169.0-1~focal_amd64.deb SHA1: 43a168d760062427f20bc0780f6a8bb6230e08e2 SHA256: c45149841a9441d292feb6a61e5c566d33f91f92bcf9f4087e7af61a9724fd5a Size: 80435984 Package: te-agent-dbg Source: te-agent Version: 1.170.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 429060 Depends: te-agent (= 1.170.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.170.0-1~focal_amd64.deb SHA1: 2e0ddf7e926ffd948d289be09001595e3dace5c9 SHA256: f29726cd9584d6816e68ce155edfa2e689f12313442265c3edbc42408f8c3704 Size: 80672216 Package: te-agent-dbg Source: te-agent Version: 1.171.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 429120 Depends: te-agent (= 1.171.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.171.0-1~focal_amd64.deb SHA1: d6510c3bb31ee9f9cae5fdbd916370edd4023ac6 SHA256: 553291e039053be7bee7909e76818c6667162fb9686949d3c399d531f4b91ba0 Size: 80661188 Package: te-agent-dbg Source: te-agent Version: 1.173.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 429071 Depends: te-agent (= 1.173.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.173.0-1~focal_amd64.deb SHA1: d3f1f8a567bae7a81e1020d79eabd3875d45de66 SHA256: af857d16a279fdfe19c83fc301531397504b8379094a04a020f8cffaad9c83cd Size: 80665872 Package: te-agent-dbg Source: te-agent Version: 1.174.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 431823 Depends: te-agent (= 1.174.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.174.0-1~focal_amd64.deb SHA1: bd213dba49ac3e0f12eec8d20279ece219a9a57c SHA256: d619a0b8d8f565f0c9fdff099d60c26c8caa0ac9830c0ceae5d7c60571bc063a Size: 81315732 Package: te-agent-dbg Source: te-agent Version: 1.175.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 432413 Depends: te-agent (= 1.175.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.175.0-1~focal_amd64.deb SHA1: a2d829d28362edba677bd18150800c399b853c04 SHA256: 246f3d80cb0c17abaf11c8e1ce2dd722ada65c91855692f1ae70ab5e6a5f1ee0 Size: 81396604 Package: te-agent-dbg Source: te-agent Version: 1.176.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 433037 Depends: te-agent (= 1.176.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.176.0-1~focal_amd64.deb SHA1: cf1bdda3ed6654a1787c101f81221217a3424868 SHA256: 1b10105e184fdb7ca5e9931ca14eef73dd6c9acdce5bc123384b961fe237ef0a Size: 81498628 Package: te-agent-dbg Source: te-agent Version: 1.177.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 404397 Depends: te-agent (= 1.177.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.177.0-1~focal_amd64.deb SHA1: a9d96de03eafb645ff8dd9c2519375670f87f59a SHA256: eece2e260793bc3ef7a83535ef036cd007eaaba790529bac9e15f1e828b5ffb8 Size: 76026836 Package: te-agent-dbg Source: te-agent Version: 1.177.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 404397 Depends: te-agent (= 1.177.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent-dbg/te-agent-dbg_1.177.0-1~focal_amd64.deb SHA1: a9d96de03eafb645ff8dd9c2519375670f87f59a SHA256: eece2e260793bc3ef7a83535ef036cd007eaaba790529bac9e15f1e828b5ffb8 Size: 76026836 Package: te-agent-dbg Source: te-agent Version: 1.178.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 404400 Depends: te-agent (= 1.178.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent-dbg/te-agent-dbg_1.178.0-1~focal_amd64.deb SHA1: 977b6d52b1b9c33fa9a4391a0dd2118ff4593275 SHA256: 1ddff2df90edf8c419a5282fb31e5429fbbd465f56f5b16b1435be58467164af Size: 76013412 Package: te-agent-dbg Source: te-agent Version: 1.179.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 404721 Depends: te-agent (= 1.179.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent-dbg/te-agent-dbg_1.179.0-1~focal_amd64.deb SHA1: 76858095da7d2a0792986d3f815624c9f02a2d71 SHA256: 74fab31b9c319712a4398b9345bffb10c78bae5e40aaed912f7150be3483dd34 Size: 76074076 Package: te-agent-dbg Source: te-agent Version: 1.181.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 404684 Depends: te-agent (= 1.181.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent-dbg/te-agent-dbg_1.181.0-1~focal_amd64.deb SHA1: 40aae3f758912990f329e53e10a6bd9ef027601a SHA256: 7b5ae63faf077e9f84cb0b70f96e540834e8fb05158b4ab27a080a49b40cee65 Size: 76090268 Package: te-agent-dbg Source: te-agent Version: 1.182.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 404678 Depends: te-agent (= 1.182.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent-dbg/te-agent-dbg_1.182.0-1~focal_amd64.deb SHA1: 053a32d4d361ad0187489b17899384f4375fbe1f SHA256: 48e6b25315279066ce68d6b253bdc747e640e79bf7caf6f8cd3945a282fdda62 Size: 76093028 Package: te-agent-dbg Source: te-agent Version: 1.183.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 404726 Depends: te-agent (= 1.183.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent-dbg/te-agent-dbg_1.183.0-1~focal_amd64.deb SHA1: 63bfb97d2e91457a7255745104f79552e73b0e54 SHA256: 761bd57174ad7840836c404cbd02a058adf487854f3264f712871c66bddcbae5 Size: 76094152 Package: te-agent-dbg Source: te-agent Version: 1.152.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 392147 Depends: te-agent (= 1.152.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.152.0-1~focal_arm64.deb SHA1: 982c176d2fe50ee4e96370d48bdd311007509bb9 SHA256: e7ba438e775e511d8a5982ac794c409c6cf3e2c90910e45602490bb09e5c38dc Size: 73508232 Package: te-agent-dbg Source: te-agent Version: 1.153.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 389497 Depends: te-agent (= 1.153.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.153.0-1~focal_arm64.deb SHA1: af9f45b09355d848a3ba0cd8716531791b155fba SHA256: c225ac00389b591abf32ec3457e73c2ecef582548df1320cd91955284215b550 Size: 72941912 Package: te-agent-dbg Source: te-agent Version: 1.155.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 389505 Depends: te-agent (= 1.155.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.155.0-1~focal_arm64.deb SHA1: 381279bef3e200ecadf7553b0e23e88de62bfe58 SHA256: 7bd101835629ee145a1e6aca7c1f42daae07dee5451508a8a84bf3e63b8f0af5 Size: 72937028 Package: te-agent-dbg Source: te-agent Version: 1.156.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 389521 Depends: te-agent (= 1.156.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.156.0-1~focal_arm64.deb SHA1: cce400a50ef8b619d712a463b1e57248259c0116 SHA256: aecaddd9d71f65b09256651a70f472f15c2f4c20528179b8f67328c9e03cfda9 Size: 72933020 Package: te-agent-dbg Source: te-agent Version: 1.157.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 389807 Depends: te-agent (= 1.157.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.157.0-1~focal_arm64.deb SHA1: bc6e8f07543501fecd9c00b753ac08d95c9dba52 SHA256: 424801dd609788d24ffdce4b81457b9fa0584d892beaa9e26004d7050c06b09e Size: 72978384 Package: te-agent-dbg Source: te-agent Version: 1.158.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 389793 Depends: te-agent (= 1.158.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.158.0-1~focal_arm64.deb SHA1: d21c0d89c14c8b0c431183c965c0773719e87386 SHA256: 6c8a4222ec2150782c47da42772772d736f5a55ca81cfc84c53d7e526291be8a Size: 72987464 Package: te-agent-dbg Source: te-agent Version: 1.159.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 389796 Depends: te-agent (= 1.159.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.159.0-1~focal_arm64.deb SHA1: 7d97792eef64971083ca5cc02f68b9e4b159e4a0 SHA256: ea405e857002dc4c373f3c493c8fb111268c52a6673b1ae708976af675837a99 Size: 72977600 Package: te-agent-dbg Source: te-agent Version: 1.159.1-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 389800 Depends: te-agent (= 1.159.1-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.159.1-1~focal_arm64.deb SHA1: 2a3d7ad6f0a2dbd033eb81dee930bdf82e4f27a0 SHA256: c98cca105862ef93225c038210c0dde1401b2016214127de545575293bd828ad Size: 72975308 Package: te-agent-dbg Source: te-agent Version: 1.161.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 420335 Depends: te-agent (= 1.161.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.161.0-1~focal_arm64.deb SHA1: 5fe7a806584b8a28ec48445ce7b219553889fd4f SHA256: 28448a34cf6576f69d20a07a29d07cdc28686e5bc3a44252b1f7bf51ae4bd403 Size: 78616520 Package: te-agent-dbg Source: te-agent Version: 1.162.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 420745 Depends: te-agent (= 1.162.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.162.0-1~focal_arm64.deb SHA1: 9cf1d07fd21ad0c332a0c53250c0056f4d4be34a SHA256: 9bf6faa24434a73ad5b09e40943a61c2f18cf5489e4cbab1427befa8ce9dfcbc Size: 78711612 Package: te-agent-dbg Source: te-agent Version: 1.164.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 421311 Depends: te-agent (= 1.164.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.164.0-1~focal_arm64.deb SHA1: ad34a13ad618b7947cb8be07737c8d4dcbe72d87 SHA256: 77411890145e46fe66d19e09632a60f7c1cd3bed1294de4c01f83f82a970633d Size: 78755932 Package: te-agent-dbg Source: te-agent Version: 1.165.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 423897 Depends: te-agent (= 1.165.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.165.0-1~focal_arm64.deb SHA1: 6f2ed6bfac5eb01c4ef6150879423b75d87433f4 SHA256: 1111e3c1f7ee71bea44be0796539dd2dd3da0b87c95746ebf7065fbe139fa5c1 Size: 79306800 Package: te-agent-dbg Source: te-agent Version: 1.167.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 423904 Depends: te-agent (= 1.167.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.167.0-1~focal_arm64.deb SHA1: 3ee3073690e3c5f5d802ae309078076919b4c7f8 SHA256: 8e89b99eb29cd26661797860093f7ff0fd215d0bb0289afc5b01602f0c813443 Size: 79307424 Package: te-agent-dbg Source: te-agent Version: 1.168.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 423904 Depends: te-agent (= 1.168.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.168.0-1~focal_arm64.deb SHA1: 839a34cd4d39e0d4c7efe08a1825486e9e8c99f8 SHA256: 9df7107e62aef4e2ee987afbb957614b5427d84d940f908df888cdae2c27d297 Size: 79310040 Package: te-agent-dbg Source: te-agent Version: 1.169.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 422830 Depends: te-agent (= 1.169.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.169.0-1~focal_arm64.deb SHA1: ee5987edf72e3fc7f07a8bfbb2ab3b62fc78419d SHA256: 613e39791ed78b7d349044ab21925c09de1eef09885d7d2811621d1771072233 Size: 79166100 Package: te-agent-dbg Source: te-agent Version: 1.170.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 423751 Depends: te-agent (= 1.170.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.170.0-1~focal_arm64.deb SHA1: 8d322bc8c26acb091170c97dcba8d5eea115d7e4 SHA256: 80fb38617b250c7290b8bb925937fcdf1013b46bb53d31bc0034f53fe69de54f Size: 79390872 Package: te-agent-dbg Source: te-agent Version: 1.171.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 423817 Depends: te-agent (= 1.171.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.171.0-1~focal_arm64.deb SHA1: 648766b9030f3b36f9dbedca45f244424774d376 SHA256: bd7d67e7457296cbb9f284fdf7c363044eb616786a89f2cb50aee86df4994058 Size: 79399852 Package: te-agent-dbg Source: te-agent Version: 1.173.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 423769 Depends: te-agent (= 1.173.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.173.0-1~focal_arm64.deb SHA1: acabd967ca98a3690fa6a8e55091a1ae64dfea68 SHA256: b5487b77a9c5c5b9fae39b16f7960c8cf6d5d6262d8baa95082ea78d4456d00e Size: 79404552 Package: te-agent-dbg Source: te-agent Version: 1.174.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 426504 Depends: te-agent (= 1.174.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.174.0-1~focal_arm64.deb SHA1: d849ada6dabb885ab84b4a08d465b4c80781884c SHA256: 14bdf3c5feb5424a4fef81dd7b524a4a3268b1b0259a26310cda7735d18647aa Size: 79938124 Package: te-agent-dbg Source: te-agent Version: 1.175.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 427148 Depends: te-agent (= 1.175.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.175.0-1~focal_arm64.deb SHA1: 9621e8392fecc8875118c85324e68a067acb68a7 SHA256: b8a827df6e60f5dbccbc27b9a5643f2646fe2a351d3c38f33b54c094b0bd80c1 Size: 80037916 Package: te-agent-dbg Source: te-agent Version: 1.176.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 427777 Depends: te-agent (= 1.176.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.176.0-1~focal_arm64.deb SHA1: 31808e8972d4198f60c682439b9d44732e835202 SHA256: cc483da3ee088ec40120771ceec08c4e47f7afe25b1fb64edb11a4269c9392f4 Size: 80159784 Package: te-agent-dbg Source: te-agent Version: 1.177.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 399480 Depends: te-agent (= 1.177.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent/te-agent-dbg_1.177.0-1~focal_arm64.deb SHA1: 54cf9c204000b32814f811bb0f8f43ca3dbe96cc SHA256: f3de6386e0100c7394ac5ddc8b32043dbe69e650ecfe34a3f2dc0119f54b093f Size: 74783456 Package: te-agent-dbg Source: te-agent Version: 1.177.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 399480 Depends: te-agent (= 1.177.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent-dbg/te-agent-dbg_1.177.0-1~focal_arm64.deb SHA1: 54cf9c204000b32814f811bb0f8f43ca3dbe96cc SHA256: f3de6386e0100c7394ac5ddc8b32043dbe69e650ecfe34a3f2dc0119f54b093f Size: 74783456 Package: te-agent-utils Version: 1.36.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 50633 Depends: libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libldns2 (>= 1.6.3), libmnl0 (>= 1.0.3-4~), libosip2-11, libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Agent Utilities Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. Filename: pool/main/t/te-agent-utils/te-agent-utils_1.36.0-1~focal_amd64.deb SHA1: d6cf82fadd649f45fd2df7b4cb0137a4391ff851 SHA256: 30be19d3c4f6158ae93cac561b2408b925c7be1bac6ef0eef932c234cb9f79d8 Size: 7127848 Package: te-agent-utils Version: 1.37.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 50633 Depends: libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libldns2 (>= 1.6.3), libmnl0 (>= 1.0.3-4~), libosip2-11, libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Agent Utilities Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. Filename: pool/main/t/te-agent-utils/te-agent-utils_1.37.0-1~focal_amd64.deb SHA1: 0c41de155e9364a658b920d800063729531fce09 SHA256: 59684c978bf8cab840bdc26c7aafcf50e29187738dd9bc6dd40b68989aa977ab Size: 7127848 Package: te-agent-utils Version: 1.38.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 50997 Depends: libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libldns2 (>= 1.6.3), libmnl0 (>= 1.0.3-4~), libosip2-11, libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Agent Utilities Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. Filename: pool/main/t/te-agent-utils/te-agent-utils_1.38.0-1~focal_amd64.deb SHA1: 3db6435139b6dba33c2bedf460c24365735c402b SHA256: 555012ec97a8491e2bc5d2a4241ac8b54c0dba18cb604b73d8a4f48388327d0c Size: 7279844 Package: te-agent-utils Version: 1.39.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 51005 Depends: libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libldns2 (>= 1.6.3), libmnl0 (>= 1.0.3-4~), libosip2-11, libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Agent Utilities Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. Filename: pool/main/t/te-agent-utils/te-agent-utils_1.39.0-1~focal_amd64.deb SHA1: ebc9fde9b1c82be5b5bac4fb8d891234e7b77380 SHA256: 945c1adb12e06e9b07a26ec01d92c0a95ef9e72f9a203423016403ba1e3d3ad3 Size: 7291580 Package: te-agent-utils Version: 1.40.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 64560 Depends: libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libldns2 (>= 1.6.3), libmnl0 (>= 1.0.3-4~), libosip2-11, libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Agent Utilities Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. Filename: pool/main/t/te-agent-utils/te-agent-utils_1.40.0-1~focal_amd64.deb SHA1: 9a98d015e00f4dfeb985387eca167a543e765ab4 SHA256: 90c81bae7fed678e97c82442fd8d41ee6ea9a4a6ace1a6e750f252033fcf3a82 Size: 9533416 Package: te-agent-utils Version: 1.41.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 64564 Depends: libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libldns2 (>= 1.6.3), libmnl0 (>= 1.0.3-4~), libosip2-11, libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Agent Utilities Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. Filename: pool/main/t/te-agent-utils/te-agent-utils_1.41.0-1~focal_amd64.deb SHA1: a9ea96ab1a5a871371975ea31c704ac7557e3b4e SHA256: 815c315af81d67b358db9984de98835a539f1932cdd74a52c50801e7934f0909 Size: 9534828 Package: te-agent-utils Version: 1.42.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 65134 Depends: libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libmnl0 (>= 1.0.3-4~), libosip2-11, libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Agent Utilities Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. Filename: pool/main/t/te-agent-utils/te-agent-utils_1.42.0-1~focal_amd64.deb SHA1: 77c2793a6bb920e6569d95a2710ba93c79e77887 SHA256: ec123cf75e97ed4f311b43e684657366b29c6520678c8a951111428488e31d20 Size: 9722740 Package: te-agent-utils Version: 1.43.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 65974 Depends: libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libmnl0 (>= 1.0.3-4~), libosip2-11, libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Agent Utilities Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. Filename: pool/main/t/te-agent-utils/te-agent-utils_1.43.0-1~focal_amd64.deb SHA1: 19c01a822fe98c558cc4b19e4054a386c784cce9 SHA256: 4d206def678110b0991d933a22f38f211836a437606356371cb35c21d263b3d1 Size: 9885748 Package: te-agent-utils Version: 1.44.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 65974 Depends: libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libmnl0 (>= 1.0.3-4~), libosip2-11, libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Agent Utilities Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. Filename: pool/main/t/te-agent-utils/te-agent-utils_1.44.0-1~focal_amd64.deb SHA1: d28d982eb035631d7bf57f367c68f4e2a594a071 SHA256: 0fd134d7473ab5611e953c66259db14bba170b585a0c36ac51320fd1f8ef2618 Size: 9886608 Package: te-agent-utils Version: 1.45.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 65978 Depends: libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libmnl0 (>= 1.0.3-4~), libosip2-11, libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Agent Utilities Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. Filename: pool/main/t/te-agent-utils/te-agent-utils_1.45.0-1~focal_amd64.deb SHA1: ae2c7cb741d3509cc47454632598952364b27844 SHA256: facd3a45870606ca80c3225457df9640ad549a814ae81bf2f384d8b5a017ff88 Size: 9885028 Package: te-agent-utils Version: 1.46.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 62304 Depends: libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libcap2 (>= 1:2.10), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libmnl0 (>= 1.0.3-4~), libosip2-11, libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Agent Utilities Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. Filename: pool/main/t/te-agent-utils/te-agent-utils_1.46.0-1~focal_amd64.deb SHA1: 2238e82c91a07502472143ffaab50e3ae02b9c96 SHA256: 7aba418ab48b7c707108751322852887bc6ef83ef663b28474bd0a9b0638b3d3 Size: 9594524 Package: te-agent-utils Version: 1.47.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 62304 Depends: libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libcap2 (>= 1:2.10), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libmnl0 (>= 1.0.3-4~), libosip2-11, libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Agent Utilities Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. Filename: pool/main/t/te-agent-utils/te-agent-utils_1.47.0-1~focal_amd64.deb SHA1: 1213ee49737e19bcc1d6b7af6f49eee5a198bed0 SHA256: 818e2e5cdb5b5cb5a64c95d7a0f20d576e115896dde8fcd89cf9c1a793f0553b Size: 9595596 Package: te-agent-utils Version: 1.48.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 62352 Depends: libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libcap2 (>= 1:2.10), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libmnl0 (>= 1.0.3-4~), libosip2-11, libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Agent Utilities Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. Filename: pool/main/t/te-agent-utils/te-agent-utils_1.48.0-1~focal_amd64.deb SHA1: 8265f036be30418ddf9e322b058fa32b56b8cd90 SHA256: bda585e223cfe52ae3e2f483a83c25675088a991cef8eb35c42b36cc5828b3d9 Size: 9604656 Package: te-agent-utils Version: 1.49.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 62618 Depends: libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libcap2 (>= 1:2.10), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libmnl0 (>= 1.0.3-4~), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Agent Utilities Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. Filename: pool/main/t/te-agent-utils/te-agent-utils_1.49.0-1~focal_amd64.deb SHA1: a704b4948185a32ce8868fc5cbc0da968d13dbf1 SHA256: 159688ca12b4bbe978728a466c4a1418cc738dff118367fde307dedcc9e5bab3 Size: 9662684 Package: te-agent-utils Version: 1.50.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 62718 Depends: libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libcap2 (>= 1:2.10), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libmnl0 (>= 1.0.3-4~), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Agent Utilities Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. Filename: pool/main/t/te-agent-utils/te-agent-utils_1.50.0-1~focal_amd64.deb SHA1: 8e7f8aaff102991525da09b7fa5a3a335cc8611f SHA256: 4f65e9b4e9fad63482f067ae3290d96fef57a1a3497b77ca0878a83e27d9a0ca Size: 9706300 Package: te-agent-utils Version: 1.52.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 62718 Depends: libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libcap2 (>= 1:2.10), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libmnl0 (>= 1.0.3-4~), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Agent Utilities Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. Filename: pool/main/t/te-agent-utils/te-agent-utils_1.52.0-1~focal_amd64.deb SHA1: 11c7bd0b8b988065c30a127401d3b8d3f10c2568 SHA256: 00fa160c697c27f563bf48f6b14b2ecb1e4a6951f305714eca161701d5a0e79d Size: 9710244 Package: te-agent-utils Version: 1.53.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 62718 Depends: libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libcap2 (>= 1:2.10), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libmnl0 (>= 1.0.3-4~), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Agent Utilities Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. Filename: pool/main/t/te-agent-utils/te-agent-utils_1.53.0-1~focal_amd64.deb SHA1: deff3e2f3c446c078b8b8a6c9f7da7ebda2463fd SHA256: 88cea3e738dcc5eb291e1501b936b5fe5c6e3d7a2d9766533c4fbbcb3f11eb65 Size: 9710244 Package: te-agent-utils Version: 1.47.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 58587 Depends: libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libcap2 (>= 1:2.10), libgcc-s1 (>= 4.2), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libmnl0 (>= 1.0.3-4~), libosip2-11, libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Agent Utilities Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. Filename: pool/main/t/te-agent-utils/te-agent-utils_1.47.0-1~focal_arm64.deb SHA1: 3ff1636e1a4f68edeedeb4c1e10758f9afff8fb5 SHA256: 7ea432029d403f69c349c69e566e6a1fa4e98d6ef40edbaac4b952c884e1b822 Size: 8473868 Package: te-agent-utils Version: 1.48.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 58655 Depends: libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libcap2 (>= 1:2.10), libgcc-s1 (>= 4.2), libgssapi-krb5-2 (>= 1.17), libmnl0 (>= 1.0.3-4~), libosip2-11, libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Agent Utilities Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. Filename: pool/main/t/te-agent-utils/te-agent-utils_1.48.0-1~focal_arm64.deb SHA1: 0abd2e3c62c32e7bfc28425e5c3b44f509eb1432 SHA256: 549b469f3de3a0a7d69fc6b500c571dbe8eb6f634b09ce3ce47fc68f3ec601f1 Size: 8482616 Package: te-agent-utils Version: 1.49.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 58897 Depends: libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libcap2 (>= 1:2.10), libgcc-s1 (>= 4.2), libgssapi-krb5-2 (>= 1.17), libmnl0 (>= 1.0.3-4~), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Agent Utilities Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. Filename: pool/main/t/te-agent-utils/te-agent-utils_1.49.0-1~focal_arm64.deb SHA1: b42cbf950c3b3eb903e5df9ad83917f571823bd6 SHA256: 163ff9e40a5353b0a94228af4aa068f618fa0751764ba70e895b3fb33bca0ddd Size: 8549000 Package: te-agent-utils Version: 1.50.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 58989 Depends: libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libcap2 (>= 1:2.10), libgcc-s1 (>= 4.2), libgssapi-krb5-2 (>= 1.17), libmnl0 (>= 1.0.3-4~), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Agent Utilities Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. Filename: pool/main/t/te-agent-utils/te-agent-utils_1.50.0-1~focal_arm64.deb SHA1: 1030a99c2396c705333b3d0dfb54a18657718410 SHA256: 690aee8eb0493bace35aa6fd22e529dba13d5f6e0e3cf32e9892a2d27d028cec Size: 8575920 Package: te-agent-utils Version: 1.52.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 58985 Depends: libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libcap2 (>= 1:2.10), libgcc-s1 (>= 4.2), libgssapi-krb5-2 (>= 1.17), libmnl0 (>= 1.0.3-4~), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Agent Utilities Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. Filename: pool/main/t/te-agent-utils/te-agent-utils_1.52.0-1~focal_arm64.deb SHA1: b851a0c833c905c14f33c983de21c954ee3f6a69 SHA256: 1ad1867fd09153edf10ec1b2f2031c32d6bb976064db0e49e3110f1a0f241e7f Size: 8571220 Package: te-agent-utils Version: 1.53.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 58985 Depends: libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libcap2 (>= 1:2.10), libgcc-s1 (>= 4.2), libgssapi-krb5-2 (>= 1.17), libmnl0 (>= 1.0.3-4~), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Agent Utilities Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. Filename: pool/main/t/te-agent-utils/te-agent-utils_1.53.0-1~focal_arm64.deb SHA1: dccbe022797617dcf1ff4b6d2187b9f0babfe95d SHA256: ec9cc77c08f78e670ec5567c5b43b60696cb188fc16e9e2bf096fd9b519eb455 Size: 8571216 Package: te-agent-utils-dbg Source: te-agent-utils Version: 1.36.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 1020981 Depends: te-agent-utils (= 1.36.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Agent Utilities - debug symbols Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. . This package contains the debugging symbols for te-agent-utils. Filename: pool/main/t/te-agent-utils/te-agent-utils-dbg_1.36.0-1~focal_amd64.deb SHA1: f4d5297b55a9855c3a858e97db368fa821384669 SHA256: 747f948503e8235267ce93fa3f942a0f02a7b2d58d5a95cd5e86a8120224b62f Size: 178044148 Package: te-agent-utils-dbg Source: te-agent-utils Version: 1.37.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 1020981 Depends: te-agent-utils (= 1.37.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Agent Utilities - debug symbols Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. . This package contains the debugging symbols for te-agent-utils. Filename: pool/main/t/te-agent-utils/te-agent-utils-dbg_1.37.0-1~focal_amd64.deb SHA1: 23ee77d5e8a5c479d45fb75193e4606093c9a867 SHA256: 4d05dc46ebb71daed013cc006c6b4f1edd72bdbd781047bcf003521843e6535b Size: 178044148 Package: te-agent-utils-dbg Source: te-agent-utils Version: 1.38.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 1031830 Depends: te-agent-utils (= 1.38.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Agent Utilities - debug symbols Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. . This package contains the debugging symbols for te-agent-utils. Filename: pool/main/t/te-agent-utils/te-agent-utils-dbg_1.38.0-1~focal_amd64.deb SHA1: 136e0f296cbc61b749edbbc1c49f916eda9eb724 SHA256: 076596033cfa50fc087ae0cb8b8d0994e392b610004e3dbc4ddece005dd01840 Size: 180367516 Package: te-agent-utils-dbg Source: te-agent-utils Version: 1.39.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 1031823 Depends: te-agent-utils (= 1.39.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Agent Utilities - debug symbols Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. . This package contains the debugging symbols for te-agent-utils. Filename: pool/main/t/te-agent-utils/te-agent-utils-dbg_1.39.0-1~focal_amd64.deb SHA1: cf13dbb92e7dcadb8f9e019fef93180043032a3a SHA256: 1377cb4314013a66b933c2b9f2f0bea53105d6f47ccf7097e4053f313dca014f Size: 180366404 Package: te-agent-utils-dbg Source: te-agent-utils Version: 1.40.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 1296429 Depends: te-agent-utils (= 1.40.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Agent Utilities - debug symbols Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. . This package contains the debugging symbols for te-agent-utils. Filename: pool/main/t/te-agent-utils/te-agent-utils-dbg_1.40.0-1~focal_amd64.deb SHA1: f78d7119b223beaa9d4f2559ac9f1d82abd37b94 SHA256: 7fba8fdf83692ee9fcf63034df84d840671ec5b70713cd0c648d3638cd9dafa5 Size: 231784388 Package: te-agent-utils-dbg Source: te-agent-utils Version: 1.41.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 1296430 Depends: te-agent-utils (= 1.41.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Agent Utilities - debug symbols Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. . This package contains the debugging symbols for te-agent-utils. Filename: pool/main/t/te-agent-utils/te-agent-utils-dbg_1.41.0-1~focal_amd64.deb SHA1: d7527caac6b413d7d6ab5830c40897fac049788d SHA256: f266ce73c6d39746d8c08f0e8e095f6b5bae499b3a03cad310d437b26a4693f1 Size: 231783604 Package: te-agent-utils-dbg Source: te-agent-utils Version: 1.42.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 1299210 Depends: te-agent-utils (= 1.42.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Agent Utilities - debug symbols Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. . This package contains the debugging symbols for te-agent-utils. Filename: pool/main/t/te-agent-utils/te-agent-utils-dbg_1.42.0-1~focal_amd64.deb SHA1: c4816340cff6ac80e0fa71d1b7adff506dbd1604 SHA256: ae8bfcaf66d15a6a994165f2c2ea10bf50e1152c5f32fd34486850c3c2e11878 Size: 232593256 Package: te-agent-utils-dbg Source: te-agent-utils Version: 1.43.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 1337253 Depends: te-agent-utils (= 1.43.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Agent Utilities - debug symbols Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. . This package contains the debugging symbols for te-agent-utils. Filename: pool/main/t/te-agent-utils/te-agent-utils-dbg_1.43.0-1~focal_amd64.deb SHA1: b500df44b105febdd1888425858783b6cdd87a8a SHA256: bda2da80e93a55c44c2aa3a40169dd7a6db7e91488e430996e33542c427e1f01 Size: 239447956 Package: te-agent-utils-dbg Source: te-agent-utils Version: 1.44.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 1337270 Depends: te-agent-utils (= 1.44.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Agent Utilities - debug symbols Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. . This package contains the debugging symbols for te-agent-utils. Filename: pool/main/t/te-agent-utils/te-agent-utils-dbg_1.44.0-1~focal_amd64.deb SHA1: 48ed31f367ac638d72126499a33be9ed67459148 SHA256: 7ea7b9704df18ae029a66399ae87f96522eb35005efe5781a9822f83fb493c51 Size: 239430512 Package: te-agent-utils-dbg Source: te-agent-utils Version: 1.45.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 1337270 Depends: te-agent-utils (= 1.45.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Agent Utilities - debug symbols Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. . This package contains the debugging symbols for te-agent-utils. Filename: pool/main/t/te-agent-utils/te-agent-utils-dbg_1.45.0-1~focal_amd64.deb SHA1: 2c8af0c0dd1269a5df49e940a9f934ed80ea05f3 SHA256: 046be2c1e795d9a85edb509bf771763d8e84ad136eee8c63b16c3b6dd0470d14 Size: 239430236 Package: te-agent-utils-dbg Source: te-agent-utils Version: 1.46.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 1214958 Depends: te-agent-utils (= 1.46.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Agent Utilities - debug symbols Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. . This package contains the debugging symbols for te-agent-utils. Filename: pool/main/t/te-agent-utils/te-agent-utils-dbg_1.46.0-1~focal_amd64.deb SHA1: 128d8625d804c9c78c0a7791fff29102b93145f2 SHA256: f28e3bd974123ab7761a8077be252af8485d6018ffcba0d71723b3f1e776134b Size: 220395884 Package: te-agent-utils-dbg Source: te-agent-utils Version: 1.47.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 1215723 Depends: te-agent-utils (= 1.47.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Agent Utilities - debug symbols Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. . This package contains the debugging symbols for te-agent-utils. Filename: pool/main/t/te-agent-utils/te-agent-utils-dbg_1.47.0-1~focal_amd64.deb SHA1: 55f3ee7674f4eacdd7ecdae35946862f4b7c33ff SHA256: 84ae4bf0ba2a4db9d4b133ae583d675c1cf7322ce54f1f04c695f1f643c8e764 Size: 220613496 Package: te-agent-utils-dbg Source: te-agent-utils Version: 1.48.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 1215165 Depends: te-agent-utils (= 1.48.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Agent Utilities - debug symbols Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. . This package contains the debugging symbols for te-agent-utils. Filename: pool/main/t/te-agent-utils/te-agent-utils-dbg_1.48.0-1~focal_amd64.deb SHA1: 9479184dd278c1276acf0878ab8d0196b502ee42 SHA256: add877baba6a605e3f64960c8bad6da779c682a7c4b62d30a9ef03648838695a Size: 220470276 Package: te-agent-utils-dbg Source: te-agent-utils Version: 1.49.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 1216017 Depends: te-agent-utils (= 1.49.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Agent Utilities - debug symbols Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. . This package contains the debugging symbols for te-agent-utils. Filename: pool/main/t/te-agent-utils/te-agent-utils-dbg_1.49.0-1~focal_amd64.deb SHA1: 1ef27705124c7fe5ebedf7d5dd5bce7403c8e175 SHA256: 1e0a33918a7bc0c2e12d74cb50b7ae2bc0c7ec4397e76dc5539a912776d460aa Size: 220643632 Package: te-agent-utils-dbg Source: te-agent-utils Version: 1.50.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 1216026 Depends: te-agent-utils (= 1.50.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Agent Utilities - debug symbols Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. . This package contains the debugging symbols for te-agent-utils. Filename: pool/main/t/te-agent-utils/te-agent-utils-dbg_1.50.0-1~focal_amd64.deb SHA1: b62ce17f37f216f2100f2050dbb69c01898e9320 SHA256: c3cb1cfe6807a7ee15e044206b36d55b44494a32924926c99bb4af5af21e62ec Size: 220637916 Package: te-agent-utils-dbg Source: te-agent-utils Version: 1.52.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 1216026 Depends: te-agent-utils (= 1.52.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Agent Utilities - debug symbols Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. . This package contains the debugging symbols for te-agent-utils. Filename: pool/main/t/te-agent-utils/te-agent-utils-dbg_1.52.0-1~focal_amd64.deb SHA1: abf82154fa89d86d9c3fb9fc55600d2a3d6de069 SHA256: 4de3fbd13b617d8a67b1705d10388d4582575a21a0de92ab93211f7f90205b58 Size: 220637936 Package: te-agent-utils-dbg Source: te-agent-utils Version: 1.53.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 1216026 Depends: te-agent-utils (= 1.53.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Agent Utilities - debug symbols Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. . This package contains the debugging symbols for te-agent-utils. Filename: pool/main/t/te-agent-utils/te-agent-utils-dbg_1.53.0-1~focal_amd64.deb SHA1: c3016cbc1708ee59590746e618141e7c9a07e203 SHA256: 23bba18ede92b192340a4a14527bbd4f5f68f12fcccba9c5032771af649dbf75 Size: 220637936 Package: te-agent-utils-dbg Source: te-agent-utils Version: 1.54.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 1216028 Depends: te-agent-utils (= 1.54.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Agent Utilities - debug symbols Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. . This package contains the debugging symbols for te-agent-utils. Filename: pool/main/t/te-agent-utils/te-agent-utils-dbg_1.54.0-1~focal_amd64.deb SHA1: b0eedcdcfdb20b1db4906d9f089bf45851a1b061 SHA256: 60046cf235cea4d59282ce1a7cf08aa24b34e0c9d6fb851fe61c2249ce6600c0 Size: 220632336 Package: te-agent-utils-dbg Source: te-agent-utils Version: 1.47.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 1193131 Depends: te-agent-utils (= 1.47.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Agent Utilities - debug symbols Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. . This package contains the debugging symbols for te-agent-utils. Filename: pool/main/t/te-agent-utils/te-agent-utils-dbg_1.47.0-1~focal_arm64.deb SHA1: c2c9fccc82dfe25526ee01b81601e53f5538c70f SHA256: 68b06a667ffa5224d9f484d078f44d192b72436fb47b4f0eb9bd98106665cf07 Size: 215230768 Package: te-agent-utils-dbg Source: te-agent-utils Version: 1.48.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 1192545 Depends: te-agent-utils (= 1.48.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Agent Utilities - debug symbols Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. . This package contains the debugging symbols for te-agent-utils. Filename: pool/main/t/te-agent-utils/te-agent-utils-dbg_1.48.0-1~focal_arm64.deb SHA1: 91e353c2d44e2a24c1aa5a2b41a04f01e2306c5b SHA256: 28dae73093f84cb232700352e1b060baaf5ef102fbfd1c6c4b62e083715ce724 Size: 215071360 Package: te-agent-utils-dbg Source: te-agent-utils Version: 1.49.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 1193429 Depends: te-agent-utils (= 1.49.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Agent Utilities - debug symbols Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. . This package contains the debugging symbols for te-agent-utils. Filename: pool/main/t/te-agent-utils/te-agent-utils-dbg_1.49.0-1~focal_arm64.deb SHA1: 20f30caa671227b4599091c4d24b99634f62cd96 SHA256: 7dc00741997417b335022e89804f0511504160c1f4229e6f8de1dc20be2ed07d Size: 215260840 Package: te-agent-utils-dbg Source: te-agent-utils Version: 1.50.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 1193438 Depends: te-agent-utils (= 1.50.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Agent Utilities - debug symbols Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. . This package contains the debugging symbols for te-agent-utils. Filename: pool/main/t/te-agent-utils/te-agent-utils-dbg_1.50.0-1~focal_arm64.deb SHA1: b52f6a8e0b10612b807f177d83a04587310c0726 SHA256: 2717483c7c2ef9b5c035258cfbbc2eea04849c59fb6643fe090f147c80f5f701 Size: 215250944 Package: te-agent-utils-dbg Source: te-agent-utils Version: 1.52.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 1193438 Depends: te-agent-utils (= 1.52.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Agent Utilities - debug symbols Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. . This package contains the debugging symbols for te-agent-utils. Filename: pool/main/t/te-agent-utils/te-agent-utils-dbg_1.52.0-1~focal_arm64.deb SHA1: 064f58dd872f49e71b365a3819e90eb8a2c1b6af SHA256: fc330c0c5e5783825996df8db5dd428b75c89401934038c4da5275c4c803054f Size: 215250644 Package: te-agent-utils-dbg Source: te-agent-utils Version: 1.53.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 1193438 Depends: te-agent-utils (= 1.53.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Agent Utilities - debug symbols Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. . This package contains the debugging symbols for te-agent-utils. Filename: pool/main/t/te-agent-utils/te-agent-utils-dbg_1.53.0-1~focal_arm64.deb SHA1: 3329fb8ab6268bf7bdce702cc1cf75040c09ebc5 SHA256: 417336a5e0caf969380e2096bf1d2e30544be052868f4650a0977c5d93f146ec Size: 215250644 Package: te-agent-utils-dbg Source: te-agent-utils Version: 1.54.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 1193445 Depends: te-agent-utils (= 1.54.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Agent Utilities - debug symbols Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. . This package contains the debugging symbols for te-agent-utils. Filename: pool/main/t/te-agent-utils/te-agent-utils-dbg_1.54.0-1~focal_arm64.deb SHA1: 63fd7deb024138e6d2123d8bd85cef49aa9b3321 SHA256: 7ad9039c8c57af3de470651bb61164bfcf5e17abda9d8026714a34fa600d569f Size: 215262364 Package: te-appliance-sidecar Version: 0.1.11-1~all License: unknown Vendor: sre@thousandeyes.com Architecture: all Maintainer: sre@thousandeyes.com Installed-Size: 0 Depends: cron Section: default Priority: extra Homepage: https://www.thousandeyes.com Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/te-appliance-sidecar/te-appliance-sidecar_0.1.11-1~all_all.deb SHA1: 6fd1a2f1db26e4aac7596e78d3ff80a0243761fc SHA256: f146169cd6fa9e76bca318ef7be041f9f80da629edcee48b1e14eb8685a48a48 Size: 1916 Package: te-appliance-sidecar Version: 0.1.13-1~all License: unknown Vendor: sre@thousandeyes.com Architecture: all Maintainer: sre@thousandeyes.com Installed-Size: 15 Depends: cron Section: default Priority: extra Homepage: https://www.thousandeyes.com Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/te-appliance-sidecar/te-appliance-sidecar_0.1.13-1~all_all.deb SHA1: 44349f8bceee929a8220b9ab7b2503f866d32d49 SHA256: 87f3b12a9186a0c381c03de2ce801c95d2cf0303ba5ebed93e3dfbb682dc572d Size: 7404 Package: te-appliance-sidecar Version: 0.1.15-1~all License: unknown Vendor: sre@thousandeyes.com Architecture: all Maintainer: sre@thousandeyes.com Installed-Size: 15 Depends: cron Section: default Priority: extra Homepage: https://www.thousandeyes.com Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/te-appliance-sidecar/te-appliance-sidecar_0.1.15-1~all_all.deb SHA1: 8440be1cab6002ebf49efd7c1475a0fe25c8bce1 SHA256: 5c1add0fa590082692320e9e4fbd0ddb9bced1df3b9d48ca0c3a70eeae526731 Size: 7612 Package: te-appliance-sidecar Version: 0.1.28-1 License: unknown Vendor: sre@thousandeyes.com Architecture: all Maintainer: sre@thousandeyes.com Installed-Size: 15 Depends: cron Section: default Priority: extra Homepage: https://www.thousandeyes.com Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/te-appliance-sidecar/te-appliance-sidecar_0.1.28-1_all.deb SHA1: 46b80ea4b900c4974daeb29416f62dbff9b2bd8e SHA256: 655a4f4a54fe771bfd27726f78893ea3469735cfdb009b1d61e1fb29af65bfec Size: 7578 Package: te-appliance-sidecar Version: 0.10-1 License: unknown Vendor: sre@thousandeyes.com Architecture: all Maintainer: sre@thousandeyes.com Installed-Size: 11 Depends: cron Section: default Priority: extra Homepage: https://www.thousandeyes.com Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/te-appliance-sidecar/te-appliance-sidecar_0.10-1_all.deb SHA1: e303d2f7f6e18cfdd3b37fea9246327304c87f1c SHA256: 98a61ff982ab1a04df8c483f41ff04f07fa88289b2ea99e6d0e30c0ceac477b9 Size: 6054 Package: te-appliance-sidecar Version: 0.12-1 License: unknown Vendor: sre@thousandeyes.com Architecture: all Maintainer: sre@thousandeyes.com Installed-Size: 12 Depends: cron Section: default Priority: extra Homepage: https://www.thousandeyes.com Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/te-appliance-sidecar/te-appliance-sidecar_0.12-1_all.deb SHA1: 86294c834fb3f32c3d6d7e02537cf2a969baf626 SHA256: bf9f3b76ce3cc5fad3b72795cf2a3702c06fb9ce50de31425cac7cdf2267eace Size: 6594 Package: te-appliance-sidecar Version: 0.14-1 License: unknown Vendor: sre@thousandeyes.com Architecture: all Maintainer: sre@thousandeyes.com Installed-Size: 12 Depends: cron Section: default Priority: extra Homepage: https://www.thousandeyes.com Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/te-appliance-sidecar/te-appliance-sidecar_0.14-1_all.deb SHA1: 87f7d8186213bcae705405674f81af36f8811928 SHA256: dff1e3687c3c4b060711115b453b0955552f5d54686f417df6c4369a01af50ca Size: 6598 Package: te-appliance-sidecar Version: 0.16-1 License: unknown Vendor: sre@thousandeyes.com Architecture: all Maintainer: sre@thousandeyes.com Installed-Size: 13 Depends: cron Section: default Priority: extra Homepage: https://www.thousandeyes.com Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/te-appliance-sidecar/te-appliance-sidecar_0.16-1_all.deb SHA1: 5d48cc17bf8c77f0389764f8c6a9d6705f548a75 SHA256: c17277c800e0f1c44847c517546d658b84a74e2fa7a663c3d86f72fd7688a91d Size: 6914 Package: te-appliance-sidecar Version: 0.18-1 License: unknown Vendor: sre@thousandeyes.com Architecture: all Maintainer: sre@thousandeyes.com Installed-Size: 13 Depends: cron Section: default Priority: extra Homepage: https://www.thousandeyes.com Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/te-appliance-sidecar/te-appliance-sidecar_0.18-1_all.deb SHA1: 8b92d68d7c0c842c0b976153d3d5c408311b6e1a SHA256: 0cd6b04a6a09a5044a35f8f0a84a1f8cbeea4bc9e8bab3239f3fdc704bb5e8d3 Size: 6942 Package: te-appliance-sidecar Version: 0.20-1 License: unknown Vendor: sre@thousandeyes.com Architecture: all Maintainer: sre@thousandeyes.com Installed-Size: 13 Depends: cron Section: default Priority: extra Homepage: https://www.thousandeyes.com Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/te-appliance-sidecar/te-appliance-sidecar_0.20-1_all.deb SHA1: 35781816f14697bca3f28af7e6b0beaa7dca4340 SHA256: 107adfb364de9979a3a851c8b769c0813e43404db1e1f14305196aca1a2b731b Size: 6924 Package: te-appliance-sidecar Version: 0.20.4-1 License: unknown Vendor: sre@thousandeyes.com Architecture: all Maintainer: sre@thousandeyes.com Installed-Size: 0 Depends: cron, openssh-server Section: default Priority: extra Homepage: https://www.thousandeyes.com Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/te-appliance-sidecar/te-appliance-sidecar_0.20.4-1_all.deb SHA1: c3524fb3164b927772489945987ea24904fdb1ef SHA256: 98e80fccf14d55e9598b890e1f9aa33828c360906724f565a24d4c3f05ff7ead Size: 2336 Package: te-appliance-sidecar Version: 0.22-1 License: unknown Vendor: sre@thousandeyes.com Architecture: all Maintainer: sre@thousandeyes.com Installed-Size: 0 Depends: cron, openssh-server Section: default Priority: extra Homepage: https://www.thousandeyes.com Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/te-appliance-sidecar/te-appliance-sidecar_0.22-1_all.deb SHA1: 36020e31be702c1e5d7f6af344dfc2128002656c SHA256: ae9af60085e77336f4254d915e0bef165436a14f63c6c2a3d7935b0a93695540 Size: 2338 Package: te-appliance-sidecar Version: 0.24-1 License: unknown Vendor: sre@thousandeyes.com Architecture: all Maintainer: sre@thousandeyes.com Installed-Size: 27 Depends: cron, openssh-server Section: default Priority: extra Homepage: https://www.thousandeyes.com Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/te-appliance-sidecar/te-appliance-sidecar_0.24-1_all.deb SHA1: 56ba0373ef794104829bb81c057078029580d42f SHA256: 1daafc325b4677316cc4e8a600381e5efbc2ec73709d15c24a9de2017aec12f1 Size: 10650 Package: te-appliance-sidecar Version: 0.26-1 License: unknown Vendor: sre@thousandeyes.com Architecture: all Maintainer: sre@thousandeyes.com Installed-Size: 28 Depends: cron, openssh-server Section: default Priority: extra Homepage: https://www.thousandeyes.com Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/te-appliance-sidecar/te-appliance-sidecar_0.26-1_all.deb SHA1: 804af453a2cb073b11d1460be8df0653c685312d SHA256: c6d42db20369b348ce7cae8b69efc067026b557f8157e30a20d763f54f73b908 Size: 10976 Package: te-appliance-sidecar Version: 0.28-1 License: unknown Vendor: sre@thousandeyes.com Architecture: all Maintainer: sre@thousandeyes.com Installed-Size: 30 Depends: cron, openssh-server Section: default Priority: extra Homepage: https://www.thousandeyes.com Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/te-appliance-sidecar/te-appliance-sidecar_0.28-1_all.deb SHA1: 47cb929e1e911c729fa67a5a18fa9974f44bd02b SHA256: bc3a163a2a3c8de4fd6ae6becfe3444590caa9ac4df9424f7231be561e3acd6c Size: 11652 Package: te-appliance-sidecar Version: 0.30-1 License: unknown Vendor: sre@thousandeyes.com Architecture: all Maintainer: sre@thousandeyes.com Installed-Size: 32 Depends: cron, openssh-server Section: default Priority: extra Homepage: https://www.thousandeyes.com Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/te-appliance-sidecar/te-appliance-sidecar_0.30-1_all.deb SHA1: d2eac03cc886e66c0863d803b749d4fdd5da2f5d SHA256: e99c4c91e9166e06251a7ad67d022d2a1ab1577318f1fe140dccf18de7ec0341 Size: 12010 Package: te-appliance-sidecar Version: 0.32-1 License: unknown Vendor: sre@thousandeyes.com Architecture: all Maintainer: sre@thousandeyes.com Installed-Size: 32 Depends: cron, openssh-server Section: default Priority: extra Homepage: https://www.thousandeyes.com Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/te-appliance-sidecar/te-appliance-sidecar_0.32-1_all.deb SHA1: 575c0ac94055d95de8e2f3e2d8f610b12daf81c1 SHA256: 01b9a9fc243e8c59c77d2c625080f7170ce18c0bba9f07e96cdccc571eed3374 Size: 12124 Package: te-appliance-sidecar Version: 0.34-1 License: unknown Vendor: sre@thousandeyes.com Architecture: all Maintainer: sre@thousandeyes.com Installed-Size: 32 Depends: cron, openssh-server Section: default Priority: extra Homepage: https://www.thousandeyes.com Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/te-appliance-sidecar/te-appliance-sidecar_0.34-1_all.deb SHA1: 9a618a6f4b3a2a15dbbe81a3fb81285c2dd2f7cf SHA256: 18347b5808b54049876820e9315f98963d9f07ba9e5ab22d66b5658ceb5d7ea4 Size: 12124 Package: te-appliance-sidecar Version: 0.34.4-1 License: unknown Vendor: sre@thousandeyes.com Architecture: all Maintainer: sre@thousandeyes.com Installed-Size: 34 Depends: cron, openssh-server Section: default Priority: extra Homepage: https://www.thousandeyes.com Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/te-appliance-sidecar/te-appliance-sidecar_0.34.4-1_all.deb SHA1: 54e0666f45a1adb7b5faa18de6d41d698f1fc5d0 SHA256: 0d78fa90d8f32e8edb533d36333c9858a0bd88e381bff1af1ec6023682f7e104 Size: 12604 Package: te-appliance-sidecar Version: 0.36-1 License: unknown Vendor: sre@thousandeyes.com Architecture: all Maintainer: sre@thousandeyes.com Installed-Size: 36 Depends: cron, openssh-server Section: default Priority: extra Homepage: https://www.thousandeyes.com Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/te-appliance-sidecar/te-appliance-sidecar_0.36-1_all.deb SHA1: c0af1ccbefa98c41b97882ea17a645d0c8f4c158 SHA256: dd6934b69d32cb7ff256916062795d8966018c83b14ff10f9d10cf90edb39cf1 Size: 13186 Package: te-appliance-sidecar Version: 0.38-1 License: unknown Vendor: sre@thousandeyes.com Architecture: all Maintainer: sre@thousandeyes.com Installed-Size: 36 Depends: cron, openssh-server Section: default Priority: extra Homepage: https://www.thousandeyes.com Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/te-appliance-sidecar/te-appliance-sidecar_0.38-1_all.deb SHA1: 3bb7a3f7634da12bc4013a9e34eb862766e45677 SHA256: fa2fe9525f60675ce2e25acdb6427d402dfa6fe7837a8aad58516956cb54aada Size: 13244 Package: te-appliance-sidecar Version: 0.4-1 License: unknown Vendor: sre@thousandeyes.com Architecture: all Maintainer: sre@thousandeyes.com Installed-Size: 15 Depends: cron Section: default Priority: extra Homepage: https://www.thousandeyes.com Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/te-appliance-sidecar/te-appliance-sidecar_0.4-1_all.deb SHA1: 96cd94f0ba9d6bc3de8639fcf8b1bc41ca48e5a6 SHA256: 830e59c22795cec4b7a001d8122e8ccf88d3db91df45ea72ea94603c3ed5444d Size: 7570 Package: te-appliance-sidecar Version: 0.40-1 License: unknown Vendor: sre@thousandeyes.com Architecture: all Maintainer: sre@thousandeyes.com Installed-Size: 36 Depends: cron, openssh-server Section: default Priority: extra Homepage: https://www.thousandeyes.com Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/te-appliance-sidecar/te-appliance-sidecar_0.40-1_all.deb SHA1: a450084af75944d78f4cf0f50e5399e56ed85673 SHA256: 70c00238bb179bd94eda6bfe6e35ccf08fd352f665ce93ee63606f8d5ca9229e Size: 13242 Package: te-appliance-sidecar Version: 0.42-1 License: unknown Vendor: sre@thousandeyes.com Architecture: all Maintainer: sre@thousandeyes.com Installed-Size: 39 Depends: cron, openssh-server Section: default Priority: extra Homepage: https://www.thousandeyes.com Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/te-appliance-sidecar/te-appliance-sidecar_0.42-1_all.deb SHA1: 745388503879a03a0fc3f0befa4884b80ac13119 SHA256: 0ffb4257fc0886d5f7e8c1ffbe0ba40aef946b01986f5b685294eae80f254726 Size: 14498 Package: te-appliance-sidecar Version: 0.44-1 License: unknown Vendor: sre@thousandeyes.com Architecture: all Maintainer: sre@thousandeyes.com Installed-Size: 39 Depends: cron, openssh-server Section: default Priority: extra Homepage: https://www.thousandeyes.com Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/te-appliance-sidecar/te-appliance-sidecar_0.44-1_all.deb SHA1: 540c52cef8c542f6c0c5515e3a017b0d8f08a213 SHA256: 59cbc830b75fc79c285b381fddc00bf88c008d983ad031a9d486d7acec07d1cc Size: 14610 Package: te-appliance-sidecar Version: 0.44.2-1 License: unknown Vendor: sre@thousandeyes.com Architecture: all Maintainer: sre@thousandeyes.com Installed-Size: 39 Depends: cron, openssh-server Section: default Priority: optional Homepage: https://www.thousandeyes.com Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/te-appliance-sidecar/te-appliance-sidecar_0.44.2-1_all.deb SHA1: 670b1788d73c66d17c74cc0b007c4811584efd34 SHA256: 59aac53e33ba943896d20d45ad58509f0d8ba57a12681599e42609b0ecb40e7b Size: 14818 Package: te-appliance-sidecar Version: 0.46-1 License: unknown Vendor: sre@thousandeyes.com Architecture: all Maintainer: sre@thousandeyes.com Installed-Size: 39 Depends: cron, openssh-server Section: default Priority: optional Homepage: https://www.thousandeyes.com Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/te-appliance-sidecar/te-appliance-sidecar_0.46-1_all.deb SHA1: cac2cc88820ed0aaa179503682356e98090f76c8 SHA256: 369a6a52680b55ba4561c54caef3e7fbdff4fc255814c7ed7827417bb105d1db Size: 14820 Package: te-appliance-sidecar Version: 0.6-1 License: unknown Vendor: sre@thousandeyes.com Architecture: all Maintainer: sre@thousandeyes.com Installed-Size: 15 Depends: cron Section: default Priority: extra Homepage: https://www.thousandeyes.com Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/te-appliance-sidecar/te-appliance-sidecar_0.6-1_all.deb SHA1: dcdeba40f644d504f060e944771f46aa480f0e8a SHA256: ef5d24a1c73e6969199126635f7e3b454ce0f87dae9e6f7b7817300784aa99b0 Size: 7762 Package: te-appliance-sidecar Version: 0.6.8-1 License: unknown Vendor: sre@thousandeyes.com Architecture: all Maintainer: sre@thousandeyes.com Installed-Size: 12 Depends: cron Section: default Priority: extra Homepage: https://www.thousandeyes.com Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/te-appliance-sidecar/te-appliance-sidecar_0.6.8-1_all.deb SHA1: 5de4217a01b6428b3ff51b2cd7d9720246a0cf65 SHA256: 47ee1eaa0bcb9c7a7849f86c7ece334d3ca5402084ea73f9dc2c8665c664f763 Size: 6856 Package: te-appliance-sidecar Version: 0.8-1 License: unknown Vendor: sre@thousandeyes.com Architecture: all Maintainer: sre@thousandeyes.com Installed-Size: 13 Depends: cron Section: default Priority: extra Homepage: https://www.thousandeyes.com Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/te-appliance-sidecar/te-appliance-sidecar_0.8-1_all.deb SHA1: 1749c6eaa0be2da3b74b819b97cb868db479bce4 SHA256: 7cf26d3e2703e1902f4550856fc788d5b42dbc788ed40f35b7846f8d660a8cc8 Size: 6984 Package: te-appliance-sidecar Version: 0.8.2-1 License: unknown Vendor: sre@thousandeyes.com Architecture: all Maintainer: sre@thousandeyes.com Installed-Size: 11 Depends: cron Section: default Priority: extra Homepage: https://www.thousandeyes.com Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/te-appliance-sidecar/te-appliance-sidecar_0.8.2-1_all.deb SHA1: 8aff355325842ad5fd588cf62927e55634ea3e42 SHA256: 0ab70994d3d14c15b8374b0195365e7f655a2ffc9364dea80f0c1ec873be576e Size: 6046 Package: te-browserbot Version: 1.173.1-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 233042 Depends: openjdk-8-jre, te-chromium-browser (>> 80.0.3987.163), te-chromium-browser (<< 80.0.3987.164), psmisc, libc6, iproute2, iptables Breaks: te-chromium, te-sandboxd, te-txfs Replaces: te-chromium, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_1.173.1-1~focal_amd64.deb SHA1: 3eb8340320d25d5c72dd1302ce57c8cd47c9a239 SHA256: d8456c34a29a3c53dcc3d245526b31d87413a5124b1c6ca477a2b1603c80bcb8 Size: 92253080 Package: te-browserbot Version: 1.174.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 238303 Depends: openjdk-8-jre, te-chromium-browser (>> 80.0.3987.163), te-chromium-browser (<< 80.0.3987.164), psmisc, libc6, iproute2, iptables Breaks: te-chromium, te-sandboxd, te-txfs Replaces: te-chromium, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_1.174.0-1~focal_amd64.deb SHA1: 84fe0d6e9cd6168fdd96fbf6e874771134bf8479 SHA256: 474833e6f4220438e0b53f7fb6f60dcc629bbc821631696c86d011c57ec2aef2 Size: 93187056 Package: te-browserbot Version: 1.177.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 247772 Depends: openjdk-8-jre, te-chromium-internal (>= 96.0.4664.45), psmisc, libc6, iproute2, iptables Breaks: te-chromium-browser, te-sandboxd, te-txfs Replaces: te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_1.177.0-1~focal_amd64.deb SHA1: 7f213ce958d8064fea3c55582b0f73efe7a66030 SHA256: 8fae71b514760d257b4063049713b8b8211da2a23e58fece6edd877b86d4791f Size: 97227356 Package: te-browserbot Version: 1.178.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 229585 Depends: openjdk-8-jre, te-chromium-browser (>> 80.0.3987.163), te-chromium-browser (<< 80.0.3987.164), psmisc, libc6, iproute2, iptables Breaks: te-chromium, te-sandboxd, te-txfs Replaces: te-chromium, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_1.178.0-1~focal_amd64.deb SHA1: 6e7b5b41ee54be95f217914b31b513acede127dd SHA256: 6d2002a604be474d973b1f728acf3682b60b264b5ed8e02c9de26ba81ac37b9f Size: 94339112 Package: te-browserbot Version: 2.10.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 388124 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: runc (>= 1.0.0) Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.10.0-1~focal_amd64.deb SHA1: 883c287a1b0b226caf748c1f54d796f5bf0a3c10 SHA256: 42671b95ca852227165d833bb68a742363244399360cbf29e9e20a8a7cd80ee5 Size: 383609464 Package: te-browserbot Version: 2.11.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 389969 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: runc (>= 1.0.0), nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.11.0-1~focal_amd64.deb SHA1: a0c6927b81bdda1dfe6dec3031cd71c7456bcc10 SHA256: de2115dd7bc88e49066ccf44a06bb6aacee6cfeabbe497ee2ba016f84e29749e Size: 385860144 Package: te-browserbot Version: 2.12.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 390149 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.12.0-1~focal_amd64.deb SHA1: d8a6c9757550cebe8e7b3470c82a9a128db586aa SHA256: 525edceb0eee8fb61d2562e9bd39ad14ed3c5da19eefde69c76df73831d12b7f Size: 385876400 Package: te-browserbot Version: 2.13.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 390222 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.13.0-1~focal_amd64.deb SHA1: d980d186c89b3d3e8aa1be7eb3186cbc12463c28 SHA256: 856e206c2c72998e9483d93cccae7acead9e127fb295dae44cdbcfb3d646d8f6 Size: 385953884 Package: te-browserbot Version: 2.14.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 390706 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.14.0-1~focal_amd64.deb SHA1: 55201aa7658a880fb79b216b4c103e0bd9d25226 SHA256: 15554f8f037630cf2b2f139efed4dd6cc91c352ad286f02d7e84fbbdd6630c21 Size: 386092004 Package: te-browserbot Version: 2.15.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 390711 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.15.0-1~focal_amd64.deb SHA1: b53195193ae3061caef53cc1d524ef5016ef599d SHA256: 80f62d7834700d157d9d5d8f7aa3e3a1a9afdea823e8784b53cf53f8dcf7f76c Size: 386021856 Package: te-browserbot Version: 2.16.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 390778 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.16.0-1~focal_amd64.deb SHA1: f0341959753ac628e3a1a2f19b44f37f2771ae13 SHA256: 9e53db099ceffc24540a62098e9d9e688715202b95bcb05ccae736049066e8b9 Size: 386227460 Package: te-browserbot Version: 2.17.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 390777 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.17.0-1~focal_amd64.deb SHA1: 5992e24cbf78c28dab63e6f4f5ec80b6e5bc00a3 SHA256: c8498224d35290be2b14231ff4d27901d74259a202f9af5a90acd3cf5bd97631 Size: 386234012 Package: te-browserbot Version: 2.19.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 391931 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.19.0-1~focal_amd64.deb SHA1: 85c009063df1e4516793805c5eba11620614b31d SHA256: 9f69ec8448546313acc9179b2e87dbeccb4af5eca78570703c98f9353bfedf62 Size: 387506996 Package: te-browserbot Version: 2.21.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 390999 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.21.0-1~focal_amd64.deb SHA1: 90ebf8b29dde4cc4e0f1b2e2442297255976a074 SHA256: 5ef8c636f258764167f37dd601156efe2e52606dbe09d343a47629a8b947a406 Size: 386206192 Package: te-browserbot Version: 2.21.1-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 390987 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.21.1-1~focal_amd64.deb SHA1: 00446038660675f935defa4bb697994ed1aca397 SHA256: eeb6ebfc9b150a50658329e16ab84e9957620969cbba71e3907df0d7c1e5e999 Size: 386340460 Package: te-browserbot Version: 2.22.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 405482 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.22.0-1~focal_amd64.deb SHA1: 5a59aa78154d5c2162d7622d7385a345d120ee7a SHA256: 1c49f774583071491a9709dc96818235f223ff4aa5e60be5adc479c8546dcd5e Size: 397737920 Package: te-browserbot Version: 2.23.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 405544 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.23.0-1~focal_amd64.deb SHA1: d91328aa0ff4f7a5abe9342b50839484c3fb2e6d SHA256: f4d8d9aade51623f5a508012ac42b8cc300a02a173f297a491b6b99c189e9cf6 Size: 397969720 Package: te-browserbot Version: 2.4.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 353690 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.4.0-1~focal_amd64.deb SHA1: 38a4928fccc8df9caa3b51103bdf2ae160a1af6d SHA256: 1ca604b9163b1a649bff38e25b13cb886fffe23d5fc4512194a8feff301fcc3d Size: 348628672 Package: te-browserbot Version: 2.5.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 353706 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.5.0-1~focal_amd64.deb SHA1: da9fc3f701f3e67ca30cd1227888ff716a1792c3 SHA256: 717c4379411cb0ad3d782ff0c76cb6eeb1c59faa0974769e76d37562ac10f093 Size: 348642124 Package: te-browserbot Version: 2.5.1-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 353737 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.5.1-1~focal_amd64.deb SHA1: 09bee0b316839b67cc5c067429836466db4fa00d SHA256: 63fda1e1ca3db5b15b0673c133b04c3a37d5dd3893ec6640552a24e3742594c7 Size: 348657692 Package: te-browserbot Version: 2.5.2-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 353718 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.5.2-1~focal_amd64.deb SHA1: f3d3113c39fef7649bc66900895799551e7f058c SHA256: c3d893f5b34f5dcccc8e0e11795e497fce573fd9621408610e91b3ff839802d4 Size: 348644800 Package: te-browserbot Version: 2.5.3-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 353723 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.5.3-1~focal_amd64.deb SHA1: c58ab6b323d80569afb8a2b83c2d299ee0008ab8 SHA256: e628be0e2d5fcd001b8773b1e71d1cc6597530fc2ab5cbd02c3b13dcf5c2a504 Size: 348609664 Package: te-browserbot Version: 2.5.4-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 353795 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.5.4-1~focal_amd64.deb SHA1: b3609e843e967cff1fcad82c68e47bb25c699a3f SHA256: 8fe373a67f7b2b800bcd53b463d54d6e9a1de1b51055d779f5c453ee04f41322 Size: 348645332 Package: te-browserbot Version: 2.5.5-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 353836 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.5.5-1~focal_amd64.deb SHA1: c577f6bb5e3dcb989606f2a6113128d31682013e SHA256: 880855a258cbbffed8b43bba177339d2f1074b6aceb76f7365cc87039bced8e2 Size: 348657632 Package: te-browserbot Version: 2.5.6-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 354183 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.5.6-1~focal_amd64.deb SHA1: 18dee53727bf2bc5333065d1685066b5f884b269 SHA256: b761f7b866c809db955374caae3bcb5b173e6d383ebd4e4da7f50e7951f50b67 Size: 349100796 Package: te-browserbot Version: 2.5.7-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 354180 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.5.7-1~focal_amd64.deb SHA1: c520208b6f792e0ed71ef1c347d95262f1ce5eaf SHA256: 1c7d041c24b2174e324d37e690168e438f80b69eec503b6e7310a1e2d8e7ae99 Size: 349093360 Package: te-browserbot Version: 2.6.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 389574 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.6.0-1~focal_amd64.deb SHA1: 8ebd1e34c5c81511102ce9d081ebaf715a38eef7 SHA256: 46e96ca908a14c1d7c8f2c0749de98f2d0723cff1b801a1d103a445900751b16 Size: 384383800 Package: te-browserbot Version: 2.6.1-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 389566 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.6.1-1~focal_amd64.deb SHA1: 2c589d3ba9ddf064ff5f085d9c8358238f6e1c52 SHA256: ac8a10e2b6d1b4304286134349058f8da0aed8ed1712f60aaaeeb030b549d7f6 Size: 384315672 Package: te-browserbot Version: 2.6.2-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 389616 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.6.2-1~focal_amd64.deb SHA1: 504719312aa84cbb8c13f8c76b8efdb14794758a SHA256: 76ac91689ed5f1b4213de2a7145f336c03d3d19c140f4c2dc892c3ec37586f4e Size: 384409696 Package: te-browserbot Version: 2.7.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 389603 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.7.0-1~focal_amd64.deb SHA1: 339752290823f04fff1e32961fb7a77ead1b4092 SHA256: 07bdf90ef67df7760e7695b96653ed5c2b6dff3caa119a4cbb7f425206915346 Size: 384468600 Package: te-browserbot Version: 2.7.1-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 389601 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.7.1-1~focal_amd64.deb SHA1: 6c543f26189eddedcf2804be234c34633ad2242a SHA256: ae36264dfe123e30502f27e6a221a0666cd0f57d25cbd4375c00fde50a130f91 Size: 384535776 Package: te-browserbot Version: 2.7.2-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 405245 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.7.2-1~focal_amd64.deb SHA1: 655e687a439fc10ed581bc2a214d150db2bea929 SHA256: afdb144c31dfd26d5bab4634b146cc28c55284725e660bdf4c13252519bde259 Size: 400376272 Package: te-browserbot Version: 2.8.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 389483 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.8.0-1~focal_amd64.deb SHA1: f8a312f021f9601d4c28316feea8e0d83c805779 SHA256: 107df34045e0326b40e5c0c996a3e513242fafbd06747e5c23069d85f32bda29 Size: 384493868 Package: te-browserbot Version: 2.8.1-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 389485 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.8.1-1~focal_amd64.deb SHA1: d20772e94d64c1cf759a6aeb672b8456c65f388d SHA256: de23294dd451d32cf8aef9ede719a91c242f93c818babacf6b0b0b538b90460c Size: 384506452 Package: te-browserbot-cisco Version: 2.0.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 400529 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.0.0-1~focal_amd64.deb SHA1: 012bbf84cdbbf6e4539627abfdef5ae16d1470c1 SHA256: 92e6a4bcf58c8db99a419ddd7debd26b29d5901ffd1a951c7efde8a6ae2aea7c Size: 396070196 Package: te-browserbot-cisco Version: 2.0.1-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 400629 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.0.1-1~focal_amd64.deb SHA1: 4b8f73d9b6291c702bb1d3c5ca42d2f6a9e086a2 SHA256: a9cb1a2a0e9b7b775f3bdee97ffff2b8c69b87234c06d6ed0b3bc5805c0b4876 Size: 396152816 Package: te-browserbot-cisco Version: 2.1.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 401240 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.1.0-1~focal_amd64.deb SHA1: 173eac870741e2d2c008cd8a0a5a020f0b63462a SHA256: d93fcac4e9b02325e55dd83f18389aff698ef9bfd81ec260574b76b5499ccd97 Size: 396726336 Package: te-browserbot-cisco Version: 2.10.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 434981 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.10.0-1~focal_amd64.deb SHA1: e8fe3444bbd5ada612398dbc395d3bbda8adb6af SHA256: 28de4239298c1f880b3a112ceca84bc51ae4ff79741dffff54dd34c28e5648df Size: 431344044 Package: te-browserbot-cisco Version: 2.11.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 437791 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.11.0-1~focal_amd64.deb SHA1: fd87aacf5a9e32fa6742018bfe9d5690cac8b20b SHA256: 402416d0f385f42ff17bc4acad4e1e06c2f9f301d3dbbe740790a6660795a933 Size: 433753952 Package: te-browserbot-cisco Version: 2.12.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 437921 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.12.0-1~focal_amd64.deb SHA1: aaa02763d22eb2495baa5bef6e9669d12a09b9e6 SHA256: 41719e33a5885f28564d2baf4654203d5e2159a0ec33ce842de24ad6eb328c7a Size: 434153092 Package: te-browserbot-cisco Version: 2.13.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 438281 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.13.0-1~focal_amd64.deb SHA1: 4d25fce5bbbb8f1fd9b24efa09261282a44ec887 SHA256: 79b2e109ee12eb7bd25617bbf68cabab275123a203301715e189e5d465f15d90 Size: 434445304 Package: te-browserbot-cisco Version: 2.14.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 439929 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.14.0-1~focal_amd64.deb SHA1: 58b08230124b8d9ac1c2e41685ae503e9612f881 SHA256: 4043308567b8d4c8d8d6baa01f33b4b57bfca782e69fca8dce3479e9968541dc Size: 436004648 Package: te-browserbot-cisco Version: 2.15.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 440149 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.15.0-1~focal_amd64.deb SHA1: 77571d0a06a672425a3ecf1788771474df553e73 SHA256: 2ceea0a376541846c310b6e80261a051a74420fbe7c2959546d7dc8d05ca9a94 Size: 436102240 Package: te-browserbot-cisco Version: 2.16.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 440349 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.16.0-1~focal_amd64.deb SHA1: 76c875c3960ebbd6a5455ca1d661b99edc9c211c SHA256: d74d021c05cd4d3bf69e9c4d34c063d22df523a54e0df1f88f22b31e0a76552a Size: 435962780 Package: te-browserbot-cisco Version: 2.17.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 440629 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.17.0-1~focal_amd64.deb SHA1: 699fd979f4d96ef4ebac3a253ead00050d3a41b2 SHA256: 74998f00fc85cb6e51d255a561dc3d5495f774dc49d74bc9ec5803898db3ceb3 Size: 436352368 Package: te-browserbot-cisco Version: 2.19.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 442728 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.19.0-1~focal_amd64.deb SHA1: 29623ba5229c119a57724ca8d2d352c940de81f6 SHA256: f5b729ded0ec562bf788f77a8a4d8ea16ea2de1a38aed06a3a6624dcc7cf2a5c Size: 438689648 Package: te-browserbot-cisco Version: 2.2.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 401598 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.2.0-1~focal_amd64.deb SHA1: 2ef1ff51b69054c7773842e690c86f1e31bb42eb SHA256: 532a798ad38cc1c93a19158ab3cb27854472779bebf62240bcebfada14e211c9 Size: 397125804 Package: te-browserbot-cisco Version: 2.21.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 442432 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.21.0-1~focal_amd64.deb SHA1: 8de15612d00eeb4b07cbf4c26895268e8c1e51d8 SHA256: 4ea41998fb5c4b286e4f813f78e0360a7af2c2a783829400cfce1204ee97b8f6 Size: 438273788 Package: te-browserbot-cisco Version: 2.21.1-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 442542 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.21.1-1~focal_amd64.deb SHA1: 1ded5b0d06254bc8ac3fdc99f5ccb19cf5d8f7e3 SHA256: 20cffea7e78e131647ea8141118290a677107ad766bdbcfdef1b0fa650678d92 Size: 438607944 Package: te-browserbot-cisco Version: 2.22.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 459022 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.22.0-1~focal_amd64.deb SHA1: 42789e1cbb82d457aef26c937cd8a051d00e8936 SHA256: f1c568201f2d45f79f5a8cffb1d25d6dbaaf3588b56564115783da1fbe4be21c Size: 452835208 Package: te-browserbot-cisco Version: 2.23.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 457730 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.23.0-1~focal_amd64.deb SHA1: b80b80b4f2f200539afcd2e4fadcf9febb24a062 SHA256: e0d3050e15f4fa05f6c98b2cb05817829096bb5f3f21919e17151d444c80a484 Size: 451279440 Package: te-browserbot-cisco Version: 2.4.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 393985 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.4.0-1~focal_amd64.deb SHA1: eeb48fdb39f28009441b3afc4617bb092000d161 SHA256: 1ff210fdd23507e11c1be2f9ed135278714a5accbdc117c7c4e08dafe87235f1 Size: 389652228 Package: te-browserbot-cisco Version: 2.5.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 394201 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.5.0-1~focal_amd64.deb SHA1: 01ce28fc52aeb67061fb0511d12be79e6bdba75d SHA256: bd39246e576d65d5912f55f08297fa02126375abaf73d2e4c8498bd9ee3237f5 Size: 389781180 Package: te-browserbot-cisco Version: 2.5.1-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 394029 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.5.1-1~focal_amd64.deb SHA1: 31a8460a7fcfabbb9c1a7798f881b4d52baab184 SHA256: 029932f48b711b5f941ebcb92c09d1435f22f2325309988a16d3d0182b44695c Size: 286376624 Package: te-browserbot-cisco Version: 2.5.2-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 394359 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.5.2-1~focal_amd64.deb SHA1: 7a891dde2b9d8094fe91b968641aa69ffea880b4 SHA256: d22bf2dbeb038d7c758d36fe631359cc9accd12f9c390ebef12c96d9446c4572 Size: 390020932 Package: te-browserbot-cisco Version: 2.5.3-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 394379 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.5.3-1~focal_amd64.deb SHA1: 89c31622b2c78ab76d3345f165ac82dd7f3e26cd SHA256: 139e41c6f9d8067608e858ea903c8cd3c3b1c0a520b2d2f139ac5a95fb14698f Size: 390044412 Package: te-browserbot-cisco Version: 2.5.4-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 394491 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.5.4-1~focal_amd64.deb SHA1: ce10cdddc9605c9e67a13eb82cf2c8466313d161 SHA256: 599494001b6be48e53e932fb76f071eb38f6b196f1753af09e72dac4cb3b4eec Size: 390124540 Package: te-browserbot-cisco Version: 2.5.5-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 394943 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.5.5-1~focal_amd64.deb SHA1: 5b724afe601c8c653c23d1b772916268be7bd72d SHA256: 897b653e5ea583ba341de2b60affb5450c0be5c19873d52056fea79fdbc17c24 Size: 390537412 Package: te-browserbot-cisco Version: 2.5.6-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 395413 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.5.6-1~focal_amd64.deb SHA1: 28d52075ae1cb34a0211812ec95ce87fd829845d SHA256: 916ed4b62c5af794d0ec5318a79da8d1c931e0476ad54dafa4d52b15584b7860 Size: 390933664 Package: te-browserbot-cisco Version: 2.5.7-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 395419 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.5.7-1~focal_amd64.deb SHA1: 2e37b2a95eb71baeacc655d88d03acbbac91e925 SHA256: 7c99ee2ccf1638db6e014fef368235e6ea20fe61ada3fd28c93e024c670f14c4 Size: 391041960 Package: te-browserbot-cisco Version: 2.6.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 434439 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.6.0-1~focal_amd64.deb SHA1: bca27870505b91d04a8b68a172c0ea174877f98d SHA256: b7be6babe5a0a643b0d8fa3b2b6fc32cceb8c768c4b8dc3b24f108583648c0cd Size: 430230416 Package: te-browserbot-cisco Version: 2.6.1-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 434289 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.6.1-1~focal_amd64.deb SHA1: ab80fbe41fc5b56ec678253aa45cd2c665c45d97 SHA256: 366e112cb2292af408621b2604f2b6394b17363576d55b951004ce6f0a0e9ad4 Size: 429662600 Package: te-browserbot-cisco Version: 2.6.2-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 434529 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.6.2-1~focal_amd64.deb SHA1: a30827d904f79789f4ceb33c9d8d21a2732d9c4f SHA256: bbe69c393610df4c497d2272d93ea089ca9fb64903c905589eec1e883078ea40 Size: 430343472 Package: te-browserbot-cisco Version: 2.7.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 434719 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.7.0-1~focal_amd64.deb SHA1: b046e7db0febd4a03826c99ff6cc84dc38b9f192 SHA256: 61532061cce2032e673b4451621ff38745275d1f9bea03c9bbb324a42f2b871e Size: 429924040 Package: te-browserbot-cisco Version: 2.7.1-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 434979 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.7.1-1~focal_amd64.deb SHA1: 8c62173cc55ae5b24454c99d6553a40a75b892cd SHA256: dbf9636d0ec8106dd51c29678952aeef45870b422a9c5749aa0739e88f6e45ff Size: 430677328 Package: te-browserbot-cisco Version: 2.7.2-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 450312 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.7.2-1~focal_amd64.deb SHA1: e05dc9c5522f8ab1a0ffbab9413222692ad3fc9c SHA256: 6ac92d7bddebd1d335339b1fb6599036bfb03632e786573ffd555be182bdf590 Size: 445733148 Package: te-browserbot-cisco Version: 2.8.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 435302 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.8.0-1~focal_amd64.deb SHA1: c2e0cc272e034e52a989903e015c4111f1a25953 SHA256: f57daea8a631df0614a5d2e97351195c827d59900664c606d2ca9eceffc4894b Size: 430915520 Package: te-browserbot-cisco Version: 2.8.1-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 436022 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.8.1-1~focal_amd64.deb SHA1: 83f52ab0c90da5626586d72e512646ee8b1c4e00 SHA256: 35eb7e83004c44c270c8e567e2a067c923e5f80245a7d5bc48d5ba7bc47dbe53 Size: 431710448 Package: te-browserbot-dual Version: 2.14.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 751196 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-dual/te-browserbot-dual_2.14.0-1~focal_amd64.deb SHA1: 97023b3492e71065b8f7e68c34e8ca5f28f25ce9 SHA256: a2019b2b249ab497ef65c1c6fd42baddede0baa90083a3940529499ec122419a Size: 749483988 Package: te-browserbot-dual Version: 2.15.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 751201 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-dual/te-browserbot-dual_2.15.0-1~focal_amd64.deb SHA1: 7b7f54394bcc1f5bd439891457ea0ca42b98e520 SHA256: 0a304ad02a39a11191bd76f7520bc33a6d22465f156ed5b4482bea291ad626b4 Size: 749473616 Package: te-browserbot-dual Version: 2.16.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 751325 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-dual/te-browserbot-dual_2.16.0-1~focal_amd64.deb SHA1: 2c28ca12698f9108c1d26560b20f989c8f846b0f SHA256: 3f73a2b8c1fc6190b810a5f7e250a85f04cd26a5c77018fa972ad02d8a68a81a Size: 749665820 Package: te-browserbot-dual Version: 2.17.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 751328 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-dual/te-browserbot-dual_2.17.0-1~focal_amd64.deb SHA1: 367a93eb9d1c60bf722706c03c7f3fc180d7b8be SHA256: 250913b346d0a22ac46bf6c1e45a829d87bf0a68b7298444ae05d2504697cba0 Size: 749682472 Package: te-browserbot-dual Version: 2.19.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 768655 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-dual/te-browserbot-dual_2.19.0-1~focal_amd64.deb SHA1: e5349cf6ca22f80daa27c5684551e6b4d3880361 SHA256: e845410fd693638e67c6cfe761d970a5960255f4aecab8e75fe516f9a6b87d79 Size: 767462296 Package: te-browserbot-dual Version: 2.21.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 759255 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-dual/te-browserbot-dual_2.21.0-1~focal_amd64.deb SHA1: b637f033562a2c765d1faf36196d7e2375e628f3 SHA256: ff32ad33ca1b83f77b38dfdb68cde7977a073b30ac5523cfd8eb668903540855 Size: 757607196 Package: te-browserbot-dual Version: 2.21.1-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 759241 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-dual/te-browserbot-dual_2.21.1-1~focal_amd64.deb SHA1: 962a8f3eeba86192e14f505d2b667d12ca72ef0b SHA256: 070b42a5188d90680c63150ef2054ce09d12229471a2927bbd6f1f983ff91710 Size: 757612872 Package: te-browserbot-dual Version: 2.22.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 788206 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-dual/te-browserbot-dual_2.22.0-1~focal_amd64.deb SHA1: a1ec5101c998744a58a02c956709c0311a44496b SHA256: 40bf36a2dbb822eb25eadf670e1ff5346b983854b48ecbe8cf48f5eb27aa25a9 Size: 781018632 Package: te-browserbot-dual Version: 2.23.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 788262 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-dual/te-browserbot-dual_2.23.0-1~focal_amd64.deb SHA1: 7bdaa6b5b90b3a2421dc12ae998c8cddb94e5895 SHA256: fb000805e44a83eaf8ba25d40d4c0413b1d9dcf41ae2f198cc3f7583ca6580d7 Size: 781170760 Package: te-chromium Version: 96.0.4664.45-1~focal Architecture: amd64 Maintainer: ThousandEyes Conflicts: te-google-chrome Replaces: te-google-chrome Pre-Depends: dpkg (>= 1.15.6) Depends: ca-certificates, fonts-ipafont-gothic, fonts-kacst, fonts-liberation, fonts-thai-tlwg, fonts-wqy-zenhei, gconf-service, libasound2(>=1.0.16), libatk-bridge2.0-0(>=2.5.3), libatk1.0-0(>=2.2.0), libatspi2.0-0(>=2.9.90), libc6(>=2.16), libcairo2(>=1.6.0), libcups2(>=1.4.0), libcurl3-gnutls|libcurl3-nss|libcurl4|libcurl3, libdbus-1-3(>=1.9.14), libdrm2(>=2.4.38), libexpat1(>=2.0.1), libgbm1(>=8.1~0), libfontconfig1(>=2.11.1), libgcc1 (>=1:3.0), libgconf-2-4(>=3.2.5), libgdk-pixbuf2.0-0(>=2.22.0), libglib2.0-0(>=2.39.4), libgtk-3-0(>=3.9.10), libgtk2.0-0(>=2.24.0), libnspr4(>=2:4.9-2~), libnss3(>=2:3.22), libpango-1.0-0(>=1.14.0), libpangocairo-1.0-0(>=1.14.0), libstdc++6(>=5.2), libx11-6(>=2:1.4.99.1), libx11-xcb1, libxcb1(>=1.6), libxcomposite1(>=1:0.3-1), libxcursor1(>>1.1.2), libxdamage1(>=1:1.1), libxext6, libxfixes3(>=1:5.0), libxkbcommon0(>=0.4.1), libxi6(>=2:1.2.99.4), libxrandr2(>=2:1.2.99.3), libxrender1, libxss1, libxtst6, lsb-release, wget, xdg-utils Recommends: libu2f-udev, libvulkan1 Section: web Priority: optional Description: web browser Web browser that aims to build a safer, faster, and more stable internet browsing experience. . This package contains the web browser component. Filename: pool/main/t/te-chromium/te-chromium-96.0.4664.45-1~focal.deb SHA1: 4277b8b6d9f1b34128eb7fc752bd0ed18687c293 SHA256: 462f4d9d60b01915bec1a9ec3c1e48d0b6ccb3cff73ad818ba0c8b4996eb88f9 Size: 91316448 Package: te-chromium-browser Version: 80.0.3987.163-1~focal Architecture: amd64 Maintainer: ThousandEyes Conflicts: te-google-chrome Replaces: te-google-chrome Depends: bash (>= 4), ca-certificates, fonts-liberation, fonts-ipafont-gothic, fonts-wqy-zenhei, fonts-thai-tlwg, fonts-kacst, gconf-service, libasound2 (>= 1.0.16), libfontconfig1 (>= 2.11.1), libatk-bridge2.0-0 (>= 2.5.3), libatk1.0-0 (>= 2.2.0), libatspi2.0-0 (>= 2.9.90), libc6 (>= 2.16), libcairo2 (>= 1.6.0), libcups2 (>= 1.4.0), libdbus-1-3 (>= 1.9.14), libexpat1 (>= 2.0.1), libgcc1 (>= 1:3.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libgconf-2-4 (>= 3.2.5), libglib2.0-0 (>= 2.39.4), libgtk-3-0 (>= 3.9.10), libgtk2.0-0 (>= 2.24.0), libnspr4 (>= 2:4.9-2~), libnss3 (>= 2:3.22), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libx11-6 (>= 2:1.4.99.1), libstdc++6 (>= 5.2), libx11-xcb1, libxcb1 (>= 1.6), libxcomposite1 (>= 1:0.3-1), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3 (>= 1:5.0), libxi6 (>= 2:1.2.99.4), libxrandr2 (>= 2:1.2.99.3), libxrender1, libxss1, libxtst6, lsb-release, xdg-utils, wget, dpkg (>= 1.15.6) Section: web Priority: optional Description: web browser Web browser that aims to build a safer, faster, and more stable internet browsing experience. . This package contains the web browser component. Filename: pool/main/t/te-chromium-browser/te-chromium-browser-80.0.3987.163-1~focal.deb SHA1: 0904e7662cddf09b254c728f3339f977e047c0f4 SHA256: d45b9af20c5c3be28d459906be095f68c2362a525cb9f42e01f728e08d351b20 Size: 72110872 Package: te-chromium-flash Version: 0.3.15-1~precise Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18231 Depends: debconf | debconf-2.0, wget, grep, coreutils, libc6 (>= 2.11), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.3) Section: contrib/web Priority: optional Homepage: http://www.thousandeyes.com Description: Flash installer for te-chromium This package will download Chrome from Google, and unpack it to make the included Pepper Flash Player available for use with Chromium. The end user license agreement is available at Google. Filename: pool/main/t/te-chromium-flash/te-chromium-flash_0.3.15-1~precise_amd64.deb SHA1: c5af981d96830d29526c6ff5b5b6a3267f6f6f2c SHA256: a415d6885cde22905bf983cea04991037edb7fbab1e46646b30d4c1e27f03461 Size: 6829582 Package: te-chromium-internal Version: 107.0.5304.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Conflicts: te-google-chrome Replaces: te-google-chrome Pre-Depends: dpkg (>= 1.15.6) Depends: ca-certificates, fonts-ipafont-gothic, fonts-kacst, fonts-liberation, fonts-thai-tlwg, fonts-wqy-zenhei, gconf-service, libasound2(>=1.0.16), libatk-bridge2.0-0(>=2.5.3), libatk1.0-0(>=2.2.0), libatspi2.0-0(>=2.9.90), libc6(>=2.16), libcairo2(>=1.6.0), libcups2(>=1.4.0), libcurl3-gnutls|libcurl3-nss|libcurl4|libcurl3, libdbus-1-3(>=1.9.14), libdrm2(>=2.4.38), libexpat1(>=2.0.1), libgbm1(>=8.1~0), libfontconfig1(>=2.11.1), libgcc1 (>=1:3.0), libgconf-2-4(>=3.2.5), libgdk-pixbuf2.0-0(>=2.22.0), libglib2.0-0(>=2.39.4), libgtk-3-0(>=3.9.10), libgtk2.0-0(>=2.24.0), libnspr4(>=2:4.9-2~), libnss3(>=2:3.22), libpango-1.0-0(>=1.14.0), libpangocairo-1.0-0(>=1.14.0), libstdc++6(>=5.2), libx11-6(>=2:1.4.99.1), libx11-xcb1, libxcb1(>=1.6), libxcomposite1(>=1:0.3-1), libxcursor1(>>1.1.2), libxdamage1(>=1:1.1), libxext6, libxfixes3(>=1:5.0), libxkbcommon0(>=0.4.1), libxi6(>=2:1.2.99.4), libxrandr2(>=2:1.2.99.3), libxrender1, libxss1, libxtst6, lsb-release, wget, xdg-utils Recommends: libu2f-udev, libvulkan1 Section: web Priority: optional Description: web browser Web browser that aims to build a safer, faster, and more stable internet browsing experience. . This package contains the web browser component. Filename: pool/main/t/te-chromium-internal/te-chromium-internal-107.0.5304.0-1~focal.deb SHA1: 988890159fb6c94e735d0ae1c864356d39e68e46 SHA256: a2e3021b3e41e6503724625fba14e91e0665e35a6438f6dd003f57dbb89b6b31 Size: 102883540 Package: te-chromium-internal Version: 114.0.5735.133-1~focal Architecture: amd64 Maintainer: ThousandEyes Pre-Depends: dpkg (>= 1.15.6) Depends: ca-certificates, fonts-liberation, libasound2 (>= 1.0.17), libatk-bridge2.0-0 (>= 2.5.3), libatk1.0-0 (>= 2.2.0), libatspi2.0-0 (>= 2.9.90), libc6 (>= 2.17), libcairo2 (>= 1.6.0), libcups2 (>= 1.6.0), libcurl3-gnutls | libcurl3-nss | libcurl4 | libcurl3, libdbus-1-3 (>= 1.9.14), libdrm2 (>= 2.4.75), libexpat1 (>= 2.0.1), libgbm1 (>= 17.1.0~rc2), libglib2.0-0 (>= 2.39.4), libgtk-3-0 (>= 3.9.10) | libgtk-4-1, libnspr4 (>= 2:4.9-2~), libnss3 (>= 2:3.26), libpango-1.0-0 (>= 1.14.0), libu2f-udev, libvulkan1, libx11-6 (>= 2:1.4.99.1), libxcb1 (>= 1.9.2), libxcomposite1 (>= 1:0.4.4-1), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxkbcommon0 (>= 0.5.0), libxrandr2, wget, xdg-utils (>= 1.0.2) Section: web Priority: optional Description: web browser Web browser that aims to build a safer, faster, and more stable internet browsing experience. . This package contains the web browser component. Filename: pool/main/t/te-chromium-internal/te-chromium-internal-114.0.5735.133-1~focal.deb SHA1: 9953948393cc5c559d50890dfb4b587bfac987d5 SHA256: 5f91c229f9e0a85a4332436526b37d019e938ff377f72ecbdadc4e97c9bf85b4 Size: 103637656 Package: te-chromium-internal Version: 118.0.5993.70-1~focal Architecture: amd64 Maintainer: ThousandEyes Pre-Depends: dpkg (>= 1.15.6) Depends: ca-certificates, fonts-liberation, libasound2 (>= 1.0.17), libatk-bridge2.0-0 (>= 2.5.3), libatk1.0-0 (>= 2.2.0), libatspi2.0-0 (>= 2.9.90), libc6 (>= 2.17), libcairo2 (>= 1.6.0), libcups2 (>= 1.6.0), libcurl3-gnutls | libcurl3-nss | libcurl4 | libcurl3, libdbus-1-3 (>= 1.9.14), libdrm2 (>= 2.4.75), libexpat1 (>= 2.0.1), libgbm1 (>= 17.1.0~rc2), libglib2.0-0 (>= 2.39.4), libgtk-3-0 (>= 3.9.10) | libgtk-4-1, libnspr4 (>= 2:4.9-2~), libnss3 (>= 2:3.26), libpango-1.0-0 (>= 1.14.0), libu2f-udev, libvulkan1, libx11-6 (>= 2:1.4.99.1), libxcb1 (>= 1.9.2), libxcomposite1 (>= 1:0.4.4-1), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxkbcommon0 (>= 0.5.0), libxrandr2, wget, xdg-utils (>= 1.0.2) Section: web Priority: optional Description: web browser Web browser that aims to build a safer, faster, and more stable internet browsing experience. . This package contains the web browser component. Filename: pool/main/t/te-chromium-internal/te-chromium-internal-118.0.5993.70-1~focal.deb SHA1: ef5415d15fdd3e1cd8be76a16119cbb15fba4146 SHA256: a906e9e6ca8a8167ef67f00a3277b70e87f71a62bd804227cd917731b9529816 Size: 114700752 Package: te-chromium-internal Version: 118.0.5993.70-2~focal Architecture: amd64 Maintainer: ThousandEyes Pre-Depends: dpkg (>= 1.15.6) Depends: ca-certificates, fonts-liberation, libasound2 (>= 1.0.17), libatk-bridge2.0-0 (>= 2.5.3), libatk1.0-0 (>= 2.2.0), libatspi2.0-0 (>= 2.9.90), libc6 (>= 2.17), libcairo2 (>= 1.6.0), libcups2 (>= 1.6.0), libcurl3-gnutls | libcurl3-nss | libcurl4 | libcurl3, libdbus-1-3 (>= 1.9.14), libdrm2 (>= 2.4.75), libexpat1 (>= 2.0.1), libgbm1 (>= 17.1.0~rc2), libglib2.0-0 (>= 2.39.4), libgtk-3-0 (>= 3.9.10) | libgtk-4-1, libnspr4 (>= 2:4.9-2~), libnss3 (>= 2:3.26), libpango-1.0-0 (>= 1.14.0), libu2f-udev, libvulkan1, libx11-6 (>= 2:1.4.99.1), libxcb1 (>= 1.9.2), libxcomposite1 (>= 1:0.4.4-1), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxkbcommon0 (>= 0.5.0), libxrandr2, wget, xdg-utils (>= 1.0.2) Section: web Priority: optional Description: web browser Web browser that aims to build a safer, faster, and more stable internet browsing experience. . This package contains the web browser component. Filename: pool/main/t/te-chromium-internal/te-chromium-internal_118.0.5993.70-2~focal.deb SHA1: 25d5f3c053b35b2522681800b7444a846f685ea5 SHA256: ee3ec9bc9306876453f6cdd48672adb9371f19df0c787a15371388a7ada4c18b Size: 108965900 Package: te-chromium-internal Version: 96.0.4664.45-1~focal Architecture: amd64 Maintainer: ThousandEyes Conflicts: te-google-chrome Replaces: te-google-chrome Pre-Depends: dpkg (>= 1.15.6) Depends: ca-certificates, fonts-ipafont-gothic, fonts-kacst, fonts-liberation, fonts-thai-tlwg, fonts-wqy-zenhei, gconf-service, libasound2(>=1.0.16), libatk-bridge2.0-0(>=2.5.3), libatk1.0-0(>=2.2.0), libatspi2.0-0(>=2.9.90), libc6(>=2.16), libcairo2(>=1.6.0), libcups2(>=1.4.0), libcurl3-gnutls|libcurl3-nss|libcurl4|libcurl3, libdbus-1-3(>=1.9.14), libdrm2(>=2.4.38), libexpat1(>=2.0.1), libgbm1(>=8.1~0), libfontconfig1(>=2.11.1), libgcc1 (>=1:3.0), libgconf-2-4(>=3.2.5), libgdk-pixbuf2.0-0(>=2.22.0), libglib2.0-0(>=2.39.4), libgtk-3-0(>=3.9.10), libgtk2.0-0(>=2.24.0), libnspr4(>=2:4.9-2~), libnss3(>=2:3.22), libpango-1.0-0(>=1.14.0), libpangocairo-1.0-0(>=1.14.0), libstdc++6(>=5.2), libx11-6(>=2:1.4.99.1), libx11-xcb1, libxcb1(>=1.6), libxcomposite1(>=1:0.3-1), libxcursor1(>>1.1.2), libxdamage1(>=1:1.1), libxext6, libxfixes3(>=1:5.0), libxkbcommon0(>=0.4.1), libxi6(>=2:1.2.99.4), libxrandr2(>=2:1.2.99.3), libxrender1, libxss1, libxtst6, lsb-release, wget, xdg-utils Recommends: libu2f-udev, libvulkan1 Section: web Priority: optional Description: web browser Web browser that aims to build a safer, faster, and more stable internet browsing experience. . This package contains the web browser component. Filename: pool/main/t/te-chromium-internal/te-chromium-internal-96.0.4664.45-1~focal.deb SHA1: 6ffc8382444d765c89a71065ae6296f82f1fa82a SHA256: f01202ec064c249476867e892bf6264b8571443acef62ac9ab269b2ec997b138 Size: 91302340 Package: te-chromium-internal Version: 97.0.4692.71-1~focal Architecture: amd64 Maintainer: ThousandEyes Conflicts: te-google-chrome Replaces: te-google-chrome Pre-Depends: dpkg (>= 1.15.6) Depends: ca-certificates, fonts-ipafont-gothic, fonts-kacst, fonts-liberation, fonts-thai-tlwg, fonts-wqy-zenhei, gconf-service, libasound2(>=1.0.16), libatk-bridge2.0-0(>=2.5.3), libatk1.0-0(>=2.2.0), libatspi2.0-0(>=2.9.90), libc6(>=2.16), libcairo2(>=1.6.0), libcups2(>=1.4.0), libcurl3-gnutls|libcurl3-nss|libcurl4|libcurl3, libdbus-1-3(>=1.9.14), libdrm2(>=2.4.38), libexpat1(>=2.0.1), libgbm1(>=8.1~0), libfontconfig1(>=2.11.1), libgcc1 (>=1:3.0), libgconf-2-4(>=3.2.5), libgdk-pixbuf2.0-0(>=2.22.0), libglib2.0-0(>=2.39.4), libgtk-3-0(>=3.9.10), libgtk2.0-0(>=2.24.0), libnspr4(>=2:4.9-2~), libnss3(>=2:3.22), libpango-1.0-0(>=1.14.0), libpangocairo-1.0-0(>=1.14.0), libstdc++6(>=5.2), libx11-6(>=2:1.4.99.1), libx11-xcb1, libxcb1(>=1.6), libxcomposite1(>=1:0.3-1), libxcursor1(>>1.1.2), libxdamage1(>=1:1.1), libxext6, libxfixes3(>=1:5.0), libxkbcommon0(>=0.4.1), libxi6(>=2:1.2.99.4), libxrandr2(>=2:1.2.99.3), libxrender1, libxss1, libxtst6, lsb-release, wget, xdg-utils Recommends: libu2f-udev, libvulkan1 Section: web Priority: optional Description: web browser Web browser that aims to build a safer, faster, and more stable internet browsing experience. . This package contains the web browser component. Filename: pool/main/t/te-chromium-internal/te-chromium-internal-97.0.4692.71-1~focal.deb SHA1: 9cf6f109a4260f624772dff795386d1a39f8a7f1 SHA256: 49e1492f0b221a888bd4bb4130ca56522080840325ae5e1e09fb3d9826a69927 Size: 91203600 Package: te-cntlm Version: 0.92.3~3 Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 154 Depends: adduser, libgssapi-krb5-2 (>= 1.17), libc6 (>= 2.17) Replaces: ntlmaps Section: misc Priority: optional Homepage: http://cntlm.sourceforge.net/ Description: Fast NTLM authentication proxy with tunneling Cntlm is a fast and efficient NTLM proxy, with support for TCP/IP tunneling, authenticated connection caching, ACLs, proper daemon logging and behaviour and much more. It has up to ten times faster responses than similar NTLM proxies, while using by orders or magnitude less RAM and CPU. Manual page contains detailed information. Filename: pool/main/t/te-cntlm/te-cntlm_0.92.3~3~focal_arm64.deb SHA1: ef86f3a00d27660cd22af23fc09f0aeb541bc760 SHA256: d00fdb9f78d80e6ea96b3e3f6a239ab51190343f86e1511cacd0739d399d0358 Size: 62188 Package: te-hello Version: 0.2.24-1 License: unknown Vendor: sre@thousandeyes.com Architecture: amd64 Maintainer: sre@thousandeyes.com Installed-Size: 0 Section: default Priority: extra Homepage: https://github.thousandeyes.com/thousandeyes/hello Description: ThousandEyes hello package Filename: pool/main/t/te-hello/te-hello_0.2.24-1_amd64.deb SHA1: 600a1abad62277be236e73b84b5d192c8bdc6619 SHA256: aaebbe36634eebbb5bab637436287aafbf1699a7c23e500e72876e8757768732 Size: 1134 Package: te-hello Version: 0.2.60-1 License: unknown Vendor: sre@thousandeyes.com Architecture: amd64 Maintainer: sre@thousandeyes.com Installed-Size: 0 Section: default Priority: extra Homepage: https://github.thousandeyes.com/thousandeyes/hello Description: ThousandEyes hello package Filename: pool/main/t/te-hello/te-hello_0.2.60-1_amd64.deb SHA1: 515fff5249acd41048ca55c3fd90e7977775854c SHA256: 6fc45d719b350ba2567c7b88d5f0fc6d94029feffddf08191e879a1d7b280573 Size: 1128 Package: te-pa Maintainer: ThousandEyes Architecture: all Depends: build-essential, debconf-utils, dialog (>= 1.1-20111020-1), intltool, libapt-pkg-dev, libcurl4, libnss3-tools, lsof, nginx, openssh-server, openssl, psmisc, python3.8, python3-apt, python3-dev, python3-markupsafe, python3-netifaces, python3-pycurl, python3-sqlalchemy, python3-tornado, python3-virtualenv, rdnssd, setserial, resolvconf, ifupdown, te-appliance-sidecar, te-cntlm Conflicts: te-va Replaces: plymouth-theme-ubuntu-text Version: 0.224-1~focal Description: ThousandEyes Physical Appliance The configuration framework for the ThousandEyes Physical Appliance. Filename: pool/main/t/te-pa/te-pa_0.224-1~focal_all.deb SHA1: 8220c110e56eb0d217da3ada076d50869600a94d SHA256: 0b1e6c182356a9c7b26f5dc7836d447117aac2a99e6fe49bbde6f0b0cc9a28b8 Size: 5285600 Package: te-pa Maintainer: ThousandEyes Architecture: all Depends: build-essential, debconf-utils, dialog (>= 1.1-20111020-1), intltool, libapt-pkg-dev, libcurl4, libnss3-tools, lsof, nginx, openssh-server, openssl, psmisc, python3.8, python3-apt, python3-dev, python3-markupsafe, python3-netifaces, python3-pycurl, python3-sqlalchemy, python3-tornado, python3-virtualenv, rdnssd, setserial, resolvconf, ifupdown, te-appliance-sidecar, te-cntlm Conflicts: te-va Replaces: plymouth-theme-ubuntu-text Version: 0.226-1~focal Description: ThousandEyes Physical Appliance The configuration framework for the ThousandEyes Physical Appliance. Filename: pool/main/t/te-pa/te-pa_0.226-1~focal_all.deb SHA1: a579fb259db19eefd7b8e1756b3a9a20e068e2b3 SHA256: 08e41901ca71362da09752ed11227968eda1acdc923a02e2dfe12f2b32d56803 Size: 5286232 Package: te-pa Maintainer: ThousandEyes Architecture: all Depends: build-essential, debconf-utils, dialog (>= 1.1-20111020-1), intltool, libapt-pkg-dev, libcurl4, libnss3-tools, lsof, nginx, openssh-server, openssl, psmisc, python3.8, python3-apt, python3-dev, python3-markupsafe, python3-netifaces, python3-pycurl, python3-sqlalchemy, python3-tornado, python3-virtualenv, rdnssd, setserial, resolvconf, ifupdown, te-appliance-sidecar, te-cntlm Conflicts: te-va Replaces: plymouth-theme-ubuntu-text Version: 0.228-1~focal Description: ThousandEyes Physical Appliance The configuration framework for the ThousandEyes Physical Appliance. Filename: pool/main/t/te-pa/te-pa_0.228-1~focal_all.deb SHA1: 4aaa50b4746282b9e629daec1bf0deb4b073f408 SHA256: 02fe68793b5841dd6051d223ae41faf380b9f6a160161adc9ce4133356995ab9 Size: 5297788 Package: te-pa Maintainer: ThousandEyes Architecture: all Depends: build-essential, debconf-utils, dialog (>= 1.1-20111020-1), intltool, libapt-pkg-dev, libcurl4, libnss3-tools, lsof, nginx, openssh-server, openssl, psmisc, python3.8, python3-apt, python3-dev, python3-markupsafe, python3-netifaces, python3-pycurl, python3-sqlalchemy, python3-tornado, python3-virtualenv, rdnssd, setserial, resolvconf, ifupdown, te-appliance-sidecar, te-cntlm Conflicts: te-va Replaces: plymouth-theme-ubuntu-text Version: 0.230-1~focal Description: ThousandEyes Physical Appliance The configuration framework for the ThousandEyes Physical Appliance. Filename: pool/main/t/te-pa/te-pa_0.230-1~focal_all.deb SHA1: 0465435c1842063234a82ea22c5ed3591a250de7 SHA256: 4ab6d348b41a85df037e119abc84f646a5e2bfc835d7024929241d82dd45ba07 Size: 5364956 Package: te-pa Maintainer: ThousandEyes Architecture: all Depends: build-essential, debconf-utils, dialog (>= 1.1-20111020-1), intltool, libapt-pkg-dev, libcurl4, libnss3-tools, lsof, nginx, openssh-server, openssl, psmisc, python3.8, python3-apt, python3-dev, python3-markupsafe, python3-netifaces, python3-pycurl, python3-sqlalchemy, python3-tornado, python3-virtualenv, rdnssd, setserial, resolvconf, ifupdown, te-appliance-sidecar, te-cntlm Conflicts: te-va Replaces: plymouth-theme-ubuntu-text Version: 0.232-1~focal Description: ThousandEyes Physical Appliance The configuration framework for the ThousandEyes Physical Appliance. Filename: pool/main/t/te-pa/te-pa_0.232-1~focal_all.deb SHA1: e9b3f43814175e906856d714dea28dc40b8c473a SHA256: 63d192f6de253fae56f605b4395b2d125d046888d72987e0782293fdb9bc8a59 Size: 5364792 Package: te-pa Maintainer: ThousandEyes Architecture: all Depends: build-essential, debconf-utils, dialog (>= 1.1-20111020-1), intltool, libapt-pkg-dev, libcurl4, libnss3-tools, lsof, nginx, openssh-server, openssl, psmisc, python3.8, python3-apt, python3-dev, python3-markupsafe, python3-netifaces, python3-pycurl, python3-sqlalchemy, python3-tornado, python3-virtualenv, rdnssd, setserial, resolvconf, ifupdown, te-appliance-sidecar, te-cntlm Conflicts: te-va Replaces: plymouth-theme-ubuntu-text Version: 0.234-1~focal Description: ThousandEyes Physical Appliance The configuration framework for the ThousandEyes Physical Appliance. Filename: pool/main/t/te-pa/te-pa_0.234-1~focal_all.deb SHA1: b580bf726fc44ad2f94ccf7e5ceba37727fb3334 SHA256: 78bb419fe2ae1301ec5c74a11b6037fe4027440ce2485e48b76d423de3f5833b Size: 5365720 Package: te-pa Maintainer: ThousandEyes Architecture: all Depends: build-essential, debconf-utils, dialog (>= 1.1-20111020-1), intltool, libapt-pkg-dev, libcurl4, libnss3-tools, lsof, nginx, openssh-server, openssl, psmisc, python3.8, python3-apt, python3-dev, python3-markupsafe, python3-netifaces, python3-pycurl, python3-sqlalchemy, python3-tornado, python3-virtualenv, rdnssd, setserial, resolvconf, ifupdown, te-appliance-sidecar, te-cntlm Conflicts: te-va Replaces: plymouth-theme-ubuntu-text Version: 0.236-1~focal Description: ThousandEyes Physical Appliance The configuration framework for the ThousandEyes Physical Appliance. Filename: pool/main/t/te-pa/te-pa_0.236-1~focal_all.deb SHA1: 4ee4879a92677fa2c9d12ce9f0e4d257344ffd73 SHA256: 87a6df8e8f016ff83cf06f134c6e2f7f3e163fb6b498b926563169418e85dda3 Size: 5365140 Package: te-va Maintainer: ThousandEyes Architecture: all Depends: build-essential, debconf-utils, dialog (>= 1.1-20111020-1), intltool, libapt-pkg-dev, libcurl4, libnss3-tools, lsof, nginx, openssh-server, openssl, psmisc, python3.8, python3-apt, python3-dev, python3-markupsafe, python3-netifaces, python3-pycurl, python3-sqlalchemy, python3-tornado, python3-virtualenv, rdnssd, setserial, resolvconf, ifupdown, te-appliance-sidecar, te-cntlm Conflicts: te-pa Replaces: plymouth-theme-ubuntu-text Version: 0.224-1~focal Description: ThousandEyes Virtual Appliance The configuration framework for the ThousandEyes Virtual Appliance. Filename: pool/main/t/te-va/te-va_0.224-1~focal_all.deb SHA1: 90e2b9781d3cfda5f5d424d82c239aa88cd3e093 SHA256: 97aff1b3e19b26650fb7373919ae458881ce5b463f22ef6f194211cc7ebd3f2f Size: 5286072 Package: te-va Maintainer: ThousandEyes Architecture: all Depends: build-essential, debconf-utils, dialog (>= 1.1-20111020-1), intltool, libapt-pkg-dev, libcurl4, libnss3-tools, lsof, nginx, openssh-server, openssl, psmisc, python3.8, python3-apt, python3-dev, python3-markupsafe, python3-netifaces, python3-pycurl, python3-sqlalchemy, python3-tornado, python3-virtualenv, rdnssd, setserial, resolvconf, ifupdown, te-appliance-sidecar, te-cntlm Conflicts: te-pa Replaces: plymouth-theme-ubuntu-text Version: 0.226-1~focal Description: ThousandEyes Virtual Appliance The configuration framework for the ThousandEyes Virtual Appliance. Filename: pool/main/t/te-va/te-va_0.226-1~focal_all.deb SHA1: 88918157efe832f1e263a73176c25d1c1a5242ab SHA256: 15f172548bd8c62d5a9d13a0252984a7f5b8c155b8c54d330dc75ebab62e0442 Size: 5286384 Package: te-va Maintainer: ThousandEyes Architecture: all Depends: build-essential, debconf-utils, dialog (>= 1.1-20111020-1), intltool, libapt-pkg-dev, libcurl4, libnss3-tools, lsof, nginx, openssh-server, openssl, psmisc, python3.8, python3-apt, python3-dev, python3-markupsafe, python3-netifaces, python3-pycurl, python3-sqlalchemy, python3-tornado, python3-virtualenv, rdnssd, setserial, resolvconf, ifupdown, te-appliance-sidecar, te-cntlm Conflicts: te-pa Replaces: plymouth-theme-ubuntu-text Version: 0.228-1~focal Description: ThousandEyes Virtual Appliance The configuration framework for the ThousandEyes Virtual Appliance. Filename: pool/main/t/te-va/te-va_0.228-1~focal_all.deb SHA1: a18bd8b20dac7b468142fd262a31648e80c7b182 SHA256: 32aee8c509f72cd91051a24448ce22296efe5dbf3448d529823108ddf74245c8 Size: 5297168 Package: te-va Maintainer: ThousandEyes Architecture: all Depends: build-essential, debconf-utils, dialog (>= 1.1-20111020-1), intltool, libapt-pkg-dev, libcurl4, libnss3-tools, lsof, nginx, openssh-server, openssl, psmisc, python3.8, python3-apt, python3-dev, python3-markupsafe, python3-netifaces, python3-pycurl, python3-sqlalchemy, python3-tornado, python3-virtualenv, rdnssd, setserial, resolvconf, ifupdown, te-appliance-sidecar, te-cntlm Conflicts: te-pa Replaces: plymouth-theme-ubuntu-text Version: 0.230-1~focal Description: ThousandEyes Virtual Appliance The configuration framework for the ThousandEyes Virtual Appliance. Filename: pool/main/t/te-va/te-va_0.230-1~focal_all.deb SHA1: cf8af4bbad9e9dc83b9a60fbcc0baee7c2cea748 SHA256: 8c34251f813a48b05277cea989ed0ee2ba504cc485f0107631b822e8ea6434a6 Size: 5365336 Package: te-va Maintainer: ThousandEyes Architecture: all Depends: build-essential, debconf-utils, dialog (>= 1.1-20111020-1), intltool, libapt-pkg-dev, libcurl4, libnss3-tools, lsof, nginx, openssh-server, openssl, psmisc, python3.8, python3-apt, python3-dev, python3-markupsafe, python3-netifaces, python3-pycurl, python3-sqlalchemy, python3-tornado, python3-virtualenv, rdnssd, setserial, resolvconf, ifupdown, te-appliance-sidecar, te-cntlm Conflicts: te-pa Replaces: plymouth-theme-ubuntu-text Version: 0.232-1~focal Description: ThousandEyes Virtual Appliance The configuration framework for the ThousandEyes Virtual Appliance. Filename: pool/main/t/te-va/te-va_0.232-1~focal_all.deb SHA1: e1550914c553d5b63757072884d873cc5fe85828 SHA256: ce6d068780c293c1a91bc1ff40f258f5824f6b331d6a20faa4162340cdc1a1c4 Size: 5365268 Package: te-va Maintainer: ThousandEyes Architecture: all Depends: build-essential, debconf-utils, dialog (>= 1.1-20111020-1), intltool, libapt-pkg-dev, libcurl4, libnss3-tools, lsof, nginx, openssh-server, openssl, psmisc, python3.8, python3-apt, python3-dev, python3-markupsafe, python3-netifaces, python3-pycurl, python3-sqlalchemy, python3-tornado, python3-virtualenv, rdnssd, setserial, resolvconf, ifupdown, te-appliance-sidecar, te-cntlm Conflicts: te-pa Replaces: plymouth-theme-ubuntu-text Version: 0.234-1~focal Description: ThousandEyes Virtual Appliance The configuration framework for the ThousandEyes Virtual Appliance. Filename: pool/main/t/te-va/te-va_0.234-1~focal_all.deb SHA1: a16b6de89150080d021c9ec1f9f2d5b29aa434fc SHA256: ac925a7ff3a9be515d1493901e27785d9893a5914cbc228a2e80b4fbf34eda85 Size: 5364996 Package: te-va Maintainer: ThousandEyes Architecture: all Depends: build-essential, debconf-utils, dialog (>= 1.1-20111020-1), intltool, libapt-pkg-dev, libcurl4, libnss3-tools, lsof, nginx, openssh-server, openssl, psmisc, python3.8, python3-apt, python3-dev, python3-markupsafe, python3-netifaces, python3-pycurl, python3-sqlalchemy, python3-tornado, python3-virtualenv, rdnssd, setserial, resolvconf, ifupdown, te-appliance-sidecar, te-cntlm Conflicts: te-pa Replaces: plymouth-theme-ubuntu-text Version: 0.236-1~focal Description: ThousandEyes Virtual Appliance The configuration framework for the ThousandEyes Virtual Appliance. Filename: pool/main/t/te-va/te-va_0.236-1~focal_all.deb SHA1: b1b76a2c113a45d6ccc341fa4c684524764885c7 SHA256: ec7ffdbab56412e18a923b30f563325a5f84998a637620ff35e2eee1674bfe92 Size: 5365568 Package: te-va-unlock Maintainer: ThousandEyes Architecture: all Version: 0.224-1~focal Description: ThousandEyes Appliance Unlocker Package to unlock the ThousandEyes Appliance Filename: pool/main/t/te-va-unlock/te-va-unlock_0.224-1~focal_all.deb SHA1: 84764042c2306d45f95f5007ce2d1176daa3c9fc SHA256: 233f922c5cc8eb3dba448728c937ea9bfadf85df3527b9d1731ad3810897886b Size: 956 Package: te-xvfb Version: 1.0.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 14 Depends: xvfb Section: misc Priority: optional Description: ThousandEyes X Virtual framebuffer A wrapper for xvfb Filename: pool/main/t/te-xvfb/te-xvfb_1.0.0-1~focal_amd64.deb SHA1: 313c5a6a3c54542c42a95560b9bbbd328d0af566 SHA256: 0b1fcb99b3e26e814fe3655d752fe8a7fbbd9d01a02ff67ca92fcf6db1cdbcb2 Size: 2000 Package: te-xvfb Version: 1.1.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 15 Depends: xvfb Section: misc Priority: optional Description: ThousandEyes X Virtual framebuffer A wrapper for xvfb Filename: pool/main/t/te-xvfb/te-xvfb_1.1.0-1~focal_amd64.deb SHA1: 1a633db8eb75261044d6cde8a1a1cae5e620cfe6 SHA256: b9320aac3c97b3eba8724cac482774a160bee21a84301da647e1a8dbb82b148f Size: 2196 Package: te-xvfb Version: 1.2.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 15 Depends: xvfb Section: misc Priority: optional Description: ThousandEyes X Virtual framebuffer A wrapper for xvfb Filename: pool/main/t/te-xvfb/te-xvfb_1.2.0-1~focal_amd64.deb SHA1: ce3f94bdb858cbb5223fb08f0f8f99fcc4859cc7 SHA256: ad6416bb561259ca23701f63e787890a14559a6586a0bb3d8b503335e1936e39 Size: 2256 Package: te-xvfb Version: 1.2.0.1-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 15 Depends: xvfb Section: misc Priority: optional Description: ThousandEyes X Virtual framebuffer A wrapper for xvfb Filename: pool/main/t/te-xvfb/te-xvfb_1.2.0.1-1~focal_amd64.deb SHA1: a25414d752f9abd6793e6a7f1ce59a2035038108 SHA256: 93996b8e2d7e998ecac39e1c9c9f97688aef5dce3e4d7915e110e86dabbc8ff2 Size: 2244 Package: te-xvfb Version: 1.2.0.2-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 15 Depends: xvfb Section: misc Priority: optional Description: ThousandEyes X Virtual framebuffer A wrapper for xvfb Filename: pool/main/t/te-xvfb/te-xvfb_1.2.0.2-1~focal_amd64.deb SHA1: 8bdbf853823e0f011a5c2c500c736aa02dcf97c2 SHA256: 107eb504f576b573a3f9607d117f9b87043c6629346f8a38df24472dba5e5315 Size: 2244 Package: tea-sidecar Version: 0.1.5-1~all License: unknown Vendor: sre@thousandeyes.com Architecture: all Maintainer: sre@thousandeyes.com Installed-Size: 0 Depends: cron Section: default Priority: extra Homepage: https://www.thousandeyes.com Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/tea-sidecar/tea-sidecar_0.1.5-1~all_all.deb SHA1: a83b16d0599bdb025faaf5df31aca17d536321c3 SHA256: de4e2f2cbfe99955c7ee6e16ffa67f6320084cdba69c91a4ed13301f3e230b17 Size: 1492 Package: te-browserbot-cisco Version: 2.24.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 458670 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.24.0-1~focal_amd64.deb SHA1: 979da296608c8bdebb3ec31125ec0c43c4907063 SHA256: 175974adfbe623f654ba5ee87e5c1dd6397999dd799da3bf9ee8e9db7dd025fa Size: 453385016 Package: te-browserbot-dual Version: 2.24.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 788397 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-dual/te-browserbot-dual_2.24.0-1~focal_amd64.deb SHA1: df3f46d20219d31e375fa901888990dbf1249b27 SHA256: 47f70a9d8c67c4134b25e1cdf63b8b7e1d75b1f94a3983c06489c1f0923a3262 Size: 781486624 Package: te-browserbot Version: 2.24.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 405607 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.24.0-1~focal_amd64.deb SHA1: 2250f4d0d6af12b4f811df97bcf639e976cbee6e SHA256: d0f585d923938e3212dd70e4b6a2b1421f5eea283c0b05d4beabd6f8dbce1d7e Size: 398106780 Package: te-agent-dbg Source: te-agent Version: 1.184.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 404730 Depends: te-agent (= 1.184.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent-dbg/te-agent-dbg_1.184.0-1~focal_amd64.deb SHA1: cd23848a77ba51c691ddb810880cadde4f1ae537 SHA256: e680c0ddcaf3ffa36be3e396bac5e90c64c70d6bf3beda015325eeb0a10cff7d Size: 76095760 Package: te-agent Version: 1.184.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18204 Depends: ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.184.0-1~focal_amd64.deb SHA1: 5bea37ed9f5bbdeb148fb1ada1cbf4fa77cbd020 SHA256: 58c1e97b9a0966d2259d59c67a0b96503410991322b9b7426ad31ad5350cce5f Size: 4982548 Package: te-browserbot-cisco Version: 2.25.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 445800 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.25.0-1~focal_amd64.deb SHA1: 42e35b9668c0784f149674e0df68149f4459e13a SHA256: 0092b24bc3601cf94eb085ce9cabef92d9f213627c8252723ade3e4abea484f4 Size: 439563152 Package: te-browserbot-dual Version: 2.25.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 780242 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-dual/te-browserbot-dual_2.25.0-1~focal_amd64.deb SHA1: 640e64ca25fbd7900a276bad830f7c5e96996806 SHA256: b9cb2c143596cf71baa92a09567bd64b008de0c5ddef22f1005ff8f9a1cf829a Size: 772312368 Package: te-browserbot Version: 2.25.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 394841 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.25.0-1~focal_amd64.deb SHA1: e3c7dd83a3046c8c4b4ef296b3ebc5abd1088e67 SHA256: e2c0df625ed9a3f68b3c8e1af619fea4627c3e6c6c99a7b8d15003836ee7f5a6 Size: 386752088 Package: te-browserbot-cisco Version: 2.25.1-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 504380 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.25.1-1~focal_amd64.deb SHA1: 7de011a9f1cfaceb9d6db60edaec60ee5fa159bb SHA256: 7e901f665284bb8b7056ff1235d0bb39b49938cd10e326640fb5d384b3adb606 Size: 498701428 Package: te-browserbot-dual Version: 2.25.1-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 898146 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-dual/te-browserbot-dual_2.25.1-1~focal_amd64.deb SHA1: 8c9b4b35ea8f34ea97b14270d919ee3acaa6bcdd SHA256: b7a4807525d2b405b2106752922353cda9b0d5057952681ee97ec48dbf4cc417 Size: 890572480 Package: te-browserbot Version: 2.25.1-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 453801 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.25.1-1~focal_amd64.deb SHA1: cd239b3abcdd772c191875baf74d504fc5b28960 SHA256: 097a5d3a9e313537983f47e0b8cb3014012505200d5e1e497aca8245c91aec92 Size: 446019704 Package: te-agent-dbg Source: te-agent Version: 1.185.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 404741 Depends: te-agent (= 1.185.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent-dbg/te-agent-dbg_1.185.0-1~focal_amd64.deb SHA1: 962ed3c1d8f8dc3dee3e51db2f3b024270dbe8b0 SHA256: b066ef84615943fc32f8d9cbc5e206e263bba44596d74929e76d43534a746253 Size: 76088084 Package: te-agent Version: 1.185.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18201 Depends: ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.185.0-1~focal_amd64.deb SHA1: 8ce5514a705427c55c084ba4f6399d64fcbaff69 SHA256: 9d4f6df3b1c6c73240758c6b2abf2b01325bf2cadb9f91de129ebfe34e70a867 Size: 4981904 Package: te-agent-dbg Source: te-agent Version: 1.186.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 397945 Depends: te-agent (= 1.186.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent-dbg/te-agent-dbg_1.186.0-1~focal_amd64.deb SHA1: cf27b4994be2a62f3c6afc16f180cd20330d7e7b SHA256: 7d25915ef01d06b8c31c331533ac767290d385429ca580ea894efe2168104241 Size: 75044096 Package: te-agent Version: 1.186.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18053 Depends: ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.186.0-1~focal_amd64.deb SHA1: 4de33d9799a53dad9251eb63f8ab8df330756dca SHA256: d5199b772c721845ac99e505be836414ac6c320a04e7d7ac09a49b2273bd72d3 Size: 4933264 Package: te-agent-utils-dbg Source: te-agent-utils Version: 1.54.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 1216028 Depends: te-agent-utils (= 1.54.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Agent Utilities - debug symbols Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. . This package contains the debugging symbols for te-agent-utils. Filename: pool/main/t/te-agent-utils-dbg/te-agent-utils-dbg_1.54.0-1~focal_amd64.deb SHA1: b0eedcdcfdb20b1db4906d9f089bf45851a1b061 SHA256: 60046cf235cea4d59282ce1a7cf08aa24b34e0c9d6fb851fe61c2249ce6600c0 Size: 220632336 Package: te-agent-utils Version: 1.54.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 62718 Depends: libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libcap2 (>= 1:2.10), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libmnl0 (>= 1.0.3-4~), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Agent Utilities Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. Filename: pool/main/t/te-agent-utils/te-agent-utils_1.54.0-1~focal_amd64.deb SHA1: 04981a0b94fdfef82bfae2165c8aa0e22a24e73c SHA256: 76ed1a7c1ac1fda9d28ab5ec1684acd9102d373827df835857bbb3ea7ee31e0b Size: 9707128 Package: te-agent-utils-dbg Source: te-agent-utils Version: 1.54.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 1193445 Depends: te-agent-utils (= 1.54.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Agent Utilities - debug symbols Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. . This package contains the debugging symbols for te-agent-utils. Filename: pool/main/t/te-agent-utils-dbg/te-agent-utils-dbg_1.54.0-1~focal_arm64.deb SHA1: 63fd7deb024138e6d2123d8bd85cef49aa9b3321 SHA256: 7ad9039c8c57af3de470651bb61164bfcf5e17abda9d8026714a34fa600d569f Size: 215262364 Package: te-agent-utils Version: 1.54.0-1~focal Architecture: arm64 Maintainer: ThousandEyes Installed-Size: 59021 Depends: libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libcap2 (>= 1:2.10), libgcc-s1 (>= 4.2), libgssapi-krb5-2 (>= 1.17), libmnl0 (>= 1.0.3-4~), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Agent Utilities Various stand-alone binaries that replicate the functionality of tests performed by ThousandEyes agents. Filename: pool/main/t/te-agent-utils/te-agent-utils_1.54.0-1~focal_arm64.deb SHA1: 7b5e0ce3dbc795678b20baa1d9e359cc31203d10 SHA256: 73f02590918e746a034a353b0e11334228a5c903b11a96d360e18908f6984715 Size: 8569132 Package: podman Version: 4.4.4-2~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 71488 Depends: libseccomp2 (>= 2.4.3-1), libdevmapper1.02.1, libgpgme11, catatonit, conmon (>= 2.0.24), containers-common, dbus-user-session, iptables, containernetworking-plugins (>= 0.9.1), crun (>= 0.12.1) Recommends: slirp4netns (>= 100:1.1.8-3), uidmap, fuse-overlayfs Conflicts: podman-rootless Section: devel Priority: optional Description: Manage pods, containers and container images. Filename: pool/main/p/podman/podman_4.4.4-2~focal_amd64.deb SHA1: 6a980ae85df23df315bfc61cbf168545b2d9fcea SHA256: 0baf71c352d4650c11ba6f14d19253915566631b6bb33904efa282645513a3a3 Size: 20204788 Package: containernetworking-plugins Version: 1.2.0-2~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 49538 Depends: libc6 (>= 2.3.4) Conflicts: rkt Section: golang Priority: optional Homepage: https://github.com/containernetworking/plugins Description: standard networking plugins - binaries This package contains binaries of the Container Networking Initiative's official plugins: . Interfaces - bridge: Creates a bridge, adds the host and the container to it. - ipvlan: Adds an [ipvlan] interface in the container. - loopback: Set the state of loopback interface to up. - macvlan: Creates a new MAC address, forwards all traffic to that to the container. - ptp: Creates a veth pair. - vlan: Allocates a vlan device. - host-device: Move an already-existing device into a container. . IPAM: IP Address Management - dhcp: Runs a daemon to make DHCP requests on behalf of the container. - host-local: Maintains a local database of allocated IPs - static: Allocates a static IPv4/IPv6 address. . Other - flannel: Generates an interface corresponding to a flannel config file - tuning: Tweaks sysctl parameters of an existing interface - portmap: An iptables-based portmapping plugin. Maps ports from the host's address space to the container. - bandwidth: Allows bandwidth-limiting through use of traffic control tbf. - sbr: Configures source based routing for an interface. - firewall: Uses iptables or firewalld to add rules to allow traffic to/from the container. Filename: pool/main/c/containernetworking-plugins/containernetworking-plugins_1.2.0-2~focal_amd64.deb SHA1: 02ad977ef726e8621a9661f61c3f35af5d16a8c6 SHA256: d0b6dfaf5e7b082f6d923c568d3d6f075fa61a40ddeeff7f6ba5535f95ecdd98 Size: 7357152 Package: te-agent-dbg Source: te-agent Version: 1.187.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 397944 Depends: te-agent (= 1.187.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent-dbg/te-agent-dbg_1.187.0-1~focal_amd64.deb SHA1: adcc30bf87802806dd1de2d379ef66f3b8b2cba6 SHA256: 23de8919ef22d39331a647e7c2e7b8a412edc00aeec003beb7f8865fe73a0bb3 Size: 75039976 Package: te-agent Version: 1.187.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18053 Depends: ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.187.0-1~focal_amd64.deb SHA1: 4f2d50e5131d7feb70ae9e557ccc62e2085f890e SHA256: b2b719015df9fba61be01a9c48954398e062637804bad3f063f421b5e1f05ebe Size: 4934568 Package: te-browserbot-cisco Version: 2.26.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 507712 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.26.0-1~focal_amd64.deb SHA1: 1e797b35a74fb13cb65cff676fed4b285c69cf03 SHA256: d9012b10c54c7178365ffa0c30392ef2bb4013c608d8e7af474f23690009f9d5 Size: 501591700 Package: te-browserbot-dual Version: 2.26.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 899055 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-dual/te-browserbot-dual_2.26.0-1~focal_amd64.deb SHA1: f8767e3a7692a8c0b06ab0ba5b7a248ae5681191 SHA256: 487cf66d23baf5757bcc68c9cde867046b34c33664b274d39a3ed8b97a008098 Size: 891403440 Package: te-browserbot Version: 2.26.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 454255 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.26.0-1~focal_amd64.deb SHA1: b92e4e103f558b8e35904bd0f3774bec4c79c637 SHA256: 4d8c894823504d0504a057b3b6ed36b199c798e9dfed604a7ea479d4c1e7cc58 Size: 446463060 Package: te-va Maintainer: ThousandEyes Architecture: all Depends: build-essential, debconf-utils, dialog (>= 1.1-20111020-1), intltool, libapt-pkg-dev, libcurl4, libnss3-tools, lsof, nginx, openssh-server, openssl, psmisc, python3.8, python3-apt, python3-dev, python3-markupsafe, python3-netifaces, python3-pycurl, python3-sqlalchemy, python3-tornado, python3-virtualenv, rdnssd, setserial, resolvconf, ifupdown, te-appliance-sidecar, te-cntlm Conflicts: te-pa Replaces: plymouth-theme-ubuntu-text Version: 0.238-1~focal Description: ThousandEyes Virtual Appliance The configuration framework for the ThousandEyes Virtual Appliance. Filename: pool/main/t/te-va/te-va_0.238-1~focal_all.deb SHA1: 7bd60d09eeb0a8a4c94fba8f0c63c6dde236952b SHA256: 6f154ce188fca53806d5cadc51df6b6d3b1592e706c71ca7731e5cec5a02f35a Size: 5366480 Package: te-pa Maintainer: ThousandEyes Architecture: all Depends: build-essential, debconf-utils, dialog (>= 1.1-20111020-1), intltool, libapt-pkg-dev, libcurl4, libnss3-tools, lsof, nginx, openssh-server, openssl, psmisc, python3.8, python3-apt, python3-dev, python3-markupsafe, python3-netifaces, python3-pycurl, python3-sqlalchemy, python3-tornado, python3-virtualenv, rdnssd, setserial, resolvconf, ifupdown, te-appliance-sidecar, te-cntlm Conflicts: te-va Replaces: plymouth-theme-ubuntu-text Version: 0.238-1~focal Description: ThousandEyes Physical Appliance The configuration framework for the ThousandEyes Physical Appliance. Filename: pool/main/t/te-pa/te-pa_0.238-1~focal_all.deb SHA1: e07482fb98c8377d746711f11318ca045be2bbdb SHA256: d3daa0f45bfc6f3be2e7c035ebed28bda9f0a9d7f7d5dbb22de6c80d8c696de3 Size: 5365884 Package: te-browserbot-cisco Version: 2.26.1-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 508032 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.26.1-1~focal_amd64.deb SHA1: df5958d366c77b536dd1ce298396da53503376ef SHA256: 2bdcf5ecd0285d610e6a548dc63b2d35fd375f20897e40ee41713e9161d089ea Size: 502440724 Package: te-browserbot-dual Version: 2.26.1-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 899636 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-dual/te-browserbot-dual_2.26.1-1~focal_amd64.deb SHA1: c89887ffa123df5001c7fbc1bfd295c7434563bd SHA256: d75b3972d260d8f3ac31b0b3001441ba94d54a6455655d0c9711f07747d5e9e8 Size: 892013484 Package: te-browserbot Version: 2.26.1-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 454533 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.26.1-1~focal_amd64.deb SHA1: 5ad0153be67e76390243593d7ee720bcc93f03f0 SHA256: b28800deac2bff09c2b8d62fa477de3f803bfc4c055cad8b5f3017d29835e043 Size: 446626612 Package: te-agent-dbg Source: te-agent Version: 1.188.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 403741 Depends: te-agent (= 1.188.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent-dbg/te-agent-dbg_1.188.0-1~focal_amd64.deb SHA1: 1542ba0d3b853dc05f1cce13f4a616c22c49d04f SHA256: 624a273af8398644e12e20971c726292d2b82f6f58df1815c421237edd607384 Size: 76401420 Package: te-agent Version: 1.188.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18161 Depends: ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.188.0-1~focal_amd64.deb SHA1: 85c6c58e48fe1b16e5824ffe30dba38733aac72f SHA256: 720adf9225f0b2d37b6ca43b3dd7a28ecbcf08d50c52aa417e46cccc5e9e23e0 Size: 4974792 Package: te-hello Version: 0.2.61-1 License: unknown Vendor: sre@thousandeyes.com Architecture: amd64 Maintainer: sre@thousandeyes.com Installed-Size: 0 Section: default Priority: extra Homepage: https://github.thousandeyes.com/thousandeyes/hello Description: ThousandEyes hello package Filename: pool/main/t/te-hello/te-hello_0.2.61-1_amd64.deb SHA1: f95d72d2c30543869a4741da2b9de4db5b75e300 SHA256: 32d2e7af53595bd2c1068e7a9c75e598a83c7d0f9659891dc3fba39ea81b8f95 Size: 1130 Package: te-browserbot-cisco Version: 2.26.2-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 512182 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.26.2-1~focal_amd64.deb SHA1: 3f34824df3358ce0f58d3af0de8e6eb27a06fb8f SHA256: fd3d96ee9eb01917652f0cf4ccd65bbcb865992261b96d490a60eb7018fd6bf0 Size: 505952616 Package: te-browserbot-dual Version: 2.26.2-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 899630 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-dual/te-browserbot-dual_2.26.2-1~focal_amd64.deb SHA1: 83d46ae3faacbeb42fa341d3bbbcc432bf9e8455 SHA256: a097d1858355cf258fb7ee522e1e4b88d144e48ad23d4d78a7a755a478e82bd1 Size: 891945500 Package: te-browserbot Version: 2.26.2-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 454537 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.26.2-1~focal_amd64.deb SHA1: 2e5d33329d93cc6eb57fcbd1cd83c8df33e635e0 SHA256: 5d66ccc41aedba00c5a85739189aec3622088ef16e5ec42d5ac55355ce3dc684 Size: 446490596 Package: te-agent-dbg Source: te-agent Version: 1.189.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 404234 Depends: te-agent (= 1.189.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent-dbg/te-agent-dbg_1.189.0-1~focal_amd64.deb SHA1: 29963bd600e640086a1c0ed0bece55c566a42374 SHA256: 7f5bf011bc6c2b8c95a3c5cee7ec1ba0a8920ebddb8048a504705cf5831632ae Size: 76460088 Package: te-agent Version: 1.189.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18177 Depends: ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.189.0-1~focal_amd64.deb SHA1: 849324325ecbe71b8028c437b6c22c3a0ef72147 SHA256: 045e203fdbf62ad324f5e6288edc302ab595e50cc0a0dde66364cc6418ca4293 Size: 4979972 Package: te-pa Maintainer: ThousandEyes Architecture: all Depends: build-essential, debconf-utils, dialog (>= 1.1-20111020-1), intltool, libapt-pkg-dev, libcurl4, libnss3-tools, lsof, nginx, openssh-server, openssl, psmisc, python3.8, python3-apt, python3-dev, python3-markupsafe, python3-netifaces, python3-pycurl, python3-sqlalchemy, python3-tornado, python3-virtualenv, rdnssd, setserial, resolvconf, ifupdown, te-appliance-sidecar, te-cntlm Conflicts: te-va Replaces: plymouth-theme-ubuntu-text Version: 0.240-1~focal Description: ThousandEyes Physical Appliance The configuration framework for the ThousandEyes Physical Appliance. Filename: pool/main/t/te-pa/te-pa_0.240-1~focal_all.deb SHA1: 9c2a5054746867258be5cbede88f38105d7bd866 SHA256: 462220a318138ae9f46bcc719d3dada0768ada97fab92a003670d68c48bb8f10 Size: 5367020 Package: te-va Maintainer: ThousandEyes Architecture: all Depends: build-essential, debconf-utils, dialog (>= 1.1-20111020-1), intltool, libapt-pkg-dev, libcurl4, libnss3-tools, lsof, nginx, openssh-server, openssl, psmisc, python3.8, python3-apt, python3-dev, python3-markupsafe, python3-netifaces, python3-pycurl, python3-sqlalchemy, python3-tornado, python3-virtualenv, rdnssd, setserial, resolvconf, ifupdown, te-appliance-sidecar, te-cntlm Conflicts: te-pa Replaces: plymouth-theme-ubuntu-text Version: 0.240-1~focal Description: ThousandEyes Virtual Appliance The configuration framework for the ThousandEyes Virtual Appliance. Filename: pool/main/t/te-va/te-va_0.240-1~focal_all.deb SHA1: 6f2333fda5acbda70f7a2b4273ea4a6e6f681837 SHA256: 627eb8fbd30568b7c6893fe49e32260a0d03a8862335657238a82f594d47cb88 Size: 5365768 Package: te-etm-agent-dbgsym Package-Type: ddeb Source: te-etm-agent Version: 0.4.4-1~focal Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adan Alper Installed-Size: 6418 Depends: te-etm-agent (= 0.4.4-1~focal) Section: debug Priority: optional Description: debug symbols for te-etm-agent Build-Ids: 56c77fe44f99b693705b9784addbd9d9147d9dd1 6952319fb1523816360955c2063da9f381237add Filename: pool/main/t/te-etm-agent-dbgsym/te-etm-agent-dbgsym_0.4.4-1~focal_amd64.ddeb SHA1: 3196ce17bf9bf901f248e5737078764206d673ae SHA256: 540b626bc8113db2b0a4b754459191621925ea6c8f60c05096d26909815d2aca Size: 5116632 Package: te-etm-agent Version: 0.4.4-1~focal Architecture: amd64 Essential: no Maintainer: Adan Alper Installed-Size: 13516 Description: ETM udp to HTTP proxy Filename: pool/main/t/te-etm-agent/te-etm-agent_0.4.4-1~focal_amd64.deb SHA1: 2802b4d4894b296728014405c218fdea4bd435c3 SHA256: fc31a6ac946b80894ab6b9b4ac3370090d8def4ac72eb1f0bef919e339edb6ec Size: 3954180 Package: te-cntlm Version: 0.92.3~3 Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 167 Depends: adduser, libgssapi-krb5-2 (>= 1.17), libc6 (>= 2.15) Replaces: ntlmaps Section: misc Priority: optional Homepage: http://cntlm.sourceforge.net/ Description: Fast NTLM authentication proxy with tunneling Cntlm is a fast and efficient NTLM proxy, with support for TCP/IP tunneling, authenticated connection caching, ACLs, proper daemon logging and behaviour and much more. It has up to ten times faster responses than similar NTLM proxies, while using by orders or magnitude less RAM and CPU. Manual page contains detailed information. Filename: pool/main/t/te-cntlm/te-cntlm_0.92.3~3~focal_amd64.deb SHA1: 9bffeb1822a2b36cff8f83137036051677c0c583 SHA256: 0708450fb2c66a875192537b37d318cf62e00e32a98ae7cb914726c3eb7c956f Size: 66228 Package: te-appliance-sidecar Version: 0.49-1 Architecture: all Maintainer: ThousandEyes Installed-Size: 67 Depends: cron, openssh-server Section: default Priority: optional Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/te-appliance-sidecar/te-appliance-sidecar_0.49-1_all.deb SHA1: 0af2d2984c62db845005b992a6653a9d1afdc4a9 SHA256: 4d2b0e9ddb81dd22fcdffc249a9eb718eb63273950e6e616806cc88a6581b06e Size: 13732 Package: te-browserbot-cisco Version: 2.28.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 626562 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.28.0-1~focal_amd64.deb SHA1: 0511f58859385cd6eea1b9b2d4898464fedc6687 SHA256: 8b3d8459a34d15683eda45d92e70f2557f01d4cd2d1414bbc39ae9e753819ccc Size: 621036752 Package: te-browserbot-dual Version: 2.28.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 1065095 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-dual/te-browserbot-dual_2.28.0-1~focal_amd64.deb SHA1: 1ffa1fd89ec974d6fd45ef155fd4fca7c11249ab SHA256: 4b208a0d6c2e495a41b84fda5719bf5c80a0f49dfd6092c2956e97fedbf19216 Size: 1059028164 Package: te-browserbot Version: 2.28.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 537272 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.28.0-1~focal_amd64.deb SHA1: 092070f646ec693a9c72b61cf6eb0492f729e3e4 SHA256: 24732a4821c8a53e028e646d4ab37cf62474aa14500657cc594e836ad9ec95db Size: 529934904 Package: te-chromium-internal Version: 120.0.6099.224-1~focal Architecture: amd64 Maintainer: ThousandEyes Pre-Depends: dpkg (>= 1.15.6) Depends: ca-certificates, fonts-liberation, libasound2 (>= 1.0.17), libatk-bridge2.0-0 (>= 2.5.3), libatk1.0-0 (>= 2.2.0), libatspi2.0-0 (>= 2.9.90), libc6 (>= 2.17), libcairo2 (>= 1.6.0), libcups2 (>= 1.6.0), libcurl3-gnutls | libcurl3-nss | libcurl4 | libcurl3, libdbus-1-3 (>= 1.9.14), libdrm2 (>= 2.4.75), libexpat1 (>= 2.0.1), libgbm1 (>= 17.1.0~rc2), libglib2.0-0 (>= 2.39.4), libgtk-3-0 (>= 3.9.10) | libgtk-4-1, libnspr4 (>= 2:4.9-2~), libnss3 (>= 2:3.26), libpango-1.0-0 (>= 1.14.0), libu2f-udev, libvulkan1, libx11-6 (>= 2:1.4.99.1), libxcb1 (>= 1.9.2), libxcomposite1 (>= 1:0.4.4-1), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxkbcommon0 (>= 0.5.0), libxrandr2, wget, xdg-utils (>= 1.0.2) Section: web Priority: optional Description: web browser Web browser that aims to build a safer, faster, and more stable internet browsing experience. . This package contains the web browser component. Filename: pool/main/t/te-chromium-internal/te-chromium-internal_120.0.6099.224-1~focal.deb SHA1: eff219f20e4b9c1709106cd4d16548b6b700a9ae SHA256: ecc57e1ba2bd3161c0f18a369907aefb3a7c4c37bb5fbe6aec3018a4fda8ee62 Size: 110227488 Package: te-chromium-internal Version: 118.0.5993.70-1~focal Architecture: amd64 Maintainer: ThousandEyes Pre-Depends: dpkg (>= 1.15.6) Depends: ca-certificates, fonts-liberation, libasound2 (>= 1.0.17), libatk-bridge2.0-0 (>= 2.5.3), libatk1.0-0 (>= 2.2.0), libatspi2.0-0 (>= 2.9.90), libc6 (>= 2.17), libcairo2 (>= 1.6.0), libcups2 (>= 1.6.0), libcurl3-gnutls | libcurl3-nss | libcurl4 | libcurl3, libdbus-1-3 (>= 1.9.14), libdrm2 (>= 2.4.75), libexpat1 (>= 2.0.1), libgbm1 (>= 17.1.0~rc2), libglib2.0-0 (>= 2.39.4), libgtk-3-0 (>= 3.9.10) | libgtk-4-1, libnspr4 (>= 2:4.9-2~), libnss3 (>= 2:3.26), libpango-1.0-0 (>= 1.14.0), libu2f-udev, libvulkan1, libx11-6 (>= 2:1.4.99.1), libxcb1 (>= 1.9.2), libxcomposite1 (>= 1:0.4.4-1), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxkbcommon0 (>= 0.5.0), libxrandr2, wget, xdg-utils (>= 1.0.2) Section: web Priority: optional Description: web browser Web browser that aims to build a safer, faster, and more stable internet browsing experience. . This package contains the web browser component. Filename: pool/main/t/te-chromium-internal/te-chromium-internal_118.0.5993.70-1~focal.deb SHA1: 539485cb84e82953f84ce277acf9ec3c01427d1c SHA256: 932ecf2bdf39e779dcfc087520b8ecae2de9e0d7face35b78dce323dfd0af0b9 Size: 108965888 Package: te-agent-dbg Source: te-agent Version: 1.190.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 404864 Depends: te-agent (= 1.190.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent-dbg/te-agent-dbg_1.190.0-1~focal_amd64.deb SHA1: df99bd3e0661068b06dff3086a65f979c9ec068a SHA256: b133d2bea9589f07790cfec158aee0159089838b631b077d435e9e3283029159 Size: 76574036 Package: te-agent Version: 1.190.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18189 Depends: ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.190.0-1~focal_amd64.deb SHA1: 4b03b505db3a50e47c94c2256be1db9e0cb17092 SHA256: 2efc5f87d4753a42e7c663d29f774f0ce398f11ff506fdc643748e89bcf0d5be Size: 4988504 Package: te-appliance-sidecar Version: 0.51-1 Architecture: all Maintainer: ThousandEyes Installed-Size: 67 Depends: cron, openssh-server Section: default Priority: optional Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/te-appliance-sidecar/te-appliance-sidecar_0.51-1_all.deb SHA1: 1d7e87393c623fa729cc14b9c2d0f3dc6c8fa403 SHA256: f26518ecd1a2be9b3056ee735b6e893352cf6102c0c9dda1d7e577caabcff752 Size: 13848 Package: te-appliance-sidecar Version: 0.52-1 Architecture: all Maintainer: ThousandEyes Installed-Size: 67 Depends: cron, openssh-server Section: default Priority: optional Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/te-appliance-sidecar/te-appliance-sidecar_0.52-1_all.deb SHA1: 0d7e9bf7ed16f7c8ddcf18485e734ed8a189a5c6 SHA256: 53917cbac2f7c6ba121490e2aec673ce5e0d9e7fa53f63b8afe9332b2bc1f63d Size: 13850 Package: te-etm-agent-dbgsym Package-Type: ddeb Source: te-etm-agent Version: 0.4.5-1~focal Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adan Alper Installed-Size: 6422 Depends: te-etm-agent (= 0.4.5-1~focal) Section: debug Priority: optional Description: debug symbols for te-etm-agent Build-Ids: 2fc55e303cf20fe966c827ae8a6ffad5563ddbf2 5f4ced5919454bae35587483296d62ee0d0e6b47 Filename: pool/main/t/te-etm-agent-dbgsym/te-etm-agent-dbgsym_0.4.5-1~focal_amd64.ddeb SHA1: 1f98ed825e0d68579b266047ff1631ba1d4a9bd6 SHA256: 950e21a6c391d758f03dece2a6c8f04737d3bd36e3d6f80024380781b9dfc440 Size: 5119332 Package: te-etm-agent Version: 0.4.5-1~focal Architecture: amd64 Essential: no Maintainer: Adan Alper Installed-Size: 13536 Description: ETM udp to HTTP proxy Filename: pool/main/t/te-etm-agent/te-etm-agent_0.4.5-1~focal_amd64.deb SHA1: 225f3bad0a29df40bec008b6de0598e5b1335f64 SHA256: 9e7e1f8215f0ab19b03cc115dc68fa423cfb4cec5fb7a1cd6e1cdb98d24afd33 Size: 3954884 Package: te-agent-dbg Source: te-agent Version: 1.191.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 405075 Depends: te-agent (= 1.191.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent-dbg/te-agent-dbg_1.191.0-1~focal_amd64.deb SHA1: 5962dd42d9acdf8105672e8d49274e893874a95a SHA256: 4ad407f741a3796dc50fa715d48bea99133a76e6fb088f9e3c4699052528ec48 Size: 76632496 Package: te-agent Version: 1.191.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18193 Depends: ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.191.0-1~focal_amd64.deb SHA1: 96141a2ec51ea4ebc1a16cd3e875d6cfc4d36746 SHA256: 59b7bc3b42447292aa8ed53904de1cba51ee9cc608937e551893f432afee4820 Size: 4988108 Package: te-etm-agent-dbgsym Package-Type: ddeb Source: te-etm-agent Version: 0.4.6-1~focal Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adan Alper Installed-Size: 6422 Depends: te-etm-agent (= 0.4.6-1~focal) Section: debug Priority: optional Description: debug symbols for te-etm-agent Build-Ids: 0105c178f642d3c92b3af2ae6ab0d81b4c3a17f2 da593a94a4c9ec4a6b3f603942f212f5ddae04e0 Filename: pool/main/t/te-etm-agent-dbgsym/te-etm-agent-dbgsym_0.4.6-1~focal_amd64.ddeb SHA1: 5997b9cc148b2399cd590246eb490d563c2712c8 SHA256: f3849688abf26c147ca222682624df7b30e914d7a30648bf021528cc37f4b28d Size: 5119412 Package: te-etm-agent Version: 0.4.6-1~focal Architecture: amd64 Essential: no Maintainer: Adan Alper Installed-Size: 13536 Description: ETM udp to HTTP proxy Filename: pool/main/t/te-etm-agent/te-etm-agent_0.4.6-1~focal_amd64.deb SHA1: 5f92345d72be6da92ea1029b3020914bfd12d9a1 SHA256: 048e808e46fe514aaffed4e1d16ab926cdbc6fa8e8f929a29b10c453f676fc70 Size: 3958912 Package: te-browserbot-cisco Version: 2.29.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 555872 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.29.0-1~focal_amd64.deb SHA1: c062ae5a400abc9fac6013cad9be347568a0f374 SHA256: 04367fb7cad9a8b7ff00d4f2834473aa054b0a732e7fe225ad1490baeaab5ca2 Size: 550078256 Package: te-browserbot-dual Version: 2.29.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 994228 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-dual/te-browserbot-dual_2.29.0-1~focal_amd64.deb SHA1: 6e354c84cf07526a92bd35f118277271e90ce00e SHA256: 5ff35cda7ae8cfa093e307ca3bfdd1b1de870a9649a9a82be9748521a91397c8 Size: 986549332 Package: te-browserbot Version: 2.29.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 501856 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.29.0-1~focal_amd64.deb SHA1: a64368f8be26c0f75fbc795a9c5a5b56292e1024 SHA256: ca7dfc8b152e61fccc0f378db16748cca78ea48f34bdd374965fb615469497d2 Size: 493919364 Package: te-etm-agent-dbgsym Package-Type: ddeb Source: te-etm-agent Version: 0.4.7-1~focal Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adan Alper Installed-Size: 6441 Depends: te-etm-agent (= 0.4.7-1~focal) Section: debug Priority: optional Description: debug symbols for te-etm-agent Build-Ids: 5abd5562476e4dce94e6b7f9c3cc15a966351e0c f2b3faa3f77f2848359bcee576aabb3d396fd7dc Filename: pool/main/t/te-etm-agent-dbgsym/te-etm-agent-dbgsym_0.4.7-1~focal_amd64.ddeb SHA1: 1f2209bdc87262a9ae0c0521599ae9f6c4430c65 SHA256: aaab0bdabe7794968adca44912ed3e54ee8e39a66747b82624c79f58d698e1ad Size: 5137360 Package: te-etm-agent Version: 0.4.7-1~focal Architecture: amd64 Essential: no Maintainer: Adan Alper Installed-Size: 13553 Description: ETM udp to HTTP proxy Filename: pool/main/t/te-etm-agent/te-etm-agent_0.4.7-1~focal_amd64.deb SHA1: 21769c6ee1a7dc45162849a34dafa7ac0480b5ed SHA256: 2f55e2713377cf9728dcdc54129b3b5b16556b6ed5904ad25ea10d9525a06422 Size: 3964140 Package: te-etm-agent-dbgsym Package-Type: ddeb Source: te-etm-agent Version: 0.4.8-1~focal Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adan Alper Installed-Size: 6442 Depends: te-etm-agent (= 0.4.8-1~focal) Section: debug Priority: optional Description: debug symbols for te-etm-agent Build-Ids: 8b329c5b77ce6a4212c43129765b80a94ba4124a f904b54963a216c69727c341ad6b675361d73f97 Filename: pool/main/t/te-etm-agent-dbgsym/te-etm-agent-dbgsym_0.4.8-1~focal_amd64.ddeb SHA1: 3e5a265b28a1c13a6b3778cb9f6e9a674b8717ff SHA256: 3f7081caa0b6baac8024a86b91a2b37395278157abce0c3bfad9d1e14c01c797 Size: 5137472 Package: te-etm-agent Version: 0.4.8-1~focal Architecture: amd64 Essential: no Maintainer: Adan Alper Installed-Size: 13553 Description: ETM udp to HTTP proxy Filename: pool/main/t/te-etm-agent/te-etm-agent_0.4.8-1~focal_amd64.deb SHA1: fc69d550d8825a007db96dc0bbd6c07b72fe0373 SHA256: a80f78d9ff528843461b268d1ef96b538fe88f3291e2c14ffde34be0204d15aa Size: 3962668 Package: te-browserbot-cisco Version: 2.30.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 644212 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.30.0-1~focal_amd64.deb SHA1: ad80b091e5c3dffdef96d3dfaf4bb7c1934aa9c9 SHA256: c641dd22db5b20e316fa21ece259ed3cc611a9d8ae491a8c1786f1383545bee7 Size: 639048300 Package: te-browserbot-dual Version: 2.30.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 1065779 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-dual/te-browserbot-dual_2.30.0-1~focal_amd64.deb SHA1: 08573d4a3bd2a5328f5e2fb85484be19b7c1de69 SHA256: 7eab8fa643fea80fc9cd95a38c5cc65103b61bee4c7f7320c803381eadd3f667 Size: 1059738120 Package: te-browserbot Version: 2.30.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 537824 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.30.0-1~focal_amd64.deb SHA1: e984a415e8df38e1c32aefc705f41ac9184285e5 SHA256: 3fc7aabca1350fc4507d3a5614532076ce431b71dfdc47c92e0a27f9386b86bf Size: 530579948 Package: te-pa Maintainer: ThousandEyes Architecture: all Depends: build-essential, debconf-utils, dialog (>= 1.1-20111020-1), intltool, libapt-pkg-dev, libcurl4, libnss3-tools, lsof, nginx, openssh-server, openssl, psmisc, python3.8, python3-apt, python3-dev, python3-markupsafe, python3-netifaces, python3-pycurl, python3-sqlalchemy, python3-tornado, python3-virtualenv, rdnssd, setserial, resolvconf, ifupdown, te-appliance-sidecar, te-cntlm Conflicts: te-va Replaces: plymouth-theme-ubuntu-text Version: 0.243-1~focal Description: ThousandEyes Physical Appliance The configuration framework for the ThousandEyes Physical Appliance. Filename: pool/main/t/te-pa/te-pa_0.243-1~focal_all.deb SHA1: a542af54fba775f4ea2427f2eae485d1521c28f9 SHA256: 14ddbbbf50cf72158405bb64160b637200c7d0fc5f33247b01bc682cfa21dc41 Size: 5385856 Package: te-va Maintainer: ThousandEyes Architecture: all Depends: build-essential, debconf-utils, dialog (>= 1.1-20111020-1), intltool, libapt-pkg-dev, libcurl4, libnss3-tools, lsof, nginx, openssh-server, openssl, psmisc, python3.8, python3-apt, python3-dev, python3-markupsafe, python3-netifaces, python3-pycurl, python3-sqlalchemy, python3-tornado, python3-virtualenv, rdnssd, setserial, resolvconf, ifupdown, te-appliance-sidecar, te-cntlm Conflicts: te-pa Replaces: plymouth-theme-ubuntu-text Version: 0.243-1~focal Description: ThousandEyes Virtual Appliance The configuration framework for the ThousandEyes Virtual Appliance. Filename: pool/main/t/te-va/te-va_0.243-1~focal_all.deb SHA1: f9e524fb1e44c6b8addf3447a8ffba79087349a3 SHA256: 533803ca40bf048297de0bbb5c07ee8c3b300e773254df740ee3426424fdd685 Size: 5384396 Package: te-pa Maintainer: ThousandEyes Architecture: all Depends: build-essential, debconf-utils, dialog (>= 1.1-20111020-1), intltool, libapt-pkg-dev, libcurl4, libnss3-tools, lsof, nginx, openssh-server, openssl, psmisc, python3.8, python3-apt, python3-dev, python3-markupsafe, python3-netifaces, python3-pycurl, python3-sqlalchemy, python3-tornado, python3-virtualenv, rdnssd, setserial, resolvconf, ifupdown, te-appliance-sidecar, te-cntlm Conflicts: te-va Replaces: plymouth-theme-ubuntu-text Version: 0.244-1~focal Description: ThousandEyes Physical Appliance The configuration framework for the ThousandEyes Physical Appliance. Filename: pool/main/t/te-pa/te-pa_0.244-1~focal_all.deb SHA1: 7dd12a82de3e3c135f4ce47c5ebcf50c6bf03c74 SHA256: ac3c677d2e682a8a6f6490701c8adb1b3f5421cfe18a0b2bb683e47fd893db6d Size: 5385852 Package: te-va Maintainer: ThousandEyes Architecture: all Depends: build-essential, debconf-utils, dialog (>= 1.1-20111020-1), intltool, libapt-pkg-dev, libcurl4, libnss3-tools, lsof, nginx, openssh-server, openssl, psmisc, python3.8, python3-apt, python3-dev, python3-markupsafe, python3-netifaces, python3-pycurl, python3-sqlalchemy, python3-tornado, python3-virtualenv, rdnssd, setserial, resolvconf, ifupdown, te-appliance-sidecar, te-cntlm Conflicts: te-pa Replaces: plymouth-theme-ubuntu-text Version: 0.244-1~focal Description: ThousandEyes Virtual Appliance The configuration framework for the ThousandEyes Virtual Appliance. Filename: pool/main/t/te-va/te-va_0.244-1~focal_all.deb SHA1: ec83dc1da574e7fda31d5463a810255825b98e4e SHA256: b7c1de0fbae7583c94e130aa1060d0a221a08c90e77c1d32df7f5b60167cf90d Size: 5385668 Package: te-appliance-sidecar Version: 0.54-1 Architecture: all Maintainer: ThousandEyes Installed-Size: 67 Depends: cron, openssh-server Section: default Priority: optional Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/te-appliance-sidecar/te-appliance-sidecar_0.54-1_all.deb SHA1: f4f833cad230bf3356a54a89a289cad3b02e01cb SHA256: 815ff9a7e33284984c5b5ce9c20afe73ffae66146c7cf35af34e077cb8fc1cd0 Size: 13838 Package: te-agent-dbg Source: te-agent Version: 1.192.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 404883 Depends: te-agent (= 1.192.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent-dbg/te-agent-dbg_1.192.0-1~focal_amd64.deb SHA1: d0ce2d8b7b5db8bc8a9243b39086600d749e563f SHA256: 59daf8587b62d116431739f5887d9c73290b713f07e2a96fbdab18d34f48eabe Size: 76720356 Package: te-agent Version: 1.192.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18215 Depends: ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.192.0-1~focal_amd64.deb SHA1: e3b9e3141c05bfa5a9ffd0223d115533ac078fa8 SHA256: ad30d2f9da759a5b7d3400cff95cfedce02c45184be863f5807b978013a5e09c Size: 5003396 Package: cisco-core-trsb Version: 1.4 Architecture: all Maintainer: ThousandEyes Installed-Size: 50 Section: default Priority: optional Description: Cisco root certificate bundle Filename: pool/main/c/cisco-core-trsb/cisco-core-trsb_1.4_all.deb SHA1: 84937cf63115ab651cf686339aba8db51e8d711a SHA256: 71f4a5a266eb68072f8d0af01c992ba997299c514f89d8f26685a90864af06f3 Size: 21424 Package: te-browserbot-cisco Version: 2.31.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 560162 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.31.0-1~focal_amd64.deb SHA1: e44379b3814dc8bb34ebe21187231f38f6740703 SHA256: d9fee853c5e92fd2e25c84e5a7e11c56d7c348e6837c78133b1466e0ea0ab9d1 Size: 553937188 Package: te-browserbot-dual Version: 2.31.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 994489 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-dual/te-browserbot-dual_2.31.0-1~focal_amd64.deb SHA1: 839c771c579f0f2ad87702b27741e7afd7b78d86 SHA256: 20098b37bf66e672216d5a34a354b92e95429d2bdd4f6928b7cdec9af5662fe9 Size: 986781780 Package: te-browserbot Version: 2.31.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 502175 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.31.0-1~focal_amd64.deb SHA1: d4129079a4ca569ca447de7369d947d6e476c603 SHA256: 25ecdf69034f9e6ff18bdea532e8133181ebf1a3a87fb7085f1e1ac465077159 Size: 494267776 Package: te-pa Maintainer: ThousandEyes Architecture: all Depends: build-essential, debconf-utils, dialog (>= 1.1-20111020-1), intltool, libapt-pkg-dev, libcurl4, libnss3-tools, lsof, nginx, openssh-server, openssl, psmisc, python3.8, python3-apt, python3-dev, python3-markupsafe, python3-netifaces, python3-pycurl, python3-sqlalchemy, python3-tornado, python3-virtualenv, rdnssd, setserial, resolvconf, ifupdown, te-appliance-sidecar, te-cntlm Conflicts: te-va Replaces: plymouth-theme-ubuntu-text Version: 0.246.0-1~focal Description: ThousandEyes Physical Appliance The configuration framework for the ThousandEyes Physical Appliance. Filename: pool/main/t/te-pa/te-pa_0.246.0-1~focal_all.deb SHA1: de89769cf9264b1e064f2785bd7d73c4ca411ae2 SHA256: abc031eceb28fddab0c3c45115d3eed3453de85ac829ba2515e2d4c60334811b Size: 5385104 Package: te-va Maintainer: ThousandEyes Architecture: all Depends: build-essential, debconf-utils, dialog (>= 1.1-20111020-1), intltool, libapt-pkg-dev, libcurl4, libnss3-tools, lsof, nginx, openssh-server, openssl, psmisc, python3.8, python3-apt, python3-dev, python3-markupsafe, python3-netifaces, python3-pycurl, python3-sqlalchemy, python3-tornado, python3-virtualenv, rdnssd, setserial, resolvconf, ifupdown, te-appliance-sidecar, te-cntlm Conflicts: te-pa Replaces: plymouth-theme-ubuntu-text Version: 0.246.0-1~focal Description: ThousandEyes Virtual Appliance The configuration framework for the ThousandEyes Virtual Appliance. Filename: pool/main/t/te-va/te-va_0.246.0-1~focal_all.deb SHA1: 05ee1ea53dc14f02ef61841923ff297e23ef0e8d SHA256: 5b31cd9cbd4a5dadd6ad28e190006c0a219d6594d60049cafaef62358978a9c3 Size: 5385080 Package: te-agent-dbg Source: te-agent Version: 1.194.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 404672 Depends: te-agent (= 1.194.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent-dbg/te-agent-dbg_1.194.0-1~focal_amd64.deb SHA1: b3fe8a8c006c965c7b4a4a85d29af83b4b092b8e SHA256: c8c5815a733ca0d2fabe6a43757993236d7172307ae0f55d48605ec5e8c63a00 Size: 76706880 Package: te-agent Version: 1.194.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18211 Depends: ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.194.0-1~focal_amd64.deb SHA1: feb9b6187463748cedecdf966b0d726bdfaa0c65 SHA256: a0162240581c9d8bb4eb592029e48fc7c6a841b63b358ed6421b74a628ba3504 Size: 5002492 Package: te-etm-agent-dbgsym Package-Type: ddeb Source: te-etm-agent Version: 0.4.9-1~focal Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adan Alper Installed-Size: 6435 Depends: te-etm-agent (= 0.4.9-1~focal) Section: debug Priority: optional Description: debug symbols for te-etm-agent Build-Ids: 9d80ae4aa744d2aa45758a7df136e4036537092e d0fad75e6a47584fba809be3e635767344e9e6b0 Filename: pool/main/t/te-etm-agent-dbgsym/te-etm-agent-dbgsym_0.4.9-1~focal_amd64.ddeb SHA1: 024bd7c021234b468c4465877ff269057705c1d1 SHA256: c76fd7d43fe1d833f38023fa99bd3c5917b5895b0f9d93b4368ee30ae68ad028 Size: 5133204 Package: te-etm-agent Version: 0.4.9-1~focal Architecture: amd64 Essential: no Maintainer: Adan Alper Installed-Size: 13521 Description: ETM udp to HTTP proxy Filename: pool/main/t/te-etm-agent/te-etm-agent_0.4.9-1~focal_amd64.deb SHA1: ce0ff3b05ca60fbb916b49d4df10c90a717faa7c SHA256: b2453bdcdbc63e3e8a678d3324bcb63278fa110980854622e54f61bc02e33c62 Size: 3952624 Package: te-browserbot-cisco Version: 2.32.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 561512 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.32.0-1~focal_amd64.deb SHA1: 95553fd541b432b23e0d9f2eed4fc8f526ddcea5 SHA256: a9e3bd2e6fd57ad22e9b110b7e7db096ebe763a8c373fa06c824e5da462569d4 Size: 555333856 Package: te-browserbot-dual Version: 2.32.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 994705 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-dual/te-browserbot-dual_2.32.0-1~focal_amd64.deb SHA1: 01b44e773dbde11fd0afcc6cf737cca8723bba43 SHA256: ead8e02cb73946556b94ddf46d82ae88d1863b4e395405dbf43c619bfa505954 Size: 987228080 Package: te-browserbot Version: 2.32.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 502351 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.32.0-1~focal_amd64.deb SHA1: 4e471aace1c2cd6dd010d85db16277cbae9583a5 SHA256: 11b63f2e012a5ae8b2aa00d9a0061f62df49868958aecdbb1582acacdfa29175 Size: 494598288 Package: te-agent-dbg Source: te-agent Version: 1.195.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 404672 Depends: te-agent (= 1.195.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent-dbg/te-agent-dbg_1.195.0-1~focal_amd64.deb SHA1: 8082f40522c2faea0ac917c25de8326ad97494a4 SHA256: 56d68ea1dad5411614cf054427665a6666708b9cc2e207cc289d165f7f9a2573 Size: 76704540 Package: te-agent Version: 1.195.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18211 Depends: ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.195.0-1~focal_amd64.deb SHA1: f9654d51884d18d0ffadfd924bac5d9bc1f7d54d SHA256: 93083c32a8eda62a28e11a4cf3ef5a04fd2547b6b01543e0c54f2c941629a6a2 Size: 5005976 Package: te-agent-dbg Source: te-agent Version: 1.196.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 404672 Depends: te-agent (= 1.196.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent-dbg/te-agent-dbg_1.196.0-1~focal_amd64.deb SHA1: 78339c0cdb2cbe78b06b9e28dd0d0a4f81e81455 SHA256: a78bc45e399815b5f0ebda8e535856b1fe8f2ef556dd221b1b46138743b5e4c1 Size: 76702132 Package: te-agent Version: 1.196.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18211 Depends: ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.196.0-1~focal_amd64.deb SHA1: 6c0971ce47df5942764ca88330f271a4fa49d23d SHA256: 0d00a0d9826b2481c0775ac63cf1183c67899a6018dd2caaabd40c12a83e76b1 Size: 5004584 Package: te-pa Maintainer: ThousandEyes Architecture: all Depends: build-essential, debconf-utils, dialog (>= 1.1-20111020-1), intltool, libapt-pkg-dev, libcurl4, libnss3-tools, lsof, nginx, openssh-server, openssl, psmisc, python3.8, python3-apt, python3-dev, python3-markupsafe, python3-netifaces, python3-pycurl, python3-sqlalchemy, python3-tornado, python3-virtualenv, rdnssd, setserial, resolvconf, ifupdown, te-appliance-sidecar, te-cntlm Conflicts: te-va Replaces: plymouth-theme-ubuntu-text Version: 0.247.0-1~focal Description: ThousandEyes Physical Appliance The configuration framework for the ThousandEyes Physical Appliance. Filename: pool/main/t/te-pa/te-pa_0.247.0-1~focal_all.deb SHA1: a279b1a5f38f5ca482f5fa9288ebb259056b0fbe SHA256: 7b122e5d73973f8b82e114b743a2706bf9a812b66070ce122239f2af993b8878 Size: 5366220 Package: te-va Maintainer: ThousandEyes Architecture: all Depends: build-essential, debconf-utils, dialog (>= 1.1-20111020-1), intltool, libapt-pkg-dev, libcurl4, libnss3-tools, lsof, nginx, openssh-server, openssl, psmisc, python3.8, python3-apt, python3-dev, python3-markupsafe, python3-netifaces, python3-pycurl, python3-sqlalchemy, python3-tornado, python3-virtualenv, rdnssd, setserial, resolvconf, ifupdown, te-appliance-sidecar, te-cntlm Conflicts: te-pa Replaces: plymouth-theme-ubuntu-text Version: 0.247.0-1~focal Description: ThousandEyes Virtual Appliance The configuration framework for the ThousandEyes Virtual Appliance. Filename: pool/main/t/te-va/te-va_0.247.0-1~focal_all.deb SHA1: faa96ecd18ac64db9b5733d9e66268a68db2ca51 SHA256: d10aefda0e22981b7d852acb187a7af14cf56bcc5a547325b108ebabed221a41 Size: 5366112 Package: te-browserbot-cisco Version: 2.33.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 562682 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_2.33.0-1~focal_amd64.deb SHA1: a9565a4afe10e0f01d3343a6b4e4890288e7bc96 SHA256: 65f2ad7ba7287341cd2c5dd9c1394b229d0f3f993bee123871e3f98e64fd0eb8 Size: 556527892 Package: te-browserbot-dual Version: 2.33.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 994826 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-dual/te-browserbot-dual_2.33.0-1~focal_amd64.deb SHA1: 3ca85f687c7d37ea5e4e6b5c992cdfc44e4d3c44 SHA256: 2c3759d97b061cba3d34834020e454f6078ea5a02faf684fa6572939c895ec0e Size: 986924004 Package: te-browserbot Version: 2.33.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 502400 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_2.33.0-1~focal_amd64.deb SHA1: 4dc9c95bbd45cf99878a79142ea3269fbb06f3c2 SHA256: f723232c80c676253b24f0695d67ad5644f59d1325ab535b3a94765eb302fbbd Size: 494306348 Package: te-browserbot-cisco Version: 3.0.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 579649 Breaks: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Replaces: te-browserbot, te-chromium, te-chromium-browser, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-cisco/te-browserbot-cisco_3.0.0-1~focal_amd64.deb SHA1: 41aabd0dd6a85283c3cda191f319c69379c773a0 SHA256: 47729b9fd178ae1a009073ae89ed9184d2c8fe01e29583bd6d501fee427a62f9 Size: 575580212 Package: te-browserbot-dual Version: 3.0.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 956009 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot-dual/te-browserbot-dual_3.0.0-1~focal_amd64.deb SHA1: aff11065164f04283102dacfab8eab8d741f12d8 SHA256: fff145e716d2eea31b1b28806a727f26a09d464b90e2d917d98970ce49bbaed1 Size: 954164580 Package: te-browserbot Version: 3.0.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 509001 Depends: podman (>= 3.2.3), containernetworking-plugins (>= 0.9.0), crun (>= 0.12.1) Recommends: nftables Breaks: te-browserbot-cisco, te-sandboxd, te-txfs Replaces: te-browserbot-cisco, te-sandboxd, te-txfs Section: misc Priority: optional Description: ThousandEyes BrowserBot An extension to the ThousandEyes agent package that performs periodic measurements from a real browser. Filename: pool/main/t/te-browserbot/te-browserbot_3.0.0-1~focal_amd64.deb SHA1: 71dfffe9da93e906cac2482517c3062b527b9e2d SHA256: eb66fb1bdb5cb105145024fa6cf2684848afad6912e9952e4cb45211ca81b4df Size: 504279936 Package: te-agent-dbg Source: te-agent Version: 1.197.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 404803 Depends: te-agent (= 1.197.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent-dbg/te-agent-dbg_1.197.0-1~focal_amd64.deb SHA1: b341127dce994bca480536002fc5021f27a95f36 SHA256: ca8b54300ed01b0934278493363d42703f1b92264e0121acc6d1394b95c19a78 Size: 76738000 Package: te-agent Version: 1.197.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18211 Depends: ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.197.0-1~focal_amd64.deb SHA1: 7e2f1c4cc832ecf42cdb1572caa6bd9d6eb76b9f SHA256: 7cd0d142b0e009703b5c0e3e5a7a06003fefaa577a69e2b7086643af9565468a Size: 5003180 Package: te-agent-dbg Source: te-agent Version: 1.198.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 404927 Depends: te-agent (= 1.198.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent-dbg/te-agent-dbg_1.198.0-1~focal_amd64.deb SHA1: 88915ed26f2255cf44d4c856109d78c8b508b2bc SHA256: 5a54b9d6f6b42cfee04ef8274f949651174925665c648ec120311194064f8cc7 Size: 76766244 Package: te-agent Version: 1.198.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18223 Depends: ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.198.0-1~focal_amd64.deb SHA1: a9e4b44f756477d453ca613f4714c85aa279bc0f SHA256: a2ef887a1d09c09c9289baf1b29a041e357146c285ee496d668b64b4744cea81 Size: 5004268 Package: NessusAgent Version: 10.7.3 Section: Priority: extra Architecture: amd64 Maintainer: Mr. Packages Description: The Nessus Client Agent Conflicts: nessusd (<< 3.0) Replaces: nessusd (<< 3.0) Filename: pool/main/N/NessusAgent-latest-ubuntu1604/NessusAgent-latest-ubuntu1604_amd64.deb SHA1: 404a99ae53cb53add9173ec78f1aa80d8f491dd1 SHA256: 38f9ae88a8ccd21ac2cc806b7b1dcfd75ea96bb0fa6f29d8ee0a4fe354cf6a45 Size: 26180598 Package: te-agent-dbg Source: te-agent Version: 1.199.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 405106 Depends: te-agent (= 1.199.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent-dbg/te-agent-dbg_1.199.0-1~focal_amd64.deb SHA1: 1c3cf3109bf65e5638ccee76e1c0be33e09ca316 SHA256: c36fdacd27267c3c4e5fa6a9c0da6af303abf3794e22d92f4aa3181926cc3901 Size: 76777972 Package: te-agent Version: 1.199.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18231 Depends: ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.199.0-1~focal_amd64.deb SHA1: 20dd49fd9da164a36fc4d3f3b15b11abbd8a5feb SHA256: 2c8466fd249e590849df6c32554642a1e7a7e0aa4160cba10285f827eac4d4f7 Size: 5007072 Package: te-agent-dbg Source: te-agent Version: 1.200.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 406107 Depends: te-agent (= 1.200.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent-dbg/te-agent-dbg_1.200.0-1~focal_amd64.deb SHA1: ee1ec1017159f69512ee2c1ca350311a0fbd16ad SHA256: 1d3b5c6dcd93a56adee82ae51d58fbebbd47f306782590a0712ee7b00b0450ff Size: 76935428 Package: te-agent Version: 1.200.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18210 Depends: ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.200.0-1~focal_amd64.deb SHA1: cb7a98a6e8e6bd35b60ee4e7166881777e348e34 SHA256: af501edecc436d64104bc8de97ca42c0bcbc3ff15c619b6855ad0084842af39a Size: 4999108 Package: te-va Maintainer: ThousandEyes Architecture: all Depends: build-essential, debconf-utils, dialog (>= 1.1-20111020-1), intltool, libapt-pkg-dev, libcurl4, libnss3-tools, lsof, nginx, openssh-server, openssl, psmisc, python3.8, python3-apt, python3-dev, python3-markupsafe, python3-netifaces, python3-pycurl, python3-sqlalchemy, python3-tornado, python3-virtualenv, rdnssd, setserial, resolvconf, ifupdown, te-appliance-sidecar, te-cntlm Conflicts: te-pa Replaces: plymouth-theme-ubuntu-text Version: 0.248.0-1~focal Description: ThousandEyes Virtual Appliance The configuration framework for the ThousandEyes Virtual Appliance. Filename: pool/main/t/te-va/te-va_0.248.0-1~focal_all.deb SHA1: b399eedd9cf8a21f761f4336a3a82e16edcbc24b SHA256: 6ebb0af67698ff33b25698f5c1012304b192a1e047a23de627cdd2f5c829f34a Size: 5382640 Package: te-pa Maintainer: ThousandEyes Architecture: all Depends: build-essential, debconf-utils, dialog (>= 1.1-20111020-1), intltool, libapt-pkg-dev, libcurl4, libnss3-tools, lsof, nginx, openssh-server, openssl, psmisc, python3.8, python3-apt, python3-dev, python3-markupsafe, python3-netifaces, python3-pycurl, python3-sqlalchemy, python3-tornado, python3-virtualenv, rdnssd, setserial, resolvconf, ifupdown, te-appliance-sidecar, te-cntlm Conflicts: te-va Replaces: plymouth-theme-ubuntu-text Version: 0.248.0-1~focal Description: ThousandEyes Physical Appliance The configuration framework for the ThousandEyes Physical Appliance. Filename: pool/main/t/te-pa/te-pa_0.248.0-1~focal_all.deb SHA1: b7e07a2ee5251a986fd860f8fa01da31de249240 SHA256: 5a236893a91bacb1aa3dd2c0bf79d0876cc9002aa9afd363069bdc71c2bf80a7 Size: 5382848 Package: te-appliance-sidecar Version: 0.56-1 Architecture: all Maintainer: ThousandEyes Installed-Size: 67 Depends: cron, openssh-server Section: default Priority: optional Description: System upgrades to ThousandEyes appliances Filename: pool/main/t/te-appliance-sidecar/te-appliance-sidecar_0.56-1_all.deb SHA1: e8fd36ddaef9cf59e7da14aeb02d02fc88a14e5e SHA256: 97a8fe257c27f7bf0295ff652011b3d790efbe553e369add830631ddf2c046dd Size: 13820 Package: te-agent-dbg Source: te-agent Version: 1.201.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 406241 Depends: te-agent (= 1.201.0-1~focal) Section: debug Priority: extra Description: ThousandEyes Core - debug symbols The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. . This package contains the debugging symbols for te-agent. Filename: pool/main/t/te-agent-dbg/te-agent-dbg_1.201.0-1~focal_amd64.deb SHA1: 47f148f831a53cddcba02af14fb6344d314117e8 SHA256: 590943a08687a558f55802f2af2864b069463e3c4751432dd53e52318f25a4b9 Size: 76939740 Package: te-agent Version: 1.201.0-1~focal Architecture: amd64 Maintainer: ThousandEyes Installed-Size: 18218 Depends: ca-certificates, libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~), libmnl0 (>= 1.0.3-4~), libsqlite3-0 (>= 3.6.5), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4) Section: misc Priority: optional Description: ThousandEyes Core The ThousandEyes Core package is a software agent that performs periodic, synthetic network measurements to predefined targets. Filename: pool/main/t/te-agent/te-agent_1.201.0-1~focal_amd64.deb SHA1: 09745640c3aae114ba0eb3ba05711df91b92d932 SHA256: a97bd6c451c732a0c585e1f9142af214da47be79604fd26da97a1089f06e37d2 Size: 4999912