Писал об этом, но, кажется, на стикере, а не здесь.
http://nithinkk.wordpress.com/2012/04/02/restore-all-installed-packages-in-ubuntu-to-new-machine/
http://nithinkk.wordpress.com/2012/04/02/restore-all-installed-packages-in-ubuntu-to-new-machine/
Step 1
Use the following command to create a list of all the installed packages currently available
Use the following command to create a list of all the installed packages currently available
1 | sudo dpkg --get-selections > /etc/package.selections |
Step 2
Now our package list is ready and we can copy this file (package.selections) to your new machine
Now our package list is ready and we can copy this file (package.selections) to your new machine
1 | sudo dpkg --set-selections < /etc/package.selections && apt-get dselect-upgrade |
This command will uninstall all packages installed after you created your restore list.
Способ для любителей GUI: http://Develz.blogspot.com/2012/10/ubuntu-linux-mint.html
ОтветитьУдалить