Skip to content

discuss-tech.com

Learning Everyday

  • Home
  • Contact
  • About
  • Toggle search form

Simplest way of installing mono package on RHEL9.x OS

Posted on December 27, 2023December 27, 2023 By Ankit Joshi No Comments on Simplest way of installing mono package on RHEL9.x OS

Mono is a cross-platform, open-source implementation of Microsoft’s .NET framework. You can install Mono on RHEL-based systems using the package manager, typically dnf in recent Red Hat versions.

  1. Installing epel-release rpm. Replace latest-9 with latest-8 for RHEL 8.x:

    sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
  2. Enabling epel:

    sudo dnf config-manager –enable epel
  3. Installing mono-core or mono-complete

    sudo yum install mono-core OR sudo yum install mono-complete

More details about Mono Project on its official site: https://www.mono-project.com/

RHEL

Post navigation

Previous Post: A uew user’s guide to getting help with Linux commands
Next Post: All about Environment Variables in Linux

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Copyright © 2025 discuss-tech.com.

Powered by PressBook Masonry Dark