I used the Ubuntu10.12 version of Linux, has been plagued by the software update package, always save the problem of missing dependent packages! Overall, the address of the software update package found on the network does not resolve the issue. Later, a newer version of TLS was used, Ubuntu14.04. This time is finally ready!
1. Install the virtual machine and install Linux. These two steps are not difficult, relatively simple, here are not in the narrative!
2. Install mono, use the CTRL+ALT+T key combination to open the command line form, and then use the command sudo apt-get install mono-runtime. Install the mono environment under Linux. After the installation is complete, you can use the MONO-V command to test whether the installation was successful. If you successfully use the command sudo apt-get install Mono-gmcs mono to download the Mono compiler (temporarily not using MonoDevelop, like CSC), you can use a text file to write a simple CS file, Then use GMCs to compile the EXE executable program, and then use the./command to execute the EXE. Ok?!
3. Install the MonoDevelop. This step is simple: Use the sudo apt-get install MonoDevelop, the installation is successful!
4. Only MonoDevelop, if the development of the Web can not start, because the lack of XSP support, so need to install XSP4, the specific command is Audo apt-get install MONO-XSP, input 127.0.0.1/ Info Check if installation is successful
5. Of course also install Jexus, this Web server is very powerful, specific commands in http://www.linuxdot.net/bbsfile-3500, here is not much to say!
Installing the mono and monodevelop development environments