Install wine (the Solution to No package wine available When yum install wine) 2011-12-19 linux 暂无评论 2722 次阅读 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时出错,找到这个扩展包安装上就好了,特此记录一下。如果找不到上面那个包,可以在 [epel-release-5-4.noarch.zip](https://blog.moper.net/usr/uploads/2019/10/4200896680.zip) 标签: install, linux, yum, wine 本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。