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官方站點放出了2.11開發版本,有需求的用戶可以下載嘗試。
Wine 2.11開發版本更新日志:
—在Android驅動中支持OpenGL;
—支持安全標簽;
—ARM64上的繼電器調試;
—WebServices中更多詞典支持;
—RegEdit中新的注冊表文件解析器。
—各種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