How To Install NetworkManager-libnm on AlmaLinux 8

In this tutorial we learn how to install NetworkManager-libnm in AlmaLinux 8. NetworkManager-libnm is Libraries for adding NetworkManager support to applications.

Introduction

In this tutorial we learn how to install NetworkManager-libnm on AlmaLinux 8.

What is NetworkManager-libnm

This package contains the libraries that make it easier to use some NetworkManager functionality from applications.

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

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

sudo dnf -y install NetworkManager-libnm

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

sudo yum -y install NetworkManager-libnm

How To Uninstall NetworkManager-libnm on AlmaLinux 8

To uninstall only the NetworkManager-libnm package we can use the following command:

sudo dnf remove NetworkManager-libnm

References

Summary

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