Restore All Installed packages in Ubuntu Hardy Heron and to a New machine


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. sudo dpkg --get-selections > /etc/package.selections
  2.  
  3. sudo dpkg --set-selections < /etc/package.selections && apt-get dselect-upgrade

URL: http://www.ubuntu-unleashed.com/2008/04/howto-restore-all-installed-packages-in.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.