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

Re: Listing installed -doc packages



On Tue, Apr 22, 2003 at 02:25:39PM -0500, Jeffrey L. Taylor wrote:
> Is there a way to get a list of install -doc packages.  I have a
> laptop w/ a 540MB harddisk that I need to free up some space on.
> 

dpkg -l | grep doc
which will find some non documentation packages.

or
dpkg -l | grep -- -doc
which will miss a few (like doc-debian)

-troy




Reply to: