How to Get Started with MonoDevelop [Ubuntu]
I've put together a simple screencast for people who are curious about getting familiar with programming in Ubuntu or who maybe have a background in C#, Java, or working with Visual Studios in Windows. To install MonoDevelop, simply paste this command into a terminal window:
sudo apt-get install mono mono-gmcs mono-gac mono-utils monodevelop monodoc-browser monodevelop-nunit monodevelop-versioncontrol
The following video shows how to do a simple "Hello World ...

