How can I easily install the latest version of Mono/MonoDevelop (an IDE for C#) on a machine running Ubuntu netbook remix 10.04?
I can't understand the technical results I got when I searched the 'net.
|
How can I easily install the latest version of Mono/MonoDevelop (an IDE for C#) on a machine running Ubuntu netbook remix 10.04? I can't understand the technical results I got when I searched the 'net.
| ||||
|
feedback
|
|
MonoDevelop is in the official repositories. You can install it via the Ubuntu Software Centre by searching for "MonoDevelop". | |||||||||||
feedback
|
sudo apt-get install mono-devel? According to mono-project.com/DistroPackages/Ubuntu that should complete your mono install. – sbtkd85 Sep 12 '11 at 14:42