Saturday, May 11, 2024
 Popular · Latest · Hot · Upcoming
40
rated 0 times [  40] [ 0]  / answers: 1 / hits: 85646  / 3 Years ago, tue, june 8, 2021, 12:17:14

I have a speed-reading program I purchased with uses dotnet2. However, dotnet2 doesn't run on 64 bit wine. How would I install dotnet2?


More From » wine

 Answers
4

You can have multiple wine prefix on your machine, each running as a separate wine. So you can make a 32 bits prefix and install dotnet2 in it:



This will create a new wineprefix (.wine32 in your home) and configure it as 32 bits:



WINEARCH=win32 WINEPREFIX=~/.wine32 winecfg


You can use it this way combined with winetricks to configure WINEARCH, create the prefix and install dotnet 2.0 in one command:



env WINEARCH=win32 WINEPREFIX=~/.wine32 winetricks dotnet20


or only:



env WINEPREFIX=~/.wine32 winetricks dotnet20


if you already set the WINEARCH and created the WINEPREFIX with the 1st command above.


[#33561] Wednesday, June 9, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
confiorc

Total Points: 42
Total Questions: 121
Total Answers: 123

Location: India
Member since Wed, Aug 26, 2020
4 Years ago
confiorc questions
Fri, Jul 23, 21, 18:21, 3 Years ago
Tue, Mar 22, 22, 14:25, 2 Years ago
Thu, Feb 17, 22, 22:43, 2 Years ago
;