直接yum install wine安装不了
网上找了教程,让安一个epel的,但是所有的地址都无法访问
有一篇博文,原文地址:http://www.cnblogs.com/spaces/archive/2013/07/18/3198021.html
这里给的地址有效,可以找到epel的安装包
但是要注意的一个问题就是,如果你的centos是5,那么就用地址:http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
否则,就用6的地址,上面给的地址可能不久后就实现,建议通过
http://fedoraproject.org/wiki/EPEL
这个页面的
You can take a look on any of the available EPEL mirrors from our mirror list
Alternately, you can browse the package set using repoview:
下载到包以后,使用rpm -ivh 包名
安装完成后,直接yum install wine就可以了。