Wine (“Wine Is Not an Emulator”的递归缩写)是一个能够在 Linux、macOS 以及 BSD 上运行 Windows 程序的兼容层。Wine 本身并不需要 Windows 的支持,因为它是一个完全免费的、替代 Windows API 组成、100 %非微软的源代码软件,但是 Wine 可以选择使用本地的 Windows DLLS,如果它们可用。
另外,Wine 提供了一个用于移植 Windows 源代码到 Unix 的开发工具包,以及一个程序加载器,使开发人员可以方便的修改许多 Windows 程序运行于 x86 的 Unix 下 ,包括 Linux 、FreeBSD、Mac OS X 和 Solaris。
今日,Wine 官方站点放出了 Wine 2.13 开发版,带来了不少改进和问题修复,有需求的用户可以下载尝试。
Wine 2.13 开发版更新日志:
— Unicode 数据更新为 Unicode 10.0.0;
— 默认鼠标光标更加美观;
— WinHTTP 支持 Persistent connections;
— WebServices 支持消息帧协议;
— 改进 GdiPlus 中的元文件支持;
— x86-64 异常处理支持调试寄存器;
— DirectWrite 中的抗锯齿改进;
— 各种 bug 修复。
官方下载地址:点击这里
安装命令:
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
来自: 驱动之家