I'm .NET developer, I want to install the .NET enviroment on ubuntu, I found some equivalent to some applications of windows on ubuntu(more simple, of course), like:
- Visual Studio : MonoDevelop
- CSC : Mono
the rest I will found after, for start it is what I need.
how do I to install Mono and MonoDevelop? I found a lot of tutorials on internet how do this, but each one works differently, and nothing was worked fine. I'm looking for an tutorial,tips or an guia that really teach how do I to it works fine.
Currently,the mono that I'm using is native on ubuntu, I get the following when I call it:
The assembly mscorlib.dll was not found or could not be loaded.
It should have been installed in the `/usr/lib/mono/1.0/mscorlib.dll' directory.
and the MonoDevelop returns:
Package: monodevelop (for debian)
Error: Dependency not satisfied: mono-runtime (> = 2.10.1)
I hope this is clean for you. Any help is very appreciadted. Thanks in advance.
Reading package lists ... ready Building dependency tree Reading state information ... ready E: Could not find package monohow to fix this? – The Mask Feb 6 '12 at 21:51