I am a .NET developer, I want to install the .NET environment on ubuntu, I found some equivalent to some window applications on ubuntu (simpler, of course), for example:
- Visual Studio: MonoDevelop
- CSC: Mono
I will find the rest after, for starters, this is what I need.
How do I install Mono and MonoDevelop? I found a lot of tutorials on the Internet on how to do this, but each of them works differently and nothing worked. I am looking for a textbook, tips or gia that really teach me how it works well.
Currently the mono that I use 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 MonoDevelop returns:
Package: monodevelop (for debian) Error: Dependency not satisfied: mono-runtime (> = 2.10.1)
source share