Installing mono in Wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Cataclismo
Newbie
Newbie
Posts: 2
Joined: Sat May 19, 2012 1:02 pm

Installing mono in Wine

Post by Cataclismo »

How i can install mono in wine?
Thanks!
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Post by lahmbi5678 »

Hi,

something like "winetricks mono210" should work. And please don't mix mono and MS .NET in the same wine prefix (this is basically your .wine folder, where wine configs will be stored and windows apps will be installed). See http://wiki.winehq.org/FAQ#wineprefix for more information.
Cataclismo
Newbie
Newbie
Posts: 2
Joined: Sat May 19, 2012 1:02 pm

Post by Cataclismo »

root@***: winetricks mono210
-bash: winetricks: command not found
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Post by lahmbi5678 »

Hi,

maybe you need to install winetricks, that may depend on your linux distro, you could try to search for it in your package manager or download it from http://code.google.com/p/winetricks/. And one more thing, please don't run wine as root, create another (non-root) user.
Locked