Debian

Backup and Restore Installed Packages

$ dpkg –get-selections > my_installed_packages

Copy the resultant file to the new system, and then:

$ dpkg –set-selections < my_installed_packages
$ sudo apt-get dselect-upgrade

Source: http://yonkeltron.com/2010/04/19/debian-package-state-backup-and-restore/

 
debian.txt · Last modified: 2011/09/07 06:41 by volker
 
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki