How do I get rid of Mono?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
commandrix
Newbie
Newbie
Posts: 3
Joined: Tue Apr 21, 2015 9:45 am

How do I get rid of Mono?

Post by commandrix »

I need to uninstall Mono but I can't quite seem to get rid of it. How can I do that, and how do I get WINE programs that claim to need Mono to run without it?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: How do I get rid of Mono?

Post by dimesio »

If you mean uninstall it from a wineprefix, run

Code: Select all

wine uninstaller --remove '{E45D8920-A758-4088-B6C6-31DBB276992E}'
If you mean uninstalling a distro wine-mono package, do that through your package manager the same way you would uninstall any other package.

Without wine-mono, you will have to install native .NET for any apps that need it.
Locked