Install wine (the Solution to No package wine available When yum install wine)
Attention:
I found that when installing wine with yum from EPEL repo, there will be a blackscreen after rebooting. Remember to download all the i686 packages from EPEL and install it half-locally~(I don’t know why but it works!)
Problem:
When using
view plain
$ sudo yum install wine
it reports
view plain
No package wine available.
Solution:
CentOS is lack of EPEL(Extra Packages for Enterprise Linux). A proper EPEL repository should be installed.
1.Download epel-release-5-4.noarch.rpm(backup link)
2.Install the EPEL repository
view plain
$ sudo rpm -Uvh epel-release-5-4.noarch.rpm
When successes, there will be 2 .repo files added to /etc/yum.repos.d/, which are epel.repo and epel-testing.repo.
3.Install wine with yum
view plain
$ sudo yum install wine
4.Launch wine: Applications>>Wine>>Wine Files. Wine will create a folder called .wine at the user’s home folder.
转载自http://blog.csdn.net/purplezzh/article/details/6695084
moper:Redhat6安装wine时出错,找到这个扩展包安装上就好了,特此记录一下。如果找不到上面那个包,可以在http://rpmfind.net/下载。
0 Comments