On Tue, Oct 03, 2000 at 04:49:59PM -0500, William Jensen wrote: > On Tue, Oct 03, 2000 at 05:46:59PM -0400, Christopher W. Aiken wrote: > > OK, I give up. On a "rpm" flavor of Linux I can do > > a "rpm -qa" to get a list of ALL installed packages on > > my system. What do I have to do to get a list of ALL > > installed packages on Debian 2.2?? > > > dpkg -l
Or as suggested earlier today on the list, dpkg --get-selections | grep -v deinstall | grep install | cut -f1 Have fun, Chris -- It is much easier to be critical than to be correct. -- Benjamin Disraeli