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?
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
:wine64 uninstaller
.Installing .NET instead should work as well. For example by the following commands in a terminal:
Other answers were not working for me on 18.04 LTS with
winehq-stable
package.The workaround I found was to recreate wine32 and wine64 prefixes and install wine-mono on that with the automatic prompt.
You can easily download and configure with Synaptic Package Manager :
You might want to copy
/root/.wine
to your HOME.In my case, I got error
"C:\\windows\\system32\\winemenubuilder.exe" not found
, which was interpreted asWine Mono is not installed
.I can find the exe file in
/root/.wine/drive_c/windows/system32/winemsibuilder.exe
, but I was not running as root.Copying
.wine
directory solved my problem.