How to tutorials, Linux, Linux.Tips

How to list all installed programs on Linux OS?

Less than a minute to read

In this tutorial, you will learn to list all programs that came with your distribution and also the ones you manually installed.

On Ubuntu/Debian based system run the following command in terminal:

dpkg -l

Alternatively on Ubuntu/Debian you can also run the dpkg command with the get selections option:

dpkg --get-selections


Leave a Reply