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.0.3 稳定版本,按照惯例,依旧是 bug 修复,并没有带来新的功能,有需求的用户可以下载尝试。
Wine 2.0.3 更新日志:
— 各种 bug 修复;
— 修复了对 FreeType 2.8.1 的兼容性问题。
下载地址:点击这里
安装命令:
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