Gentoo Archives: gentoo-user

From: Andreas Fink <finkandreas@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Options for "emerge"
Date: Tue, 22 Feb 2022 05:27:38
Message-Id: 20220222062716.36fe6d7d@anfink-laptop
In Reply to: Re: [gentoo-user] Options for "emerge" by hitachi303
1 On Mon, 21 Feb 2022 22:26:30 +0100
2 hitachi303 <gentoo-user@××××××××××××××××.de> wrote:
3
4
5 >
6 > emerge -av --depclean <every huge program which will be updated anyway.
7 > Stuff like firefox, thunderbird, etc.>
8 >
9 > emerge -a --depclean --with-bdeps=n
10 >
11 > only then when there are as few programs installed as possible I run
12 > emerge --sync
13 >
14 > emerge -Dua --reinstall changed-use @world
15 I think what you really are doing can be simplified by:
16 emerge -auvDN @system
17 emerge -auvDN @world
18
19 Once @system is updated it is much simpler to get @world to update too.
20 Maybe you have to help with a couple of `--exclude ATOM` when updating
21 world.

Replies

Subject Author
Re: [gentoo-user] Options for "emerge" hitachi303 <gentoo-user@××××××××××××××××.de>