I've the following error on CentOS when installing wine:
sudo yum install wine
Error:
--> Finished Dependency Resolution
wine-core-1.2.3-1.el4.rf.i386 from rpmforge has depsolving problems
--> Missing Dependency: /usr/X11R6/bin/xmessage is needed by package wine-core-1.2.3-1.el4.rf.i386 (rpmforge)
Error: Missing Dependency: /usr/X11R6/bin/xmessage is needed by package wine-core-1.2.3-1.el4.rf.i386 (rpmforge)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.
xmessage is part of xorg-x11-apps (sudo yum install xorg-x11-apps
):
$ rpm -ql xorg-x11-apps | grep xmessage
/usr/bin/xmessage
I've tried to make the symbolic link via:
cd /usr/X11R6/bin && sudo ln -s ../../../usr/bin/xmessage xmessage
but it didn't help.