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:
Code:
wget http://kegel.com/wine/winetricks
Code:
sh winetricks corefonts dotnet20
You need cabextract utility (project website
here) for winetricks corefonts step.
Make sure it's installed locally.
Code:
sudo apt-get install cabextract
Now, try to start your app. If you're lucky, you'll get it to work!
Source:
http://ubuntuforums.org/showthread.php?t=1066476
No comments:
Post a Comment