How to Add MonoDevelop Enterprise Linux Repo

March 17, 2020 | By the+gnu+linux+evangelist.

Enabling Yum MonoDevelop Repo

Hi! This Tutorial shows you Step-by-Step How to Add MonoDevelop Yum/Dnf GNU/Linux Repository.

And MonoDevelop for CentOS enables developers to Quickly Write Desktop and Web Applications on Linux, Windows and macOS.

Finally, this MonoDevelop Yum Repo is Valid for All the Red Hat Linux Based Distros like:

  • Red Hat Enterprise Linux
  • CentOS
  • Rocky Linux
  • AlmaLinux
  • Oracle Enterprise Linux
  • Scientific Linux
How to Add Realtek R8101 Driver PPA for Ubuntu-Based Systems
  1. 1. Terminal QuickStart

    How to QuickStart with Command Line on Linux

    Linux Console QuickStart
  2. 2. Importing GPG Key

    So first Import the Repo GPG Key
    With:

    rpm --import "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF"
  3. 3. Adding Repository

    Finally, to Add MonoDevelop Yum Repository
    For EL 8+ simply run:

    su -c 'curl https://download.mono-project.com/repo/centos8-vs.repo | tee /etc/yum.repos.d/mono-centos8-vs.repo'
    Again for EL 7:
    su -c 'curl https://download.mono-project.com/repo/centos7-vs.repo | tee /etc/yum.repos.d/mono-centos7-vs.repo'
    And instead for EL 6:
    su -c 'curl https://download.mono-project.com/repo/centos7-vs.repo | tee /etc/yum.repos.d/mono-centos6-stable.repo'
  4. 4. Installing MonoDevelop on CentOS

    Finally, to Install MonoDevelop for CentOS GNU/Linux

    MonoDevelop CentOS Installation Guide

QuickChic Theme • Powered by WordPress