CentOS5下yum安装wine
作者: Mr.Xuan
分类: 技术交流
发布时间: 2014-04-26 00:51
ė
Warning: Use of undefined constant the_views - assumed 'the_views' (this will throw an Error in a future version of PHP) in /www/users/HA292220/WEB/wp-content/themes/TangStyle-master/single.php on line 11
12,946 views 6 没有评论
Warning: Use of undefined constant the_views - assumed 'the_views' (this will throw an Error in a future version of PHP) in /www/users/HA292220/WEB/wp-content/themes/TangStyle-master/single.php on line 11
12,946 views 6 没有评论
Linux下安装wine可以从源码编译安装,但一般都觉得麻烦,所以尽量利用yum进行安装,解决很多包的依赖关系。
首先安装一个epel
I386系统
rpm -ivh http://dl.fedoraproject.org/pub/epel/5Server/i386/epel-release-5-4.noarch.rpm
86×64系统
rpm -ivh http://dl.fedoraproject.org/pub/epel/5Server/x86_64/epel-release-5-4.noarch.rpm
有可能这个地址往后会失效,我搜索教程时也遇到这种状况。我的做法是,浏览上层点第目录,直到找到最新第版本,例如,我从http://dl.fedoraproject.org/pub/开始慢慢往下浏览。
2. 直接安装wine
yum install wine
比较漫长第等待过程完成后,就完成wine的自动安装来。
打完收工。
本文出自Mr.Xuan,转载时请注明出处及相应链接。
本文永久链接: https://xuanlove.cn/jishujiaoliu/473.html