Wine 2.13 發布,如何在 Ubuntu 中安裝它

幾天前,Wine 開發版本已達到 2.13 版,其中包含一些新功能、性能改進和總共 33 個錯誤修復。

最新消息 葡萄酒 2.13

  • Unicode 數據更新為 Unicode 10.0.0。
  • 更好看的默認鼠標光標。
  • WinHTTP 中的持久連接支持。
  • WebServices 中的消息幀協議支持。
  • 改進了 GdiPlus 中的圖元文件支持。
  • x86-64 異常處理中的調試寄存器支持。
  • DirectWrite 中的抗鋸齒改進。
  • 各種錯誤修復。

在 Ubuntu 14.04、16.04、17.04 中安裝 Wine 2.13:

通過 Ctrl+Alt+T 或通過從應用程序啟動器搜索“終端”來打開終端。 當它打開時,執行以下步驟添加 Wine 存儲庫並安裝 wine 2.13:

1. 通過命令添加存儲庫:

sudo apt-add-repository 'https://dl.winehq.org/wine-builds/ubuntu/'

對於 Linux Mint 18.x,請改為運行以下命令:

sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main'

2. 通過命令添加密鑰環:

wget https://dl.winehq.org/wine-builds/Release.key && sudo apt-key add Release.key

酒匙

3. 最後檢查更新並安裝wine 2.13:

sudo apt-get 更新

sudo apt-get install –install-recommends winehq-devel

卸載葡萄酒:

要刪除 wine 開發版本,請運行命令:

sudo apt-get remove --autoremove winehq-devel

並通過刪除葡萄酒存儲庫 軟件和更新 其他軟件選項卡下的實用程序。