Skip to content

Instantly share code, notes, and snippets.

@olpia
olpia / apt_pkgs_list_backup.txt
Last active October 15, 2015 16:36
APT packages list backup
Dump the list of currently installed packages:
dpkg --get-selections >output-file
Reinstall:
dpkg --set-selections <output-file
apt-get dselect-upgrade