Gentoo Archives: gentoo-dev

From: Cedric Veilleux <cedric@×××××××.com>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] emerge -u question
Date: Sat, 07 Sep 2002 13:00:43
Message-Id: 200209071400.35715.cedric@neopeak.com
In Reply to: Re: [gentoo-dev] emerge -u question by Michael Kohl
1 This will find all installed packages and re-write yout "world" file..
2
3
4 # qpkg -nc -I | sed 's/-[0-9].*//g' | sort | uniq \
5 >/var/cache/edb/world
6
7 Thanks to the original author of this line.
8
9
10
11
12
13 On September 7, 2002 01:54 pm, Michael Kohl wrote:
14 > Am Fre, 2002-09-06 um 19.59 schrieb Joe DeRosa:
15 > > I see that currently emerge -u world only checks to see if any of the
16 > > packages in the world file need updating, is there a way to get all
17 > > packages installed on the system checked ? Maybe a recursive flag or
18 > > something ?
19 >
20 > I believe to have seen a script for this posted on forums.gentoo.org.
21 > Have a look at the Tips&Tricks section.
22 >
23 > Hope that helps a little,
24 > Michael
25 >
26 > _______________________________________________
27 > gentoo-dev mailing list
28 > gentoo-dev@g.o
29 > http://lists.gentoo.org/mailman/listinfo/gentoo-dev