adrian kok schrieb: > Hi > > I am new in gentoo > > what is easy way to upgrade? eg: kernel / package > > In some linux, they are using yum .... > > Thank you Welcome to Gentoo
For the Kernel: http://www.gentoo.org/doc/en/kernel-upgrade.xml I see a lot of users have there own way to upgrade. Mine is: #emerge --sync #emerge -DuavN system #emerge -DuavN world #dispatch-conf #emerge --depclean -pv #revdep-rebuild -pvi #glsa-check -t all You can skip system if you want to (I guess) I just run it to have a better view on the kind of package I am updating. you may want to drop the -p and -i option where needed (and if you are sure you really want to). KH

