arza asks:
I am trying to install MonoDevelop but I am having problems. The error is a “no such directory found” message. How can I fix it?
2 Answers -
Jeff Fabish
October 24, 2011What distribution are you using (Ubuntu, Fedora, Open Suse, etc)?
On debian based distributions enter the following command:
sudo apt-get install mono mono-gmcs mono-gac mono-utils monodevelop monodoc-browser monodevelop-nunit monodevelop-versioncontrol
You may also compile it from source.
Anonymous
October 24, 2011Install Mono 2.10.6 from Source on Ubuntu with a Bash Script
http://www.integratedwebsystems.com/2011/08/install-mono-2-10-3-on-ubuntu-using-bash-script/