Gentoo Archives: gentoo-amd64

From: Wil Reichert <wil.reichert@×××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Re: GCC upgrade script
Date: Wed, 25 Apr 2007 14:01:21
Message-Id: 7a329d910704250657o1893d6bfj520271369cd2f0dd@mail.gmail.com
In Reply to: Re: [gentoo-amd64] Re: GCC upgrade script by "Bo Ørsted Andresen"
1 On 4/25/07, Bo Ørsted Andresen <bo.andresen@××××.dk> wrote:
2 > On Wednesday 25 April 2007 14:03:50 Dustin C. Hatch wrote:
3 > > If you don't want the versions, as Duncan wrote, I would suggest that
4 > > you use eix. eix -I will provide a pretty-printed list of all the
5 > > packages installed on your system.
6 >
7 > The big difference between the last command in my previous response to this
8 > thread and an eix command like:
9 >
10 > # eix -nI --format '<category>()/<name>()' | \
11 > grep -v '^$\|^Found\ [0-9]*\|^\[[0-9]*\]'
12 How about just:
13
14 # qlist -IC
15
16 but if you wanna hit all the packages in your system then you really
17 want the version info there. My fav is:
18
19 # for package in `qlist -IvC | grep 9999`; do emerge -1 =$package; done
20
21 because live packages don't know if they need to be updated or not.
22
23 Wil
24 --
25 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] Re: GCC upgrade script "Bo Ørsted Andresen" <bo.andresen@××××.dk>