Yes, from checking out the man page, that looks like it might do exactly what I want.
Many thanks :) -Chris Sebastiaan wrote > I do not know if will work, but this is the idea: > On the source computer: > dpkg --get-selections > source > > On the destination computer (after you copied the file 'source' to it > ;-)): > cat source | dpgk --set-selections > > The I think you should run 'apt-get -f install' to install the uninstalled > packages. But you still have to configure them one by one. > > Greetz, > Sebastiaan > > >