[CentOS] yum dependency problem

Sat Apr 5 10:07:54 UTC 2008
Johnny Hughes <johnny at centos.org>

Rudi Ahlers wrote:

<snip>

> Probably because "rpm -e {package name}" and "yum remove {package name}" 
> does different things.
> 
> I'd suggest run yum remove openoffice.org-core && yum clean all
> 

They don't really do different things to the rpm database.

yum erase/remove will ALSO solve for and remove dependencies (other 
things that need to be removed that depend on the packages you want to 
remove).

HOWEVER ... yum is nothing more than a depsolver and front end that uses 
rpm to do it's actions, so it is NOT different that rpm -e (it uses rpm 
-e) when removing files.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
URL: <http://lists.centos.org/pipermail/centos/attachments/20080405/bd27fc68/attachment-0005.sig>