[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



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 to: