How to uninstall a singular DLL from winetricks?

Questions about Wine on Linux
Locked
phoen1x74
Level 2
Level 2
Posts: 10
Joined: Sun Nov 06, 2016 7:23 pm

How to uninstall a singular DLL from winetricks?

Post by phoen1x74 »

So, the other day, I installed the dotnet20 dll for osu!, and totally forgot about dotnet452. Now, trying to run a program called Controller Companion (even though I don't think it will work), I need dotnet452. When I run

Code: Select all

bash winetricks -q dotnet452 corefonts
in terminal, I get an error saying

Code: Select all

------------------------------------------------------
error: dotnet452 conflicts with dotnet20, which is already installed.
------------------------------------------------------
How do I go about uninstall dotnet20?
User avatar
dimesio
Moderator
Moderator
Posts: 13224
Joined: Tue Mar 25, 2008 10:30 pm

Re: How to uninstall a singular DLL from winetricks?

Post by dimesio »

.NET is more than a single dll. You can try uninstalling it via wine uninstaller, but if osu! really needs it, then it will stop working. It would be better to install the other app to a separate wineprefix.
phoen1x74
Level 2
Level 2
Posts: 10
Joined: Sun Nov 06, 2016 7:23 pm

Re: How to uninstall a singular DLL from winetricks?

Post by phoen1x74 »

Ah. Pardon my noob-ness but I just learned that you could have multiple wine prefixes, and damn is it a nice feature.
Locked