How to Install wine in CentOS 5 (4|6)

Problem: no package wine in Yum install

yum install wine
Loading “fastestmirror” plugin
Loading mirror speeds from cached hostfile
* base: centose.centos.org
* updates: centosj.centos.org
* addons: centosh3.centos.org
* extras: centose-msync-dvd.centos.org
Excluding Packages in global exclude list
Finished
Setting up Install Process
Parsing package install arguments
No package wine available.
Nothing to do


Solutions: Install wine with RPMforge for CentOS 5(apply CentOS 4/6)

yum install yum-priorities
cat /etc/yum/pluginconf.d/priorities.conf
[main]
enabled=1
uname -i
rpm -ivh http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el5.rf.i386.rpm
#or 64bit use http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el5.rf.x86_64.rpm
rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt
rpm -K rpmforge-release-0.5.2-2.el5.rf.*.rpm
rpm -i rpmforge-release-0.5.2-2.el5.rf.*.rpm
yum checkupdate
yum list wine
yum install wine
which wine

ref: http://www.linuxquestions.org/questions/red-hat-31/centos-problem-with-wine-692438/

 March 7, 2012

 Blog | # #

qrcode
Facebook Facebook X / Twitter Twitter Telegram Telegram Pinterest Pinterest Email Email

Re-commend-เด็ด ๆ ต่อจาก How to Install wine in CentOS 5 (4|6)

Driver Realtek CentOS

Driver Realtek CentOS

Problem: M/B asus P5-Q-VM Driver or Atom Lan “Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller” not work in CentO..

  • Magicz?~