Mono Package for Wine is not installed
Wine is saying that Mono package is not installed, but I installed it with Terminal by:
sudo apt-get install mono-complete
What should I do?
Do the following to install wine-mono
:
- Download wine-mono.msi from the official WineHQ site.
- Type
wine64 uninstaller
. - Press install from the uninstaller GUI and select the downloaded .msi package.
- Done!
Installing .NET instead should work as well. For example by the following commands in a terminal:
sudo apt-get install winetricks
winetricks dotnet45