Monday, November 26, 2012

Backup list of Installed applications - Debian based distributions

To back up a list of all installed applications:

Backup installed package list on current machine
dpkg --get-selections > installed_stuff.txt

move installed_stuff.txt to the new machine

dpkg --set-selections < installed_stuff.txt

No comments: