Can I run original MS.Net Framework 4 on Linux someway (with Wine perhaps)?

21,152

Solution 1

Wine has .NET 2.0 working and sort of has .NET 3.0 working, beyond that and you're out of luck. Even then I think they're probably spotty at best. The best support for .NET on Linux is Mono. Mono has pretty good support for much of the .NET Framework but your still out of luck for .NET 4. http://www.mono-project.com/Compatibility

Solution 2

Actually, .NET 4 has been implemented in Mono. There just hasn't been a release, which will probably be very soon. Mono doesn't release beta's due to the fact that you can grab from source. If you would like to run .NET 4 now, then all you need to do is grab Mono from SVN and build it. The link that @Mike Cellini gave states it at the bottom. If you want to start developing or run 4.0 applications against Mono, then this will be your best bet at the moment. Unless you want to wait for a packaged release. There's plenty of documentation on Mono's site for building from source, which really isn't any different than building a release tarball.

Solution 3

it can only by the Standalone Installer not by the web installer (it is better to try winetricks) or cliсk here for the standalone installer (offline)

Share:
21,152
Ivan
Author by

Ivan

Updated on July 05, 2022

Comments

  • Ivan
    Ivan almost 2 years

    I once heard of a guy managed to install original Microsoft .Net Framework on Linux and successfully run Mono-incompatible .Net applications using bleeding-edge MS C# features. Any idea how could he do it?