Gnuru.org
Productive Linux


Subscribe

 Subscribe via Feedburner in a reader

Enter your email address:

Delivered by FeedBurner


Login
Login:
Password:



Don't have an account?
Sign up to Gnuru.org
Forgot your password?

Copying a debian installation
25 July 2005 @ 14:21 BST
by Paul

To copy all the packages on a debian machine to another, first get a list of all the copies by doing this:

dpkg --get-selections "*" > packages

Then take the file 'packages' to the new machine and go:

dpkg --set-selections < packages
apt-get dselect-upgrade
Tags: debian



Leave a comment:

Are you human?