I decided to put Mono on Ubuntu , but it's not that simple, you need to choose a package from this . Which one is suitable for development?

  • A question plus - not bad if someone from the "fathers" explained how to deploy - say on vanilla Debian - an environment for developing / executing Mono - dreadangel

2 answers 2

How do I understand you are interested in developing in .NET? If so put MonoDevelop, you can from the repositories of the Ubunt itself or through the installation center programs. But there the rather old version was like ... This is an IDE for .NET development for Linux. Windows Form Application cannot be done of course.

    Ubuntu repositories have older versions of monodevelop. It is better to use more recent versions of third-party ppa. Like so.

     sudo add-apt-repository ppa:keks9n/monodevelop-latest sudo apt-get update sudo apt-get install monodevelop-latest 

    The mono runtime itself, compilers and other necessary tools will be installed automatically.