Wednesday, April 04, 2012

Replicate installed packages on an Ubuntu machine to another:



Backup installed package list on current machine
dpkg --get-selections > selections.txt

move selections.txt to the new machine Set package list on new machine and install packages
dpkg --set-selections < selections.txt
apt-get update
apt-get upgrade

Google+: View post on Google+



Post imported by Google+Blog. Created By Daniel Treadwell.

No comments: