码迷,mamicode.com
首页 > Windows程序 > 详细

Ubuntu 下通过 ppa 安装最新 Wine

时间:2016-06-26 18:09:23      阅读:182      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!