Hi I recently installed Wine on my CentOS 5.5 machine. My approach was to first add priorities Code: yum install yum-priorities See the Wiki article at http://wiki.centos.org/PackageManagement/Yum/Priorities?highlight=%28priorities%29 for help. Then edit the priorities.conf file as per Wiki. Next add the additional Dag's repositoryMForge Code: rpm Uvh rpmforge-release-0.5.2-2.el5.rf.i386.rpm Wine is held in this repo. Make sure you configure your priorities correctly. Note. Yo do not need rpm-extras or rpm-testing so disable them both Run Code: yum update Than install Wine Code: yum install wine and run update again. Cheers Alan