So for the packages you do on your old install:
dpkg --get-selections > installed-software
copy the installed-software file over to your new install and:
dpkg --set-selections < installed-software dselectLike magic. And if you have a local apt-cacher-ng, you don't even need to download everything again. Alternatively you can copy over your /var/cache/apt/archives/ before doing the second part. http://www.arsgeek.com/2006/09/19/ubuntu-tricks-how-to-generate-a-list-of-installed-packages-and-use-it-to-reinstall-packages/ http://ubuntu-sos.blogspot.com/2008/06/how-to-create-and-restore-list-of-all.html
No comments:
Post a Comment