Debian admin notes

From sheep
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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