How to verify Mono?

Questions about Wine on Linux
Locked
Time4Tea
Level 3
Level 3
Posts: 56
Joined: Sat Apr 25, 2020 11:32 am

How to verify Mono?

Post by Time4Tea »

Hi, I am a little confused about Mono. I know there are different ways to install it, per the info on this wiki page.

I am just wondering, is there a simple way to verify if Mono is installed and active, for a given prefix?
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: How to verify Mono?

Post by jkfloris »

You could use wine uninstaller --list

Code: Select all

$ WINEPREFIX=some/prefix wine uninstaller --list
{BEF75720-E23F-5A02-B01F-CE9B220A1B92}|||Wine Mono Runtime
{B9CD3566-6115-5FD4-960F-59EF845316EC}|||Wine Mono Windows Support
Time4Tea
Level 3
Level 3
Posts: 56
Joined: Sat Apr 25, 2020 11:32 am

Re: How to verify Mono?

Post by Time4Tea »

jkfloris wrote: Mon Feb 07, 2022 12:17 pm You could use wine uninstaller --list
This is very helpful, thanks very much! I wasn't even aware of the Wine uninstaller ... :oops:
Locked