sudo dpkg --get-selections > /someplacelikeafloppy/selections
new system:
sudo dpkg --set-selections < /someplacelikeafloppy/selectionsThe "selections" file is a plain text file, and can be edited to customize list of packages to install.
sudo apt-get dselect-upgrade
No comments:
Post a Comment