Welcome, Guest :: Blog Home | Login | Register

Articles By Tag:
Mono 2.6 + MonoDevelop 2.2 on openSUSE 11.2

2009-12-16 11:00:21 Tags: opensuse mono asp .net

Mono 2.6 has been released this morning. This is great news for those of us interested in developing .NET web framework on dedicated Linux workstations, such as the most excellent OpenSuse 11.2.

Installation is simple using zypper from the command line, as follows.

Code:
zypper ar -f -n Mono http://download.opensuse.org/repositories/Mono/openSUSE_11.2 repo-mono

Code:
zypper mr -p 10 repo-mono

Code:
zypper refresh

Code:
zypper dup -r repo-mono




To run asp.NET applications on your Linux box, you will need to install mod_mono for Apache2.

On OpenSuse you can run:

Code:
zypper install apache2-mod_mono


[ Comments (0) ]