List installed APT packages
12 March 2022 (Updated 8 April 2022)
sudo apt list --installed
You’ll find it useful to pipe the output to less
like so:
sudo apt list --installed | less
Then, you can type /
to search for packages by name.
Tagged:
Ubuntu
Thanks for your comment 🙏. Once it's approved, it will appear here.
Leave a comment