I'm quite new using Wine so I'm gonna list i've done:
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
After that, i went to https://appdb.winehq.org/objectManager.php?sClass=version&iId=32828
Downloaded the 4.6 Offline Installer available there
Then, on terminal
cd ~/Downloads/ (where the installer was)
wine NDP46-KB3045557-x86-x64-AllOS-ENU.exe /q (silent installation)
A large result comes after that (couldn't post because filter does not allow it)
Then I check dotnet installed :
winetricks list-installed
Result: dotnet40
dotnet45
*Both 4.0 and 4.5 were installed using winetricks GUI before installing 4.6.
I really dont know what is the problem with 4.6 installation. Someone successfully installed this ? Really appreciate any help !
Ubunt 16.04 LTS Wine version got : 2.1 (development)
Thanks