How To Install libknet1-compress-lz4-plugin on Fedora 36

In this tutorial we learn how to install libknet1-compress-lz4-plugin in Fedora 36. libknet1-compress-lz4-plugin is Provides libknet1 lz4 and lz4hc support

Introduction

In this tutorial we learn how to install libknet1-compress-lz4-plugin on Fedora 36.

What is libknet1-compress-lz4-plugin

Provides lz4 and lz4hc compression support for libknet1.

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

Install libknet1-compress-lz4-plugin on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libknet1-compress-lz4-plugin using dnf by running the following command:

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

Install libknet1-compress-lz4-plugin on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libknet1-compress-lz4-plugin using yum by running the following command:

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

How To Uninstall libknet1-compress-lz4-plugin on Fedora 36

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

sudo dnf remove libknet1-compress-lz4-plugin

libknet1-compress-lz4-plugin Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/0f
/usr/lib/.build-id/0f/1fe4757663d2c418bd04495254bf92877914cb
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/10aacf9db7fb82714c7009a166ed98eb4d8347
/usr/lib64/kronosnet/compress_lz4.so
/usr/lib64/kronosnet/compress_lz4hc.so

References

Summary

In this tutorial we learn how to install libknet1-compress-lz4-plugin on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).