Wednesday, January 27, 2016

Tuesday, January 5, 2016

How to install Monodevelop 5 on Ubuntu 14.04

Monodevelop is available in software center on Ubuntu 14.04 but its too old. So I am gonna show you how to download the latest version of monodevelop (5.x) on Ubuntu 14.04. lets follow me.

Open Terminal, the paste the below commands, 

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

And you are done !.