Wine is a free software application that aims to allow computer programs written for Microsoft Windows to run on Unix-like operating systems. Wine also provides a software library, known as Winelib, against which developers can compile Windows applications to help port them to Unix-like systems.
SSH the server as root and refer to following steps to install wine on centos server.
1) Installing rpmforge rpm.
root@server [~]# cd /usr/local/src/
root@server [/usr/local/src]# wget http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm
2) Install the rpmforge rpm.
root@server [/usr/local/src]# rpm -Uvh rpmforge-release-0.3.6-1.el5.rf.i386.rpm
3) Install wine.
root@server [/usr/local/src]#yum install wine -y enablerepo=rpmforge
4) Launch Wine from the Centos Applications menu.
That’s All.
contact@webhostingsupport.info



Recent Comments