How To Install libknet1-compress-bzip2-plugin on Rocky Linux 8

In this tutorial we learn how to install libknet1-compress-bzip2-plugin on Rocky Linux 8. libknet1-compress-bzip2-plugin is Libknet1 bzip2 support

Introduction

In this tutorial we learn how to install libknet1-compress-bzip2-plugin on Rocky Linux 8.

What is libknet1-compress-bzip2-plugin

bzip2 compression support for libknet1.

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

Install libknet1-compress-bzip2-plugin 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-compress-bzip2-plugin using dnf by running the following command:

sudo dnf -y install libknet1-compress-bzip2-plugin

Install libknet1-compress-bzip2-plugin 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-compress-bzip2-plugin using yum by running the following command:

sudo yum -y install libknet1-compress-bzip2-plugin

How To Uninstall libknet1-compress-bzip2-plugin on Rocky Linux 8

To uninstall only the libknet1-compress-bzip2-plugin package we can use the following command:

sudo dnf remove libknet1-compress-bzip2-plugin

libknet1-compress-bzip2-plugin Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/7cb2bbfcb0c1668a8de278028417b616f47483
/usr/lib64/kronosnet/compress_bzip2.so

References

Summary

In this tutorial we learn how to install libknet1-compress-bzip2-plugin on Rocky Linux 8 using yum and dnf.