Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I figured it out.</p> <h3>Create a new repository configuration file</h3> <pre><code>cd /etc/yum.repos.d vi mono.repo </code></pre> <h3>Add the following lines to the file</h3> <pre><code>[Mono] name=Mono Stack (RHEL_5) type=rpm-md baseurl=http://ftp.novell.com/pub/mono/download-stable/RHEL_5/ gpgcheck=1 gpgkey=http://ftp.novell.com/pub/mono/download-stable/RHEL_5/repodata/repomd.xml.key enabled=1 </code></pre> <h3>Update the YUM cache to be on the safe side</h3> <pre><code>yum clean all </code></pre> <h3>Install the Mono server stack</h3> <pre><code>yum install monotools-addon-server </code></pre> <p>The installed binaries will end up in "/opt/novell/mono/bin".</p> <p><strong>You should issue the following command to set up your shell environment so that it finds Mono, mcs and the other Mono tools</strong></p> <pre><code>source /opt/novell/mono/bin/mono-addon-environment.sh </code></pre> <h3>Verify the version</h3> <pre><code>mono --version Mono JIT compiler version 2.6.7 (tarball Mon Jul 19 18:28:58 UTC 2010) Copyright (C) 2002-2010 Novell, Inc and Contributors. www.mono-project.com TLS: __thread GC: Included Boehm (with typed GC and Parallel Mark) SIGSEGV: altstack Notifications: epoll Architecture: amd64 Disabled: none </code></pre> <p><strong>If you want the Mono environment to be permanent you can issue the following command.</strong></p> <pre><code>cp /opt/novell/mono/bin/mono-addon-environment.sh /etc/profile.d </code></pre> <p><strong>Happy Mono'ing!!!</strong></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload