Gentoo Archives: gentoo-alt

From: Jeremy Olexa <darkside@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] does 'emerge world' replace already updated packages?
Date: Tue, 13 Sep 2011 21:13:54
Message-Id: 18cf4100f762f5e67bdba0d82d0e5593@webmail.jolexa.net
In Reply to: [gentoo-alt] does 'emerge world' replace already updated packages? by "Askar Bektassov (Аскар Бектасов)"
1 On 2011-09-13 15:55, Askar Bektassov wrote:
2 > Hi all,
3 >
4 > My question is straightforward, under what circumstances emerge world
5 > re-emerges packages even if installed and updated?
6
7 So, strictly speaking, emerge takes an atom and will install that. In
8 this case, 'world' is the atom. 'emerge world' will REINSTALL every atom
9 in your world file (.../var/lib/portage/world). The canonical way to
10 UPDATE all packages is with the short options "-uDN", emerge -pvuDN
11 world.
12
13 To break that down further, if you were trying to install
14 'app-editors/vim' then 'emerge vim' would install vim the first time and
15 keep reinstalling vim every subsequent time, but 'emerge -u vim' would
16 only update vim if needed.
17
18 Hope that helps,
19 Jeremy

Replies

Subject Author
Re: [gentoo-alt] does 'emerge world' replace already updated packages? "Askar Bektassov (Аскар Бектасов)" <askar.bektassov@×××××.com>