Ubuntu – How to correctly install the latest Mono, Moonlight and Monodevelop instead of the version in Ubuntu repository

mono

I would like to

  • have the latest stable (2.8) Mono stack (Mono, Moonlight with Firefox plugin, Monodevelop, Monodoc, etc) on Ubuntu 10.10
  • not have any remains of old Mono 2.6 which is available in Ubuntu repos,
  • get all the mono-depending packages satisfied (I am afraid they will complain if I don't install Mono 2.6 from packages and install manually downloaded Mono 2.8 instead)

How do I acheive this?

Best Answer

This is a somewhat vague answer, I know, but I hope it helps:

The only dependencies listed on the latter page ARE NOT necessary for version 2.8, so you should (hopefully) have most everything you'll need already. But you're probably much more knowledgeable about this than I am, so hopefully the instructions there will give you all the info you need. Also, if you build from source, you shouldn't have any problems with the Ubuntu repo versions (unless you haven't completely uninstalled them already).

Good luck!