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 give you a text file listing pkg-name, version #, and
a short description.

Cheers

MaryK

Reply via email to