September 26, 2011
List all installed packages on debian
I found this on the debain forums, and thought it might be useful to repost here. With these commands, you can list all the packages that are installed on one debian/ubuntu box, and install them elsewhere really easily. This is useful when migrating services from one box to another, the lazy way.
To get a list, and dump it into a file:
dpkg --get-selections > installed-software scp that file to your target machine:
Read more