Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install monodevelop on ubuntu [closed]

I want to install monodevelop on ubuntu. Please anyone tell me how to install monodevelop on ubuntu step by step.

like image 945
User99 Avatar asked Aug 04 '11 06:08

User99


People also ask

How do I set up MonoDevelop?

Setting Up MonoDevelop You should check that MonoDevelop is set as the external script editor in the Preferences (menu: Unity > Preferences and then select the External Tools panel). With this option enabled, Unity will launch MonoDevelop and use it as the default editor for all script files.

Is MonoDevelop an IDE?

MonoDevelop is an IDE primarily designed for C# and other . NET languages. MonoDevelop enables developers to quickly write desktop and ASP.NET Web applications on Linux, Windows and Mac OSX. MonoDevelop makes it easy for developers to port .


1 Answers

sudo apt-get install monodevelop

It should pop up with all the packages necessary to install it and then ask you: "Do you want to continue [Y/n]"

Just type y and hit enter.

like image 116
love_me_some_linux Avatar answered Oct 21 '22 05:10

love_me_some_linux