Mono 2.10.4 parallel environment debian/ubuntu package

The new Mono 2.10.4 is out and comes with lots of bugfixes. To make it easier to get the latest and greatest on your ubuntu/debian machines, I have created a deb package which I will share with you.
The parallel environment package includes all important references so that you can build your GTK# and Asp.net MVC applications.
Once downloaded, the package installs to “/opt/mono-2.10″.
For this 2.10.4 build I once again used Patrick McEvoy`s great mono build script. For those of you who want to make your hands dirty and build mono yourself, you can find the script here: https://github.com/firegrass/mono-installer-script/
You can download the mono 2.10.4 debian/ubuntu package here.
Once installed, you can activate the environment by typing the following command in your terminal:
droth@ubuntu04:/var/dev/mono$ source mono-2.10-environment
If you now enter “mono –version” the console should print the following lines:
Mono JIT compiler version 2.10.4 (mono-2-10/c6799b1 Mon Aug 22 13:42:45 CEST 2011) Copyright (C) 2002-2011 Novell, Inc, Xamarin, Inc and Contributors. www.mono-project.com TLS: __thread SIGSEGV: altstack Notifications: epoll Architecture: amd64 Disabled: none Misc: softdebug LLVM: supported, not enabled. GC: Included Boehm (with typed GC and Parallel Mark)
If you want to use the new Generational GC, use the following command:
droth@ubuntu04:/var/dev/mono$ mono-sgen app.exe
Download mono 2.10.4 parallel environment deb package now.
Have fun using mono!
David