我刚开始使用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
之后,我去了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)
此后会产生较大的结果(由于过滤器不允许,因此无法发布)
然后我检查安装的dotnet:
winetricks list-installed
Result: dotnet40
dotnet45
*在安装4.6之前,使用winetricks GUI安装了4.0和4.5。
我真的不知道4.6安装有什么问题。有人成功安装了这个吗?真的感谢任何帮助!
Ubunt 16.04 LTS Wine版本获得了:2.1(开发中)
谢谢
1
appdb.winehq.org/...