Difference between revisions of "Mono"

Line 1: Line 1:
== CentOS 5 / Fedora 13 / Redhat 5 ==  
+
== CentOS / Fedora / Redhat ==  
 
; 32 bit
 
; 32 bit
 
: [http://www.tcadmin.com/installer/mono-2.10.2-bi.i386.rpm mono-2.10.2-bi.i386.rpm]
 
: [http://www.tcadmin.com/installer/mono-2.10.2-bi.i386.rpm mono-2.10.2-bi.i386.rpm]

Revision as of 05:00, 24 June 2011

CentOS / Fedora / Redhat

32 bit
mono-2.10.2-bi.i386.rpm
64 bit
mono-2.10.2-bi.x86_64.rpm
Installation
yum install mono-2.10.2-bi.xxxxx.rpm --nogpgcheck

Debian / Ubuntu

32 bit
mono-2.10.2-bi.i386.deb
64 bit
mono-2.10.2-bi.x86_64.deb
Installation
The first line might show errors if the dependencies are not installed. The second line will install the missing dependencies.
dpkg -i mono-2.10.2-bi.xxxxx.deb
apt-get install -f

Other / Manual Installation

32 bit
mono-2.10.2-i386.tar.gz
64 bit
mono-2.10.2-x86_64.tar.gz
Installation
Must be extracted to /opt. Extracting to other directories will not work.
cd /opt
wget http://www.tcadmin.com/installer/mono-2.10.2-xxxxx.tar.gz
tar xjvf mono-2.10.2-xxxxx.tar.gz
Check for missing dependencies and install them
ldd /opt/mono-2.10.2/bin/mono|grep "not found"
ldd /opt/mono-2.10.2/lib/libgdiplus.so|grep "not found"
Retrieved from "https://help.tcadmin.com/index.php?title=Mono&oldid=352"