In this tutorial I’m going to show how to list the installed packages on a Debian based operating system, (Debian, Ubuntu, Mint, Sidux, CrunchBang, etc.) I got this gem of a command line one-liner from the Sidux website.
This command is useful if you want to replicate a GNU/Linux installation from one computer to another.
For those who are impatient, I’ll cut right to the chase. This command will create a file in your home directory called installed.txt that contains the listing of your installed packages. Open a terminal and enter: Continue reading