How To Install NetworkManager-team on Rocky Linux 8

In this tutorial we learn how to install NetworkManager-team on Rocky Linux 8. NetworkManager-team is Team device plugin for NetworkManager

Introduction

In this tutorial we learn how to install NetworkManager-team on Rocky Linux 8.

What is NetworkManager-team

This package contains NetworkManager support for team devices.

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

Install NetworkManager-team on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install NetworkManager-team using dnf by running the following command:

sudo dnf -y install NetworkManager-team

Install NetworkManager-team on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install NetworkManager-team using yum by running the following command:

sudo yum -y install NetworkManager-team

How To Uninstall NetworkManager-team on Rocky Linux 8

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

sudo dnf remove NetworkManager-team

NetworkManager-team Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/d780a89cfeccc4452d60a413e8a02bdb7d83c6
/usr/lib64/NetworkManager/1.30.0-9.el8_4/libnm-device-plugin-team.so
/usr/lib/.build-id
/usr/lib/.build-id/df
/usr/lib/.build-id/df/9b19393d3b38b62bebee67abd0a104666caf57
/usr/lib64/NetworkManager/1.30.0-7.el8/libnm-device-plugin-team.so

References

Summary

In this tutorial we learn how to install NetworkManager-team on Rocky Linux 8 using yum and dnf.