[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Can I get the .deb files that I currently have installed.



"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 to: