Gentoo Archives: gentoo-user

From: "Bo Ørsted Andresen" <bo.andresen@××××.dk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How to list sizes of installed packages?
Date: Tue, 05 Dec 2006 18:55:01
Message-Id: 200612051947.04945.bo.andresen@zlin.dk
In Reply to: [gentoo-user] How to list sizes of installed packages? by Grant Edwards
1 On Tuesday 05 December 2006 19:19, Grant Edwards wrote:
2 > How do I get a list of the sizes of installed packages??
3 [SNIP]
4
5 # equery list xorg | while read pkg; do equery size ="${pkg}"; done
6
7 --
8 Bo Andresen

Replies

Subject Author
[gentoo-user] Re: How to list sizes of installed packages? Grant Edwards <grante@××××.com>