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

Re: package list



On Tue, Feb 15, 2005 at 05:59:53PM +0100, Andreas Rippl wrote:
> On Tue, Feb 15, 2005 at 11:14:43AM +0000, James Cummings wrote:
> > 
> > I want to generate:
> > List of packages installed.
> > List of packages installed with the size used by the package.
> > List of packages installed and date of last installation/upgrade.
> > etc.
> > 
> For nr.2, the following has always worked for me:
> 
> dpkg-awk "Status: .* installed$" -- Package Installed-Size| awk '{print\
> $2}' | egrep -v '^$' | xargs -n2 echo | perl -pe 's/(\S+)\s(\S+)/$2\
> $1/' | sort -g
> 
> I know it's a bit long, but it shows me the biggest packages, so I know
> where to clean up first...

	1) wajig list (or wajig list-wide)
	2) wajig large
	3) ?

-- 
Serge Matveev
Relcom Corp., St.Petersburg



Reply to: