Debian admin notes

From sheep
Jump to navigation Jump to search

Copying all your chosen programs to another machine

get the list

dpkg --get-selections > ~/installed_packages

install the list

dpkg --set-selections < ~/installed_packages
apt-get -u dselect-upgrade