Package management on ReadHat

Matt Graham danceswithcrows at usa.net
Thu Dec 16 11:59:05 MST 2010


keith smith wrote:
> has RPM matured to the point it works like apt-get or yum where it
> automatically resolves dependencies?  Which is better?  Yum or RPM?

yum depends on the rpm utilities, and is in many ways a frontend for rpm.  You
enter "yum install foo", then yum figures out that foo depends on libbarf,
then yum looks in its config file and downloads libbarf-1.2.3.x86_64.rpm and
foo-1.0.0.x86_64.rpm from the configured repositories, then yum runs "rpm
-Uvh" on those packages.  rpm doesn't resolve dependencies as that's not its
function.  At least that's how it looks like it works on CentOS and Redhat.

-- 
Matt G / Dances With Crows
The Crow202 Blog:  http://crow202.org/wordpress/
There is no Darkness in Eternity/But only Light too dim for us to see



More information about the PLUG-discuss mailing list