On Wed, 29 Oct 2008 19:28:47 +0800 (CST)
adrian kok wrote:
> Hi
>
> I am new in gentoo
>
> what is easy way to upgrade? eg: kernel / package
>
> In some linux, they are using yum ....
>
> Thank you
The Gentoo command for loading packages is "emerge". Periodically I
run "eix-sync" to update the list of packages available, then run
"emerge -auDt world" to update installed packages.
HTH,
David
10-29-2008, 10:36 AM
"Daniel Pielmeier"
what is easy way to upgrade
2008/10/29 adrian kok <adriankok2000@yahoo.com.hk>:
> what is easy way to upgrade? eg: kernel / package
>
For the start I would recommend you reading the handbook.
http://www.gentoo.org/doc/en/handbook/index.xml
--
Regards,
Daniel
10-29-2008, 10:51 AM
KH
what is easy way to upgrade
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
10-29-2008, 10:52 AM
Neil Bothwick
what is easy way to upgrade
On Wed, 29 Oct 2008 19:28:47 +0800 (CST), adrian kok wrote:
> what is easy way to upgrade?
This is Gentoo, we don't do anything the easy way ;-)
--
Neil Bothwick
What is a "free" gift ? Aren't all gifts free?
10-29-2008, 11:21 AM
"András Csányi"
what is easy way to upgrade
2008/10/29 Neil Bothwick <neil@digimed.co.uk>:
> On Wed, 29 Oct 2008 19:28:47 +0800 (CST), adrian kok wrote:
>
>> what is easy way to upgrade?
>
> This is Gentoo, we don't do anything the easy way ;-)
Hey, this is the easiest way! ;-)
--
- -
-- Csanyi Andras -- http://sayusi.hu -- Sayusi Ando
-- "Bízzál Istenben és tartsd szárazon a puskaport!".-- Cromwell
10-29-2008, 12:28 PM
Ricardo Jesus
what is easy way to upgrade
adrian kok wrote:
Hi
I am new in gentoo
what is easy way to upgrade? eg: kernel / package
In some linux, they are using yum ....
Thank you
Send instant messages to your online friends http://uk.messenger.yahoo.com
Welcome
aboard!
For starters go through the Handbook and the official documentation as
it provides the answers to your questions.