vote up 8 vote down star
4

I'm a .Net developer and would like to investigate building and running our framework on Mono.

If the initial project is successful I will happily invest in an OS learning curve, but right now I want to focus on getting things up and running and seeing the code working.

What would be the best distribution to start with, assuming that I know very little about Linux, but am an experienced developer? How quickly (hours/days/weeks?) can I expect to achieve this?

Some Feedback so far (Thanks for the answers, guys): Decided on CentOS, but this was also because this fits in with a particular implementation of the .Net code that I want to port to Mono.The only issue was that I needed to go to version 4 for an out-the-box install of Mono

With some assistance I have been able to get this to a point where I am able to run compiles and start addressing the porting issues. This took a few hours - biggest learning curve is around driving Linux.

20081231: Found the following article for running mono on ubuntu: http://www.ddj.com/windows/212201484

flag

You have a typo in the question. I believe that of is not needed – Milan Babuškov Oct 5 '08 at 22:25

10 Answers

vote up 23 vote down check

I work for Novell, so I am going to recommend OpenSUSE as the distribution to use for Mono of course.

When you use OpenSUSE, not only you get Mono, but there are hundreds of open source libraries and .NET based applications that we have ported and make available through our update system.

Additionally, many of the preview features are available as packages that are ready to install on OpenSUSE. Other distributions tend to lag behind in both of the above areas.

Besides, the more OpenSUSE out there, the more funds that we get to continue to improve Mono.

link|flag
Miguel, I'm a using the latest beta on Open SUSE now and am really impressed. – David Robbins Nov 6 at 13:14
vote up 0 vote down

I've been using Ubuntu for Mono development for a while now, and I've found it perfectly satisfactory, execept that it's a little tough to set up Apache with mod_xsp to get the web portion working. The GTK# in MonoDevelop with a Stetic UI is fine though.

link|flag
vote up 2 vote down

To get started as quickly as possible, there is a VMWare image available on Mono's Download page. It comes with Mono and all its tools pre-installed, including a running ASP.Net server. You can start with this, and then migrate to whichever distro you choose if you go forward.

link|flag
vote up 0 vote down

If you want to avoid the OS-learning curve go for one of the desktop-oriented distributions like Ubuntu or Fedora. Any one of the "big" ones does have mono packages. If you want to try out specific (especially development-) versions, you'll have to do a manual install anyways.

Also avoid running it on real hardware :-) VirtualBox is a great and free virtualisation solution and can really take the hassle out of testing software, if you don't care about dual boot, master boot records and hardware failures.

link|flag
vote up 3 vote down

The Mono download page gives a fairly big hint as to their preferred distros:

http://www.go-mono.com/mono-downloads/download.html

There's also a page for 'Unsupported distros':

http://www.mono-project.com/Other_Downloads

link|flag
It's the downloads that are unsupported, I think; you'll get as much or as little support using those distros as any other, but the downloads come from third parties. – Mark Baker Oct 3 '08 at 16:28
vote up 0 vote down

Like others have said, Novell has direct ties to Mono, but I wouldn't think the mono experience would vary a great deal amongst the bigger names (Suse, Ubuntu, Redhat...).

Are you more interested in getting something that's easy to get up and running or is there a plan to deploy this in production at some point down the road? If it's the former, my personal preference would be Ubuntu, but if it's the latter, then that's more of a question for you and which one will integrate better with your existing infrastructure, and provide the kind of support you're looking for, etc.

link|flag
vote up 1 vote down

It's integrated well with suse. But also works great on Ubuntu and ubuntu seems to appeal more to linux newcomers.

link|flag
vote up 1 vote down

Use Linux MINT - one of the most complete distros. Also, it has great package management and great startup configuration.

link|flag
vote up 1 vote down

If you are a linux beginner I would start with Ubuntu Linux Server; I installed Mono on a Gentoo server a couple of weeks ago, just to find out that it can't run precompiled ASP.net sites :') You be warned, Linux ain't made for .NET. You should be able to set up the server in a day or 2, configuring Mono to work might take some time...

link|flag
Ubuntu server isn't that great either. He might want a GUI. And a server distro is totally unnecessary for Mono development anyway, better to use the user-friendly desktop distro of his choice and install the devel environment there. – Adam Lassek Oct 3 '08 at 14:50
vote up 4 vote down

Probably Novell (SuSE), since they fund the mono project and pay the core developers, odds are they're using Novell workstations for their initial coding.

It really shouldn't matter much, though.

link|flag
I would vote for Ubuntu, but I have to agree that among the mainline distros it actually shouldn't matter. – Jonah Braun Oct 3 '08 at 13:23

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.