Gentoo Archives: gentoo-user

From: "Bo Ørsted Andresen" <bo.andresen@××××.dk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: How to list sizes of installed packages?
Date: Tue, 05 Dec 2006 20:31:02
Message-Id: 200612052126.36416.bo.andresen@zlin.dk
In Reply to: [gentoo-user] Re: How to list sizes of installed packages? by Grant Edwards
1 On Tuesday 05 December 2006 21:16, Grant Edwards wrote:
2 > On 2006-12-05, Bo Ørsted Andresen <bo.andresen@××××.dk> wrote:
3 > > # equery list xorg | while read pkg; do equery size ="${pkg}"; done
4
5 Bah.. The above was just for testing it before I sent it. For all packages it
6 should of course be:
7
8 # equery list | while read pkg; do equery size ="${pkg}"; done
9
10 > That's nasty. Why do some equery commands accept regexes and
11 > others dont?
12
13 Because equery isn't really being maintained. Lets just say it leaves a /lot/
14 of room for improvement... Feel free to supply patches to improve it...
15
16 --
17 Bo Andresen

Replies

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