Table of contents
No headers

We recommend using mono 1.9.1 on the Deki VM.  Old VMs may be running mono 1.2.2.1.

To determine the version of mono that you are using run the following command:

mono --version

 

To upgrade to mono 1.9.1 (using the backports.org repository) run the following commands:
*Note* Make sure you keep the official Debian repository enabled, otherwise the upgrade will fail.

echo 'deb http://www.backports.org/debian etch-backports main contrib non-free' >> /etc/apt/sources.list
apt-get update
apt-get install debian-backports-keyring debian-archive-keyring debian-keyring
apt-get update
apt-get -t etch-backports install mono-common libmono-corlib1.0-cil libmono-corlib2.0-cil libmono-data-tds1.0-cil libmono-data-tds2.0-cil libmono-microsoft-build2.0-cil libmono-security1.0-cil libmono-security2.0-cil libmono-sharpzip0.84-cil libmono-sharpzip2.84-cil libmono-system-data1.0-cil libmono-system-data2.0-cil libmono-system-web1.0-cil libmono-system-web2.0-cil libmono-system1.0-cil libmono-system2.0-cil libmono-winforms2.0-cil libmono0 libmono1.0-cil libmono2.0-cil mono-common mono-jit libmono-i18n2.0-cil mono-gmcs
Tag page (Edit tags)
Viewing 2 of 2 comments: view all
If you get the error:
GPG error: http://www.backports.org etch-backports Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EA8E8B2116BA136C

run this command:
wget -O - http://backports.org/debian/archive.key | apt-key add -
Posted 01:17, 20 Apr 2009
If you use a normal installation of Mindtouch dekiwiki on Debian 4.0 (namelly "etch"), then you should also upgrade mono that way....
Posted 11:51, 4 Dec 2009
Viewing 2 of 2 comments: view all
You must login to post a comment.