Greetings!
I'm somewhat puzzled as to how one can install the latest .NET Mono (2.8.2 as of this writing) on Bubba 3? As it can be guessed about my question, I'm very new to Linux administration. Naturally I've tried searching the Internet, but with weak results. The best I could find is http://code.google.com/p/ai-contest/iss ... ail?id=101, but I fail with that information.
Has anyone done this? Is it possible? If so, care to share somewhat detailed instructions?
Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
How to install the latest .NET Mono on Bubba 3
Re: How to install the latest .NET Mono on Bubba 3
To answer to some of my own questions, typing
apt-get install mono-complete seems to do the trick to some extent. After this typing
mono --version
to the command line, I get
Mono JIT compiler version 2.6.7 (Debian 2.6.7-5)
Copyright (C) 2002-2010 Novell, Inc and Contributors. http://www.mono-project.com
TLS: normal
GC: Included Boehm (with typed GC and Parallel Mark)
SIGSEGV: normal
Notifications: epoll
Architecture: armel,soft-float
Disabled: none
.
The latest version seem to be a bit difficult if there's to believe Jo Shields
at http://mono.1490590.n4.nabble.com/mono- ... 19965.html:
apt-get install mono-complete seems to do the trick to some extent. After this typing
mono --version
to the command line, I get
Mono JIT compiler version 2.6.7 (Debian 2.6.7-5)
Copyright (C) 2002-2010 Novell, Inc and Contributors. http://www.mono-project.com
TLS: normal
GC: Included Boehm (with typed GC and Parallel Mark)
SIGSEGV: normal
Notifications: epoll
Architecture: armel,soft-float
Disabled: none
.
The latest version seem to be a bit difficult if there's to believe Jo Shields
at http://mono.1490590.n4.nabble.com/mono- ... 19965.html:
Due to a lack of manpower, the 2.8
packaging work has been on hold for a couple of months. The freeze for
the impeding Debian 6.0 release has also made it hard to work on major
changes.