I’m fairly new to managing a server (sandbox development on a linode VPS), and I haven’t run updates in a while.
I just decided to login as root and run “yum update” to update all of the software packages on the box. I’m running CentOS 5.6.
After unning it, it tells me it will install 1 package and upgrade 46. I select yes, and when it runs a transaction test I get this errro:
Transaction Check Error:
package libedit-20090923-3.0_1.el5.rf.x86_64 (which is newer than libedit-3.0-2.20090923cvs.el5.art.i386) is already installed
I tried googling around for how to handle this, but it’s hard with such a specific error. Can anyone give me guidance on how to handle resolving this?
I noticed you are trying to install an i386 package instead of an x86_64 package. If you don’t have the 32bit libraries installed it may not install and fail at this point. What I have done when I have had this issue is the following: