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

Re: List of installed package sortet by installed size



On 2009-05-03 10:44 +0200, Elimar Riesebieter wrote:

> How can I create a list of installed packages sortet by installed
> size?

Install the dctrl-tools package and run the command

grep-status -FStatus -sInstalled-Size,Package -n \
	    "install ok installed" | paste -sd "  \n" | sort -n

Don't give me any credit for this tip, I just pasted it from the
grep-dctrl manpage. :-)

Sven


Reply to: