M BUZZ CRAZE NEWS
// general

How to install Dotnet 45 on Ubuntu?

By Emma Johnson

Im trying to install dotnet 45 for run application in wine by this manual (), there is some problem:

After this command: winetricks dotnet45 corefonts

I get the Dotnet 2.0 installation window which is closing up with error " cant be installed on 64 bit system"

I tried to install dotnet 20 separately but it doesnt helped me, tried to use WINEARCH both 32 and 64 bit mode, but both ways does not helped me too. First one says it cant be run, second one same issue with 20 dotnet

1

1 Answer

Do this. It configures a new wine 32bit prefix and installs it.

env WINEARCH=win32 WINEPREFIX=~/.wine32 winetricks dotnet45
1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy