Oct
26
Create Compile and Run .NET on Ubuntu
October 26, 2008 |
If you are a .NET developer use Linux Ubuntu as your OS, and want to create, compile and run .NET, Mono is an implementation of the .NET stack, which allows you to write cross-platform programs in a number of different programming languages, including C#, Java, Visual Basic .NET and JavaScript. More information about Mono is available from the Mono project official site.
1. Install the monodevelop
Open the terminal and run the following command:
sudo apt-get install monodevelop
2. You may also want to install monodoc package, which is the official documentation.
Open the terminal and run the following command:
sudo apt-get install monodoc
3. From the top bar of your desktop, navigate to Applications → Programming → MonoDevelop to start the MonoDevelop IDE.
4. From the top bar of your desktop, navigate to Applications → Programming → MonoDoc to start the Monodoc documentation browser.
Similar Posts
- Transfer music mp3 to and from iPod Ubuntu
- Install BitTorrent GUI Azureus on Ubuntu
- Install and Configure Wine on Ubuntu
- Install Java Plugin on Ubuntu Firefox
- Burn Blu-Ray Disc on Ubuntu
- Install and Configure LAMP on Ubuntu
- Ubuntu Convert Ogg Flac to mp3
- Install and Use Skype on Ubuntu
- Install and Use Audacity on Ubuntu
- Install Google Earth on Ubuntu
- Install Photoshop on Ubuntu
- Install Adobe AIR for Linux Beta on Ubuntu
- Ubuntu Seperate Audio From Video
- Ubuntu Hardy Broadcom Wireless Setup
- Play iTunes m4a Files on Linux Ubuntu
- Linux Ubuntu Install Setup PHP cURL
- Ubuntu Best CHM Viewer
- Install and Play Unreal Tournament on Ubuntu
- Install and Play Enemy Territory Quake Wars on Ubuntu
- Use aMule as eMule alternative on Ubuntu
- Switch Ubuntu Server to Desktop
- Install and Configure phpMyAdmin on Ubuntu LAMP
- Install Flash CS on Ubuntu
- Install Run and Play Doom 3 on Ubuntu
- Install and Play Counter Strike on Ubuntu
- Ubuntu Configure Disable Touchpad
- Make Acer Extensa headphone speakers Work on Ubuntu
- Install and Play Quake III Arena on Ubuntu
- Install and Play Red Alert 2 on Ubuntu
- Burn Audio CD on Ubuntu
- Install IE6 using IEs 4 Linux on Ubuntu
- Create a Subdomain Virtual Host on Ubuntu
- Install and Play Quake 4 on Ubuntu
- Open VCD Using VLC on Ubuntu
- Install and Run RealPlayer on Ubuntu
- Manage Ubuntu Repository
- Install and Play Quake 2 on Ubuntu
- Best BitTorrent Client On Ubuntu
- Virus on Ubuntu Wine
- Ubutu Root Password
- Ubuntu Check Disk Usage
- Use AIM to Chat on Ubuntu
- Manipulate Files Directories using Unix Shell
- Connect to and Use SILC on Ubuntu
- Use Yahoo Messenger on Ubuntu
- Connect to and use XMPP on Ubuntu
- Connect to and use Zephyr on Ubuntu
- Connect to and Use SIMPLE IM to Chat on Ubuntu
- Connect to and use IBM Lotus Sametime on Ubuntu
- Install Use ICQ on Ubuntu
Comments
1 Comment so far



































Thank you, this is really useful for ASP developers like me.