Skip to content

Instantly share code, notes, and snippets.

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