Uninstall wine-mono

Questions about Wine on Linux
Locked
7g3Jo
Level 1
Level 1
Posts: 6
Joined: Wed Nov 23, 2022 5:31 am

Uninstall wine-mono

Post by 7g3Jo »

How to uninstall wine-mono without uninstalling wine itself?
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Uninstall wine-mono

Post by jkfloris »

You can uninstall Wine Mono the same way you uninstall Windows programs.

Code: Select all

# Find the {GUID}'s of Wine Mono
wine uninstaller --list

# Remove Wine Mono Runtime
wine uninstaller --remove {47A1FA26-B71E-5325-8161-20CF885181FF}

# Remove Wine Mono Windows Support
wine uninstaller --remove {7426CCE2-5341-534D-BAB0-1DAEDCCE76CE}
Locked