Hi, I try to install .net framework in my Linux Mint but I face problems

Questions about Wine on Linux
Locked
Kerimcanak
Newbie
Newbie
Posts: 3
Joined: Wed Jul 01, 2020 6:32 am

Hi, I try to install .net framework in my Linux Mint but I face problems

Post by Kerimcanak »

Linux Mint Cinnamon Ulyana user here. It seems that I cant install .net framework... what is the problem here? https://streamable.com/603rbq
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Hi, I try to install .net framework in my Linux Mint but I face problems

Post by jkfloris »

Retry with the -q option and be patient. Installing the .Net Framework can take some time.
The following line is normal:
01ee:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d

Code: Select all

WINEPREFIX=~/winedotnet winetricks -q dotnet40
Kerimcanak
Newbie
Newbie
Posts: 3
Joined: Wed Jul 01, 2020 6:32 am

Re: Hi, I try to install .net framework in my Linux Mint but I face problems

Post by Kerimcanak »

jkfloris wrote: Wed Jul 01, 2020 10:01 am Retry with the -q option and be patient. Installing the .Net Framework can take some time.
The following line is normal:
01ee:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d

Code: Select all

WINEPREFIX=~/winedotnet winetricks -q dotnet40
THANK YOU!
Locked