On Tue, Jan 10, 2006 at 02:35:43PM -0000, Keith Watson wrote:
Here's one for the debian aficionados on the list, is it possible to use apt-get install with a list of packages fed in from a file?
Another way to do this is:
(on box 1)
dpkg --get-selections > foo
(copy foo to box 2 then on box 2)
dpkg --set-selections < foo
Then...
apt-get dist-upgrade (i /think/)
Thanks Adam