答案1
由于 Zorin 基于 Ubuntu,因此您可以通过以下方式安装较新版本的 Wine维基百科上的说明:
使能够
i386
:https://wiki.winehq.org/Ubuntu
添加 WineHQ 存储库:
wget -nc https://dl.winehq.org/wine-builds/Release.key sudo apt-key add Release.key sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
更新包索引:
sudo apt update
安装最新的稳定版本(3.0):
sudo apt install --install-recommends winehq-stable