Wine 2.13開發版發布
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
來自: 驅動之家