Mono for .NET on CentOS 7 - Repo Setup
-
Download Mono Xamarin GPG Key for Linux
Right-Click on Link and “Save Link As”: ‘xamaring.gpg’.
-
Installing Mono-Xamarin GPG Key:
su
If Got “User is Not in Sudoers file” then see: How to Enable sudo
rpm --import $HOME/Downloads/xamarin.gpg
-
Enabling Mono-Xamarin Yum Repo:
yum-config-manager --add-repo http://download.mono-project.com/repo/centos/
-
Upgrading CentOS 7 System:
yum update
-
How to Enable EPEL Release for CentOS 7
Contents