kazulog@sv2:~$ sudo apt install -y tcpdump | cat WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... Solving dependencies... Installing: tcpdump Installing dependencies: ibverbs-providers libibverbs1 libnl-route-3-200 libpcap0.8t64 Summary: Upgrading: 0, Installing: 5, Removing: 0, Not Upgrading: 1 Download size: 1329 kB Space needed: 4096 kB / 62.7 GB available Get:1 http://archive.ubuntu.com/ubuntu resolute/main amd64 libnl-route-3-200 amd64 3.12.0-2 [204 kB] Get:2 http://archive.ubuntu.com/ubuntu resolute/main amd64 libibverbs1 amd64 61.0-2ubuntu3 [70.6 kB] Get:3 http://archive.ubuntu.com/ubuntu resolute/main amd64 ibverbs-providers amd64 61.0-2ubuntu3 [417 kB] Get:4 http://archive.ubuntu.com/ubuntu resolute/main amd64 libpcap0.8t64 amd64 1.10.6-1ubuntu1 [161 kB] Get:5 http://archive.ubuntu.com/ubuntu resolute/main amd64 tcpdump amd64 4.99.6-1 [477 kB] Fetched 1329 kB in 2s (561 kB/s) Selecting previously unselected package libnl-route-3-200:amd64. (Reading database ... 132240 files and directories currently installed.) Preparing to unpack .../libnl-route-3-200_3.12.0-2_amd64.deb ... Unpacking libnl-route-3-200:amd64 (3.12.0-2) ... Selecting previously unselected package libibverbs1:amd64. Preparing to unpack .../libibverbs1_61.0-2ubuntu3_amd64.deb ... Unpacking libibverbs1:amd64 (61.0-2ubuntu3) ... Selecting previously unselected package ibverbs-providers:amd64. Preparing to unpack .../ibverbs-providers_61.0-2ubuntu3_amd64.deb ... Unpacking ibverbs-providers:amd64 (61.0-2ubuntu3) ... Selecting previously unselected package libpcap0.8t64:amd64. Preparing to unpack .../libpcap0.8t64_1.10.6-1ubuntu1_amd64.deb ... Unpacking libpcap0.8t64:amd64 (1.10.6-1ubuntu1) ... Selecting previously unselected package tcpdump. Preparing to unpack .../tcpdump_4.99.6-1_amd64.deb ... Unpacking tcpdump (4.99.6-1) ... Setting up libnl-route-3-200:amd64 (3.12.0-2) ... Setting up libibverbs1:amd64 (61.0-2ubuntu3) ... Setting up ibverbs-providers:amd64 (61.0-2ubuntu3) ... Setting up libpcap0.8t64:amd64 (1.10.6-1ubuntu1) ... Setting up tcpdump (4.99.6-1) ... Processing triggers for man-db (2.13.1-1build1) ... Processing triggers for libc-bin (2.43-2ubuntu2.4) ... Scanning processes... Scanning linux images... Running kernel seems to be up-to-date. No services need to be restarted. No containers need to be restarted. No user sessions are running outdated binaries. No VM guests are running outdated hypervisor (qemu) binaries on this host. kazulog@sv2:~$ sudo du -sh /var/cache/apt/archives 16K /var/cache/apt/archives kazulog@sv2:~$ sudo apt remove -y tcpdump | cat WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... Solving dependencies... The following packages were automatically installed and are no longer required: ibverbs-providers libibverbs1 libnl-route-3-200 libpcap0.8t64 Use 'sudo apt autoremove' to remove them. REMOVING: tcpdump Summary: Upgrading: 0, Installing: 0, Removing: 1, Not Upgrading: 1 Freed space: 1357 kB (Reading database ... 132310 files and directories currently installed.) Removing tcpdump (4.99.6-1) ... Processing triggers for man-db (2.13.1-1build1) ... kazulog@sv2:~$ sudo apt autoremove -y | cat WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... Solving dependencies... REMOVING: ibverbs-providers libibverbs1 libnl-route-3-200 libpcap0.8t64 Summary: Upgrading: 0, Installing: 0, Removing: 4, Not Upgrading: 1 Freed space: 2739 kB (Reading database ... 132295 files and directories currently installed.) Removing ibverbs-providers:amd64 (61.0-2ubuntu3) ... Removing libpcap0.8t64:amd64 (1.10.6-1ubuntu1) ... Removing libibverbs1:amd64 (61.0-2ubuntu3) ... Removing libnl-route-3-200:amd64 (3.12.0-2) ... Processing triggers for man-db (2.13.1-1build1) ... Processing triggers for libc-bin (2.43-2ubuntu2.4) ... kazulog@sv2:~$ sudo apt clean kazulog@sv2:~$ sudo du -sh /var/cache/apt/archives 16K /var/cache/apt/archives