我是使用 Wine 的新手,所以我要列出我已经完成的工作:
sudo dpkg --add-architecture i386
sudo add-apt-repository ppa:wine/wine-builds
sudo apt update
sudo apt install wine-devel
export WINEARCH=win32
winecfg
sudo apt-get winetricks
Run Code Online (Sandbox Code Playgroud)
之后,我去了https://appdb.winehq.org/objectManager.php?sClass=version&iId=32828
下载了可用的 4.6 Offline Installer
然后,在终端
cd ~/Downloads/ (where the installer was)
wine NDP46-KB3045557-x86-x64-AllOS-ENU.exe /q (silent installation)
Run Code Online (Sandbox Code Playgroud)
之后出现了一个很大的结果(无法发布,因为过滤器不允许)
然后我检查 dotnet 安装:
winetricks list-installed
Result: dotnet40
dotnet45
Run Code Online (Sandbox Code Playgroud)
*在安装 4.6 之前,4.0 和 4.5 都是使用 winetricks GUI 安装的。
我真的不知道4.6安装有什么问题。有人成功安装了吗?真的很感谢任何帮助!
Ubuntu 16.04 LTS Wine 版本获得:2.1(开发)
谢谢