红联Linux门户
Linux帮助

Wine 1.9.14最新版发布,附安装及卸载命令

发布时间:2016-07-11 10:19:58来源:imcn.me作者:imcn.me
Wine 是一个伟大的项目,Wine 是一款让你在 Linux、MAC 上运行 Windows 程序的软件,从 Wine 1.7.55 发布之后,稳定版本以 wine 1.8.x 发布,而 1.9.X 开始作为开发版本发布。本次发布的为Wine 1.9.14版本。
Wine 1.9.14最新版发布,附安装及卸载命令
 
最新开发版本 Wine 1.9.14 的新变化:
More Shader Model 5 support in Direct3D.
Some more write support in WebServices.
Performance improvements in GDI.
Some more progress towards the Direct3D command stream.
Various bug fixes.
 
下载源代码(https://dl.winehq.org/wine/source/1.9/wine-1.9.14.tar.bz2)。二进制安装包正在创建的过程中,将会出现在官方下载页面中(http://www.winehq.org/download)。
 
安装命令:
sudo add-apt-repository ppa:wine/wine-builds
sudo apt-get update
sudo apt-get install --install-recommends wine-staging
sudo apt-get install winehq-staging
 
卸载命令:
sudo apt-get install ppa-purge
sudo ppa-purge ppa:wine/wine-builds
 
本文永久更新地址:http://www.linuxdiyf.com/linux/22269.html