最新的 Wine 開發版本 Wine 2.16 於昨晚發布,其中包含一些新功能和各種錯誤修復。
葡萄酒 2.16 添加了在 RichEdit 中粘貼元文件的支持,更好地支持灰度 PNG 圖像,支持庫加載中的安全功能,更好地處理 GdiPlus 中的轉換,DirectWrite 中的渲染改進,以及總共 19 個錯誤修復。
如何在 Ubuntu 中安裝 Wine 2.15:
官方 Wine 存儲庫提供適用於 Ubuntu 14.04、Ubuntu 16.04、Ubuntu 17.04 及其衍生產品的最新軟件包。
1. 通過 Ctrl+Alt+T 或通過從應用程序啟動器中搜索來打開終端,當它打開時,運行命令:
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
在提示並點擊時輸入您的密碼(打字時沒有視覺反饋) Enter.
對於 Linux Mint 18.x,請改用以下命令添加 wine 存儲庫:
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main'
2. 通過命令下載並安裝存儲庫密鑰:
wget -nc https://dl.winehq.org/wine-builds/Release.key; sudo apt-key add Release.key
3. 最後通過命令安裝 Wine 開發版本:
sudo apt-get update
sudo apt-get install --install-recommends winehq-devel
有關更多詳細信息,請參閱 官方文件.
卸載:
要刪除最新的 Wine development 2.x,打開終端並運行命令:
sudo apt-get remove --autoremove winehq-devel