How To Install mono-reactive-devel on AlmaLinux 8

In this tutorial we learn how to install mono-reactive-devel in AlmaLinux 8. mono-reactive-devel is Development files for system.web

Introduction

In this tutorial we learn how to install mono-reactive-devel on AlmaLinux 8.

What is mono-reactive-devel

This package provides the .pc file for mono-rx

We can use yum or dnf to install mono-reactive-devel on AlmaLinux 8. In this tutorial we discuss both methods but you only need to choose one of method to install mono-reactive-devel.

Install mono-reactive-devel on AlmaLinux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install mono-reactive-devel using dnf by running the following command:

sudo dnf -y install mono-reactive-devel

Install mono-reactive-devel on AlmaLinux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install mono-reactive-devel using yum by running the following command:

sudo yum -y install mono-reactive-devel

How To Uninstall mono-reactive-devel on AlmaLinux 8

To uninstall only the mono-reactive-devel package we can use the following command:

sudo dnf remove mono-reactive-devel

References

Summary

In this tutorial we learn how to install mono-reactive-devel on AlmaLinux 8 using yum and dnf.