[CentOS] Re: KDE Upgrade from 3.3.1 to 3.4.2

Sun Aug 7 19:47:58 UTC 2005
Rex Dieter <rdieter at math.unl.edu>

duffmckagan wrote:
>>1.  Use apt or yum.  It's easier, really.

> Well I have good experience with Apt-get.
> 
> I have absolutely no idea about YUM.
> Can you point me to some tutorials which can help me learn them?

apt and yum are pretty much the same functionality.  With yum, you can 
skip apt's 'apt-get update' step, and

apt-get install foo => yum install foo
apt-get upgrade => yum upgrade

-- Rex