How To Install libknet1-plugins-all on Rocky Linux 8

In this tutorial we learn how to install libknet1-plugins-all on Rocky Linux 8. libknet1-plugins-all is Libknet1 plugins meta package

Introduction

In this tutorial we learn how to install libknet1-plugins-all on Rocky Linux 8.

What is libknet1-plugins-all

meta package to install all of libknet1 plugins

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

Install libknet1-plugins-all 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 libknet1-plugins-all using dnf by running the following command:

sudo dnf -y install libknet1-plugins-all

Install libknet1-plugins-all 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 libknet1-plugins-all using yum by running the following command:

sudo yum -y install libknet1-plugins-all

How To Uninstall libknet1-plugins-all on Rocky Linux 8

To uninstall only the libknet1-plugins-all package we can use the following command:

sudo dnf remove libknet1-plugins-all

libknet1-plugins-all Package Contents on Rocky Linux 8

References

Summary

In this tutorial we learn how to install libknet1-plugins-all on Rocky Linux 8 using yum and dnf.