Debian admin notes: Difference between revisions
Jump to navigation
Jump to search
(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...") |
(No difference)
|
Latest revision as of 20:56, 14 September 2021
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