Re: Need a list of installed *.deb packages

2000-04-25 Thread Phillip Deackes
Olaf Arnold <[EMAIL PROTECTED]> wrote: > On Mon, Apr 24, 2000 at 12:42:42PM -0400, Maury R . Merkin wrote: > > Is there a command which returns a list of the *.deb packages > presently > > installed on my 'puter? > > Yes there is a command: dpkg --get-selections | more > --> get a list of package

Re: Need a list of installed *.deb packages

2000-04-24 Thread Olaf Arnold
On Mon, Apr 24, 2000 at 12:42:42PM -0400, Maury R . Merkin wrote: > Is there a command which returns a list of the *.deb packages presently > installed on my 'puter? Yes there is a command: dpkg --get-selections | more --> get a list of package selections, and write it to stdout. -- The most im

Re: Need a list of installed *.deb packages

2000-04-24 Thread Jay Barbee
On Mon, Apr 24, 2000 at 12:42:42PM -0400, Maury R . Merkin wrote: > Is there a command which returns a list of the *.deb packages presently > installed on my 'puter? dpkg --get-selections --Jay Barbee

Re: Need a list of installed *.deb packages

2000-04-24 Thread Oswald Buddenhagen
> Is there a command which returns a list of the *.deb packages presently > installed on my 'puter? > dpkg --get-selections -- Hi! I'm a .signature virus! Copy me into your ~/.signature, please! -- Linux - the last service pack you'll ever need.

Need a list of installed *.deb packages

2000-04-24 Thread Maury R . Merkin
Is there a command which returns a list of the *.deb packages presently installed on my 'puter? Tia, Maury