PDA

View Full Version : 'yum install wine' gives esound-libs conflict on x86_64


kyleki
12th March 2009, 02:14 AM
I get the following conflict when trying to install wine on an x86_64 box using rawhide repos. This is a fresh Alpha 11 install updated via rawhide.

Transaction Check Error:
package esound-libs-1:0.2.41-1.fc10.x86_64 (which is newer than esound-libs-1:0.2.40-2.fc11.i586) is already installed
file /etc/esd.conf from install of esound-libs-1:0.2.40-2.fc11.i586 conflicts with file from package esound-libs-1:0.2.41-1.fc10.x86_64

Any ideas?

kyleki
12th March 2009, 02:23 AM
I just figured it out. I had to manually remove esound-libs then re-install it:


# rpm --erase --nodeps esound-libs
# yum install esound-libs
# yum install wine


All is well now! Sorry about the noise.