Wine(“Wine Is Not an Emulator”的首字母缩写)是一个能够在多种POSIX-compliant操作系统(诸如Linux,macOS及BSD等)上运行Windows应用的兼容层。今年1月份最新的2.0版已开始支持Microsoft Office 2013,并且macOS版也加入64位支持。近日,该应用开发版迎来了v2.10升级,主要加入了Android图形驱动程序的初始版本以及在WebServices中对词典的支持等。
Wine 2.10开发版更新日志:
- Android图形驱动程序的初始版本
- WebServices新增对词典的支持
- 改进用户界面
- 修复多个Direct2D问题
- 修复OLE剪贴板缓存问题
- 修复各种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