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