I just installed Ubuntu on my local mounted thumb drive. I went to software and installed mono. Then I looked in the application folder and saw two icons for mono, one for a terminal which I did not install. I clicked on the other icon and selected open and nothing happened. I do I access the mono IDE?
Asked
Active
Viewed 1.1k times
2 Answers
3
MonoDevelop is the IDE typically used for Mono development. You can install it with:
sudo apt-get install monodevelop
Jacob Foshee
- 171
1
I just ran into this, and I believe the question is specifically: where can the executable be found.
As of Ubuntu 14.04, the executable for MonoDevelop will be found at:
/usr/bin/monodevelop
Jorge Castro
- 73,717
Dan Orlovsky
- 111
- 2