Quote Originally Posted by SinnerSaint81 View Post
I would like to report that under CentOS 5.5 (64 and 32 bit), or even under Red Hat distributions, you will encounter the following error when adding the DAG repository, particularly this line:

Code: 
rpm --import http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt


The error message will be:

Code: 
error: http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt: import read failed(-1).


In order to add the GPG keys from DAG, run the following commands from your home directory:

Code: 
wget http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt
rpm --import ~/RPM*
Next thing I've noticed is that with the current set of instructions, you will not be able to install Wine on CentOS 5.5. The error message when you run yum install wine will be:

Code: 
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * addons: centos.mirror.netriplex.com
 * base: mirror.cogentco.com
 * extras: mirror.rackspace.com
 * updates: hpc.arc.georgetown.edu
addons                                                                                                                                                                                                                |  951 B     00:00
base                                                                                                                                                                                                                  | 2.1 kB     00:00
dag                                                                                                                                                                                                                   | 1.1 kB     00:00
extras                                                                                                                                                                                                                | 2.1 kB     00:00
kbs-CentOS-Extras                                                                                                                                                                                                     | 1.9 kB     00:00
kbs-CentOS-Misc                                                                                                                                                                                                       | 1.9 kB     00:00
updates                                                                                                                                                                                                               | 1.9 kB     00:00
Setting up Install Process
No package wine available.
Nothing to do
In order to be able to install Wine, you should add the EPEL repository by running the following commands:

Code: 
su -c 'rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm'
yum update
yum install wine
can some mod add this to the fron page please.

very good guide btw.