Skip to content

Instantly share code, notes, and snippets.

@ugurk
Created March 13, 2017 08:58
Show Gist options
  • Save ugurk/84439a79850a8357e22c2574e34f7249 to your computer and use it in GitHub Desktop.
Save ugurk/84439a79850a8357e22c2574e34f7249 to your computer and use it in GitHub Desktop.
Backup and restore packages in Debian & Ubuntu
sudo dpkg --get-selections > /tmp/dpkglist.txt
sudo dpkg --set-selections < /tmp/dpkglist.txt
sudo apt-get -y update
sudo apt-get dselect-upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment