PDA

View Full Version : [ubuntu] How to install dotnetfx in Wine



minhnt
February 11th, 2009, 04:30 AM
I've tried to many time to install dotnetfx in Wine but cannot. Have you happend like that???

Ng Oon-Ee
February 11th, 2009, 04:45 AM
Why would you want .Net? What exactly are you trying to do?

Wine is primarily for applications, not for libraries such as the .Net libraries.

overlord.gaurav
February 11th, 2009, 05:01 AM
You can install .Net using Winetricks. Though, some of the features will still not be available. But some of your apps will start working.
To install .NET Framework 2.0, do the following:


wget http://kegel.com/wine/winetricks

sh winetricks corefonts dotnet20

You need cabextract utility (project website here (http://www.cabextract.org.uk/)) for winetricks corefonts step.
Make sure it's installed locally.


sudo apt-get install cabextract

Now, try to start your app. If you're lucky, you'll get it to work!