Difference between revisions of "Mono"

 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
<!--
 +
'''<span style="color:red">These packages are not compatible with TCAdmin version 2.0.120 and greater. These packages are only recommended for older Linux installations. For the latest Linux versions it is recommended that you install Mono from the Xamarin repositories. [[System_Requirements#Linux]]</span>'''
 +
 
== Pre-compiled Packages ==
 
== Pre-compiled Packages ==
 
=== CentOS 5/6 / Fedora 15 / Redhat 5 32bit ===
 
=== CentOS 5/6 / Fedora 15 / Redhat 5 32bit ===
Line 26: Line 29:
 
apt-get update
 
apt-get update
 
dpkg -i mono-2.11.4-x86_64.deb
 
dpkg -i mono-2.11.4-x86_64.deb
 +
apt-get install -f
 +
/opt/mono-2.11.4/bin/mozroots --import --sync --quiet
 +
/opt/mono-2.11.4/bin/mono --aot -O=all /opt/mono-2.11.4/lib/mono/2.0/mscorlib.dll
 +
for i in /opt/mono-2.11.4/lib/mono/gac/*/*/*.dll; do /opt/mono-2.11.4/bin/mono --aot -O=all $i; done</source>
 +
 +
=== Debian 8 64bit ===
 +
<source lang="bash">wget http://www.tcadmin.com/installer/mono-2.11.4-x86_64_deb8.deb
 +
apt-get update
 +
dpkg -i mono-2.11.4-x86_64_deb8.deb
 
apt-get install -f
 
apt-get install -f
 
/opt/mono-2.11.4/bin/mozroots --import --sync --quiet
 
/opt/mono-2.11.4/bin/mozroots --import --sync --quiet
Line 115: Line 127:
 
./monitor-service restart
 
./monitor-service restart
 
./serviceman-service restart</source>
 
./serviceman-service restart</source>
 +
-->

Latest revision as of 00:02, 26 January 2020

Retrieved from "https://help.tcadmin.com/index.php?title=Mono&oldid=1941"