I'm trying to run an ancient PC game on my laptop using Ubuntu 20.04 and Wine (Staging v.5.20). I've managed to install the game using Wine and tried to run it directly and via Lutris, but nothing happened. Reading about it a bit more, I understood that .NET Framework 4.8 had to be installed as well to run the game.
By mistake, I've installed the .NET Framework 4.8 (and 4.0 automatically) using Winetricks on the Default Prefix which is x64 instead of creating another x32 bottle.
When I tried to uninstall it using wine uninstaller command, this error appeared to me:

Blocking Issues: .NET Framework 4.8 cannot be uninstalled using this package. To uninstall .NET Framework 4.8 from your computer, go to Control Panel, choose Programs and Features, choose View installed updates, select Update for Microsoft Windows (KB4486153) and then choose Uninstall.

Many thanks,