首页 > Windows开发 > 详细

Ubuntu 下通过 ppa 安装最新 Wine

时间:2016-06-26 18:07:59      阅读:282      评论:0      收藏:0      [点我收藏+]

如果你的系统是64位,启用32位架构(如果你还没有的话):

sudo dpkg --add-architecture i386 

Add the repository:

sudo add-apt-repository ppa:wine/wine-builds

Update packages:

sudo apt-get update

Then install (example for the development branch):

sudo apt-get install --install-recommends winehq-devel

If you prefer to use the Staging branch, replace `winehq-devel` with `winehq-staging` in the line above.

If apt-get complains about missing dependencies, install them, then repeat the last two steps (update and install).

Ubuntu 下通过 ppa 安装最新 Wine

原文:http://www.cnblogs.com/jjqfqy/p/5618119.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!