I see related threads - but nothing on this specific problem.
Just trying to get a 32 bit app running on my new x86_64 install of F13. When I attempt to install this package:
Code:
yum install libuuid-2.17.2-3.fc13.i686
I get this error:
Code:
Transaction Check Error:
package libuuid-2.17.2-5.fc13.x86_64 (which is newer than libuuid-2.17.2-3.fc13.i686) is already installed
Not sure how to proceed. Any suggestions?
Many thanks in advance - James.
---------- Post added at 08:38 PM CDT ---------- Previous post was at 08:27 PM CDT ----------
Actually - a followup question: Why would yum this even report this, or care about the relationships between i686 and x86_64 - don't applications use either i686 OR x86_64 libs and never mix the two?