Monodevelop - FTSRG/cheat-sheets GitHub Wiki

Installing

Installing Monodevelop 5 on Ubuntu 14.04.

See http://askubuntu.com/questions/716363/how-to-install-monodevelop-5-on-ubuntu-14-04.

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
sudo apt-get update
sudo apt-get install monodevelop

If Monodevelop does not start, there are some missing dependencies. Install them with the following command:

sudo apt-get install mono-complete gtk-sharp3