Mono under Ubuntu (Gutsy Gibbon – released in October 2007) is a good combination so I decided to try it.I will describe quickly the steps that you need to do in order to have Mono environment running.
- Download the last Mono version(1.2.6) from here.You will need the Linux Installer for x86 at the bottom of the page.After downloading it you just have to click twice and it’s automatically started.
- In order to make aspx pages to work we have to configure and test the xsp2 web server.Detailed description that I followed can be found on Timani’s Blog.
- You will need the MonoDevelop (1.8.1) environment for writing and testing applications.I find a good detailed installation guide from the How to Geek.You can follow the commands and install the last version.
After playing around I saw the Add/Remove option in the Application menu in Ubuntu.The easiest way to install Mono and MonoDevelop is to go in Application-> Add/Remove then you choose Programming and just write in the Search menu above “mono”.Then you have to think/enable the mono and monodevelop installation and that’s all.
The only problem is that it’s not always the last version.
Related posts:


2 Comments
Does one have to uninstall any previous mono packages?
If you haven’t installed the packages you don’t have to remove anything just follow the installation.In case you have an old version there is an uninstall link somewhere in the main program menu you can uninstall it from there.I think there is another option to remove it from ubuntu console but I haven”t try it and I am not familiar with the command, just search in google for it.