Linux mint wine 2.0

Questions about Wine on Linux
Locked
dhuang6
Newbie
Newbie
Posts: 1
Joined: Fri Apr 07, 2017 11:13 pm

Linux mint wine 2.0

Post by dhuang6 »

Hi all,

I was able to get this version of wine installed successfully following:
http://ubuntuhandbook.org/index.php/201 ... -04-16-10/
using the second repository maintained by Ricotz
I then ran the following commands which I found from this site to change the prefix to be 32bit

rm -fr ~/.wine
export WINEARCH=win32
export WINEPREFIX="/home/<user>/.wine"
winecfg

But then when I try to install the dot net framework using:

bash winetricks -q dotnet452 corefonts I get the following error:

unknown arg dotnet452

any assistance would be greatly appreciated!

Thanks
User avatar
dimesio
Moderator
Moderator
Posts: 13207
Joined: Tue Mar 25, 2008 10:30 pm

Re: Linux mint wine 2.0

Post by dimesio »

dhuang6 wrote: I was able to get this version of wine installed successfully following:
http://ubuntuhandbook.org/index.php/201 ... -04-16-10/
using the second repository maintained by Ricotz
Only the WineHQ packages are supported here.
But then when I try to install the dot net framework using:

bash winetricks -q dotnet452 corefonts I get the following error:

unknown arg dotnet452
Make sure you have the latest winetricks downloaded directly from https://raw.githubusercontent.com/Winet ... winetricks. Distro winetricks packages are often outdated.
Locked