On Wed, Jul 05, 2006 at 04:13:46AM -0700, bigbrother wrote:
>I want to know wich packages uses how much size on my harddrive...
>
>For example:
>
>dpkg -s <packagename> shows me just the spezific package...
>
>But how can I get the size of all packages in a row???
>
>xsane 5MB
>squid 6MB
$ dpkg-query -Wf '${Package}\t${Installed-Size}\n'
--bod