Install .NET 4.6+ in Wine?

Questions about Wine on Linux
Locked
teward
Level 1
Level 1
Posts: 6
Joined: Sat Nov 04, 2017 10:56 am

Install .NET 4.6+ in Wine?

Post by teward »

I'm using the Wine Staging PPA/repository for Ubuntu. I've got a Windows application that needs .NET 4.6 or higher to run. However, `winetricks` doesn't have a dotnet46 package.

Is there a way to *manually* install .NET 4.6 with `winetricks` or do I have to attempt a manual installation in the wine prefix?
User avatar
dimesio
Moderator
Moderator
Posts: 13222
Joined: Tue Mar 25, 2008 10:30 pm

Re: Install .NET 4.6+ in Wine?

Post by dimesio »

You must be using a very old version of winetricks. You can find the current version, which does include a verb for dotnet46, at https://raw.githubusercontent.com/Winet ... winetricks.
Locked