Created
July 1, 2012 22:59
-
-
Save bendangelo/3029953 to your computer and use it in GitHub Desktop.
Copy Ubuntu Packages
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 | grep '[[:space:]]install$='| awk '{print $1}' > installedpackages | |
| sudo aptitude update | |
| cat installedpackages | xargs sudo aptitude install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment