This will save a list of the packages you have installed: dpkg --get-selections > dpkg.list Use this to restore the packages: apt-get update dpkg --set-selections < dpkg.list apt-get -u dselect-upgrade