Kenneth Qvistgaard Dalbjerg, IT Konsulent i århus
Citrix Certified

Archive for April 28th, 2006

Debian: Installing the same packages on another machine

Friday, April 28th, 2006 Posted in Debian | No Comments »

1) dpkg --get-selections > list.txt --- do this on source system move "list.txt" to target system 2) dpkg --set-selections < list.txt --- do this on target system 3) dselect install