Re: installing packages from a list.

2004-06-17 Thread Tom Allison
Bob Schlärmann wrote: On Wed, 16 Jun 2004 23:47:22 -0400 Greg Folkert <[EMAIL PROTECTED]> wrote: On Wed, 2004-06-16 at 21:39, Tom Allison wrote: I have two machines that I would like to have the second one installed with the same list of packages as the first. I know I can find out what is insta

Re: installing packages from a list.

2004-06-17 Thread Bob Schlärmann
On Wed, 16 Jun 2004 23:47:22 -0400 Greg Folkert <[EMAIL PROTECTED]> wrote: > On Wed, 2004-06-16 at 21:39, Tom Allison wrote: > > I have two machines that I would like to have the second one > > installed with the same list of packages as the first. > > > > I know I can find out what is installed

Re: installing packages from a list.

2004-06-16 Thread Greg Folkert
On Wed, 2004-06-16 at 21:39, Tom Allison wrote: > I have two machines that I would like to have the second one installed > with the same list of packages as the first. > > I know I can find out what is installed by running > > dpkg -l | grep ^ii | awk '{print $2}' > installed_list > > But ho