Install Mono on Centos 5.5 using YUM
NickName:octonion Ask DateTime:2010-08-18T16:41:29

Install Mono on Centos 5.5 using YUM

How do I install the Mono 2.6.7 runtime on CentOS 5.5 using YUM?

I know how to build Mono from the source. However, according to the page Getting Started With Mono Tools it is possible to install the binaries directly. I'd prefer to install the binaries to avoid having to install all the development pre-requisites on a server with little disk space.

Am I supposed to add a new repository description to YUM? I tried doing that, but I must have done it wrong, because "yum list mono-core" still says the old version (1.2.4-2.el5.centos).

And, why are the .rpm's called "mono-addon-" on the release server? It's a bit confusing. It sounds like the .rpm's are an add-on to Mono. I guess they mean they are an "add-on" to the server(?).

Copyright Notice:Content Author:「octonion」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/3510320/install-mono-on-centos-5-5-using-yum

More about “Install Mono on Centos 5.5 using YUM” related questions

Install Mono on Centos 5.5 using YUM

How do I install the Mono 2.6.7 runtime on CentOS 5.5 using YUM? I know how to build Mono from the source. However, according to the page Getting Started With Mono Tools it is possible to install ...

Show Detail

Installing Mono and mod_mono on CentOS with Yum

I've been trying to find a way to get Mono into Yum, There's a similar question here: Install Mono on Centos 5.5 using YUM However this is out of date - the following repositories no longer exist...

Show Detail

Install MonoDevelop on CentOS 5.5

i am trying to install MonoDevelop 2.4 in CentOS 5.5 using yum, but unable to install and configure to develop .Net Applications in Linux. i have tried installing it in Fedora 13, Monodevelop ins...

Show Detail

Install mono on Centos7

I use this steps to install mono on Centos7 and it worked for me for days. mkdir /mono wget http://download.mono-project.com/repo/xamarin.gpg -P /mono rpm --import /mono/xamarin.gpg yum-config-ma...

Show Detail

What repo do I use to install Mono 2+ on RHEL 5.6?

I am literally pulling my hair out over here. The repo listed in Install Mono on Centos 5.5 using YUM no longer exists. I have tried compiling from source, but I am getting a ton of errors. I would

Show Detail

CentOS 7 - Install MonoDevelop and Python 3.0 by using the RPM tool (Do not use yum)

I have been assigned a project to install Mono and Python 3.0 on CentOS 7 minimal (terminal version). I cannot download the packages using gui or yum and I must use the RPM tool to install. I

Show Detail

Mono 2.10.5 for CentOS / RHEL 5

Until now I used THIS to install/update mono on my CentOS machines, but it seems that it's not updated since 2.10.2 anymore (may because mono isn't part of novell anymore). So is there a new locat...

Show Detail

How to install phpMyadmin on Centos 6.8 with php 5.5

I have several headaches on installing phpMyAdmin on Centos 6.8 I have php 5.5 installed from webtatic repo. Mysql 5.6 installed as well. When I install phpMyAdmin by # rpm -Uvh http://download.

Show Detail

Mono MonoDevelop install fails on CentOS 6

im doing this, on CentOS 6.4 64bits: yum install bison gettext glib2 freetype fontconfig libpng libpng-devel libX11 libX11-devel glib2-devel libgdi* libexif glibc-devel urw-fonts java unzip gcc gc...

Show Detail

Install specfic package version on centos using yum

How do I install specific version of a package via yum on centos 8? I'm creating a dockerfile that needs: maven kubectl git helm I want to install them using yum; however, `yum install [packagena...

Show Detail