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

Re: list all packages that are installed



* Sridhar M.A. <mas@uomphysics.net> [020114 11:19]:
> On Fri, Jan 11, 2002 at 07:58:47PM -0600, Ron Johnson wrote:
>    > >
>    > > 'COLUMNS=200 dpkg -l > foo'
>    > 
>    > radical.  thanks.
>    > 
> Personally, I would just do dpkg --get-selections.

More specifically;

dpkg --get-selections | grep '\<install\>' | cut -f1 | sort

...for only he installed packages, in alaphabetical order.

Nick.

--====================================================================--
                                     _                               
 Nick Hastings                     /_/      .''''..                   
 School of Physics,             :O(_)))) ...'  _   `..               
 The University of Melbourne       \_\        /_/     `````...       
 VIC, 3010 Australia.                   .   _          .'''          
 hastings@physics.unimelb.edu.au       .   (_) ))) ...'              
 Phone: +61 3 8344 5075                   0  _               B decay 
 Fax:   +61 3 9347 4783                     \_\                      

     



Reply to: