I can't get Wine Mono to install(?)

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Post Reply
Dragenkillergem
Newbie
Newbie
Posts: 1
Joined: Thu Nov 02, 2023 8:48 pm

I can't get Wine Mono to install(?)

Post by Dragenkillergem »

I'm wanting to use an exe file (of course) and I'm trying to use Wine. When I try to run the file with Wine, I get an error stating that I don't have Wine Mono installed. I talked with someone who knows a bit of Wine, and he won't help me because he wants to get paid. Has anyone else encountered this issue?
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: I can't get Wine Mono to install(?)

Post by jkfloris »

Usually you will be asked if you want Wine to download and install wine-mono automatically.

If not, you can download and install wine-mono manually.

- Look up your Wine version:

Code: Select all

wine --version
- Check the table to find the right wine-mono version
- Download the wine-mono-<version>-x86.msi file from the WineHQ download server.
- Install wine-mono:

Code: Select all

wine start "/path/to/wine-mono-<version>-x86.msi"
Post Reply