Installing ,net 4.6 framework

Questions about Wine on Linux
Locked
esprimme
Newbie
Newbie
Posts: 1
Joined: Tue Sep 22, 2020 3:47 pm

Installing ,net 4.6 framework

Post by esprimme »

Hello

System Specs
WINE is running inside Ubuntu 20.04 VirtualBox virtual machine which is hosted on a Windows 10 system

I need .net 4.x to be able to install an application in Wine. When I run Winetweaks to install it, I get the following message:
patrick@ubuntu20-4dsktp-vm:~$ ~/winetricks
Executing mkdir -p /home/patrick
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Using winetricks 20200412-next - sha256sum: fad7d983b413389590c39d8de38040c2d36a3e374a7c842c4051e11afc8fe44b with wine-5.0 (Ubuntu 5.0-3ubuntu1) and WINEARCH=win64
winetricks GUI enabled, using zenity 3.32.0
Executing w_do_call dotnet461
Executing mkdir -p /home/patrick
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------

Any idea what might be happening?

Any input would be most appreciated.

Thanks
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Installing ,net 4.6 framework

Post by jkfloris »

Can you install .Net if you are not using the GUI?

Code: Select all

winetricks -q dotnet461
User avatar
succodifrutta
Level 2
Level 2
Posts: 12
Joined: Sat Mar 28, 2020 5:26 am

Re: Installing ,net 4.6 framework

Post by succodifrutta »

Should be harmless... Did you check your .NET installation via dotnet_verifier?
Locked