Debian admin notes

From sheep
Revision as of 20:56, 14 September 2021 by Martin (talk | contribs) (Created page with "Copying all your chosen programs to another machine get the list <pre> dpkg --get-selections > ~/installed_packages </pre> install the list <pre> dpkg --set-selections < ~/i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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