Gentoo Archives: gentoo-user

From: KH <gentoo-user@××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] what is easy way to upgrade
Date: Wed, 29 Oct 2008 11:51:11
Message-Id: 49084E2C.7030809@konstantinhansen.de
In Reply to: [gentoo-user] what is easy way to upgrade by adrian kok
1 adrian kok schrieb:
2 > Hi
3 >
4 > I am new in gentoo
5 >
6 > what is easy way to upgrade? eg: kernel / package
7 >
8 > In some linux, they are using yum ....
9 >
10 > Thank you
11 Welcome to Gentoo
12
13 For the Kernel: http://www.gentoo.org/doc/en/kernel-upgrade.xml
14
15 I see a lot of users have there own way to upgrade. Mine is:
16
17 #emerge --sync
18 #emerge -DuavN system
19 #emerge -DuavN world
20 #dispatch-conf
21 #emerge --depclean -pv
22 #revdep-rebuild -pvi
23 #glsa-check -t all
24
25 You can skip system if you want to (I guess) I just run it to have a
26 better view on the kind of package I am updating.
27 you may want to drop the -p and -i option where needed (and if you are
28 sure you really want to).
29
30 KH