Skip to content

Instantly share code, notes, and snippets.

@einalex
Created April 22, 2014 16:27
Show Gist options
  • Save einalex/11185571 to your computer and use it in GitHub Desktop.
Save einalex/11185571 to your computer and use it in GitHub Desktop.
save and restore the list of installed debian packages
dpkg --get-selections > selections.txt
dpkg --set-selections < selections.txt
dselect update
apt-get dselect-upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment