Created
November 8, 2012 23:58
-
-
Save revskill10/4042735 to your computer and use it in GitHub Desktop.
Baackup and restore ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo dpkg --get-selections > installedpackages | |
sudo dpkg --clear-selections | |
sudo dpkg --set-selections < packages.txt | |
sudo aptitude install | |
sudo dpkg -i package.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment