Re: How can I get a listing of ALL installed Packages

1999-11-07 Thread aphro
use dpkg -l nate On Sun, 7 Nov 1999, Michelle Konzack wrote: staron >Hello, staron > staron >I have some trouble with dpkg because I need staron >a listing with ALL installed Packages. staron > staron >What are the parameters to do that ??? staron > staron >I know only: staron > staron >$ dpkg

Re: How can I get a listing of ALL installed Packages

1999-11-07 Thread Brian Servis
Michelle Konzack writes: >Thanks, > >but now a new question: > >MK>Hi, >MK> >MK> dpkg -l | grep "^.i" >pkgs-installed > ^^ > >What is this with 'grep' ??? > 'man grep' DESCRIPTION Grep searches the named input files (or standard input if no files are named,

Re: How can I get a listing of ALL installed Packages

1999-11-07 Thread Andrew Chung
> I have some trouble with dpkg because I need > a listing with ALL installed Packages. dpkg --get-selections

Re: How can I get a listing of ALL installed Packages

1999-11-07 Thread paul huygen
Michelle Konzack <[EMAIL PROTECTED]> wrote: > What are the parameters [to make dpkg list ALL installed Packages] ??? $ dpkg -l Paul Huygen

Re: How can I get a listing of ALL installed Packages

1999-11-07 Thread J.H.M. Dassen \(Ray\)
On Sun, Nov 07, 1999 at 15:33:51 +0100, Michelle Konzack wrote: > MK> dpkg -l | grep "^.i" >pkgs-installed >^^ > > What is this with 'grep' ??? grep selects lines, in this case '^': start of line, followed by '.': any single character, followed by 'i': the character 'i'

Re: How can I get a listing of ALL installed Packages

1999-11-07 Thread Michelle Konzack
Thanks, but now a new question: MK>Hi, MK> MK> dpkg -l | grep "^.i" >pkgs-installed ^^ What is this with 'grep' ??? Thanks and have a nice day Michelle Note: If this E-Mail comes from a mailing-list, please do not CC me. +---

Re: How can I get a listing of ALL installed Packages

1999-11-07 Thread Mary Honeycutt
Michelle Konzack wrote: > > Hello, > > I have some trouble with dpkg because I need > a listing with ALL installed Packages. > > What are the parameters to do that ??? > > I know only: > > $ dpkg -s packet-name > $ dpkg -L packet-name > Hi, dpkg -l | grep "^.i" >pkgs-installed This will g

Re: How can I get a listing of ALL installed Packages

1999-11-07 Thread Kecskemethy Zoltan
dpkg -l| more _oO" Kecsi "0o_

How can I get a listing of ALL installed Packages

1999-11-07 Thread Michelle Konzack
Hello, I have some trouble with dpkg because I need a listing with ALL installed Packages. What are the parameters to do that ??? I know only: $ dpkg -s packet-name $ dpkg -L packet-name Thanks for your Help Michelle +--+ .~. |