Hello everyone,
I'm running Ubuntu Server without X11, and I need to launch a Windows command line program on it. However, this program requires Mono to run.
Could you please advise me on how to install Mono from the shell?
Thank you in advance!
Use WineHQ with Mono on Ubuntu Server
Re: Use WineHQ with Mono on Ubuntu Server
Similar to Windows. With msiexec:
Are you sure you need Wine? Mono can also be installed in Ubuntu:
And run the executable with:
Code: Select all
wine msiexec /i mono-6.12.0.182-gtksharp-2.12.45-win32-0.msi /qn
Code: Select all
sudo apt install mono-complete
Code: Select all
mono program.exe