apt list --installed
Source: [[https://linuxconfig.org/list-installed-packages-with-apt-command]]
===== How to Clear Apt Cache in Debian, Ubuntu and Linux Mint =====
sudo apt clean --dry-run
Then:
sudo apt clean
Source: [[https://www.ubuntumint.com/clean-apt-cache/]]