On Tue, May 21, 2002 at 05:10:15PM -0500, Mike Hicks wrote:
> I'm curious about a similar thing..  I understand that you can find out
> what packages are `selected' by doing `dpkg --get-selections', and you
> can change what's selected by using `dpkg --set-selections'.  Is there a
> way to do something like this with apt?  I haven't figured out how to
> download and install all of the packages, for instance..

dpkg --get-selections > selections
vi selections
dpkg --set-selections < selections
apt-get dselect-upgrade

Nate