"Mark Wright" wrote:

> I want to be able to replicate my current Debian installation, by collecting
> all of the .deb files that I currently have installed. 

$ dpkg --get-selections > debian.selections

copy debian.selections file over to other Debian machine and:

$ dpkg --set-selections < debian.selections

Reply via email to