Created
May 27, 2016 10:54
-
-
Save agirorn/c698686ea752905a04df7201f5dc1ab6 to your computer and use it in GitHub Desktop.
Dump/Restore installed 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
dpkg --get-selections > ~/installed_libs.txt |
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
dpkg --set-selections < ~/installed_libs.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment