How to Get a List of All Installed Packages on Ubuntu
Topic: Ubuntu / LinuxPrev|Next
Answer: Use the apt
Command
You can simply use the following command to get a list of all installed packages on Ubuntu.
This command will work on Ubuntu versions 14.04 and above.
apt list --installed
Related FAQ
Here are some more FAQ related to this topic: