what is the easiest way to install mono and monodevelop on Ubuntu 8.10 ?

link|improve this question
1  
which version of Mono & Monodevelop? – Sathya Dec 24 '09 at 15:14
feedback

2 Answers

The easiest way is:

sudo apt-get install monodevelop

in the terminal. This installs MonoDevelop 1.0 on Ubuntu 8.10 (Intrepid).

link|improve this answer
feedback

From http://mono-project.com/DistroPackages/Ubuntu

Dependencies are automatically tracked for applications in the archive such as Tomboy and F-Spot. Ubuntu comes with these two applications by default, and therefore comes with Mono installed by default.

To compile your own software, install mono-devel on Dapper (6.06 LTS), Jaunty (9.04), Karmic (9.10), or Lucid (10.04 LTS)

To compile your own software, install mono-2.0-devel on Hardy (8.04 LTS) or Intrepid (8.10).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown