CentOS 5.2 最新支持的 mono 版本是什么?

What is latest supported version of mono for CentOS 5.2?

我需要在 CentOS 5.2(最终版)系统上安装 Mono。
有人知道这个 OS 版本最新支持的单声道版本是什么吗?

对于 Centos:

curl --silent http://download.mono-project.com/repo/centos/repodata/2334a1db7cede46ffeaca271f392cefb85db58f27b1f4154bce97913f18a7301-filelists.xml.gz | gzip -d -c | grep "mono-basic-"
    <file>./mono-basic-3.8.tar.bz2</file>
    <file>./mono-basic-4.0.tar.bz2</file>
    <file>./mono-basic-4.0.1.tar.bz2</file>

因此,4.0.1 目前可用于 centOS,您必须检查您的依赖项以查看您的 centOS 5.2 安装可能还需要更新什么。

设置:

CentOS, Fedora, and derivatives Add the Mono Project GPG signing key and the package repository in a root shell with:

> rpm --import "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF"
> yum-config-manager --add-repo http://download.mono-project.com/repo/centos/ 

Run a package upgrade to upgrade existing packages to the latest available. Then install Mono as described in the Usage section.

Users of CentOS or RHEL (or similar distributions) may need to add the EPEL repository to their system to satisfy all dependencies.

发件人:http://www.mono-project.com/docs/getting-started/install/linux/#centos-fedora-and-derivatives