How To Install NetworkManager-config-connectivity-redhat on AlmaLinux 8

In this tutorial we learn how to install NetworkManager-config-connectivity-redhat in AlmaLinux 8. NetworkManager-config-connectivity-redhat is NetworkManager config file for connectivity checking via Red Hat servers

Introduction

In this tutorial we learn how to install NetworkManager-config-connectivity-redhat on AlmaLinux 8.

What is NetworkManager-config-connectivity-redhat

This adds a NetworkManager configuration file to enable connectivity checking via Red Hat infrastructure.

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

Install NetworkManager-config-connectivity-redhat 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 NetworkManager-config-connectivity-redhat using dnf by running the following command:

sudo dnf -y install NetworkManager-config-connectivity-redhat

Install NetworkManager-config-connectivity-redhat 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 NetworkManager-config-connectivity-redhat using yum by running the following command:

sudo yum -y install NetworkManager-config-connectivity-redhat

How To Uninstall NetworkManager-config-connectivity-redhat on AlmaLinux 8

To uninstall only the NetworkManager-config-connectivity-redhat package we can use the following command:

sudo dnf remove NetworkManager-config-connectivity-redhat

References

Summary

In this tutorial we learn how to install NetworkManager-config-connectivity-redhat on AlmaLinux 8 using yum and dnf.