How To Install fastlz-devel on Rocky Linux 8

In this tutorial we learn how to install fastlz-devel on Rocky Linux 8. fastlz-devel is Header files and development libraries for fastlz

Introduction

In this tutorial we learn how to install fastlz-devel on Rocky Linux 8.

What is fastlz-devel

This package contains the header files and development libraries for fastlz.

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

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

sudo dnf -y install fastlz-devel

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

sudo yum -y install fastlz-devel

How To Uninstall fastlz-devel on Rocky Linux 8

To uninstall only the fastlz-devel package we can use the following command:

sudo dnf remove fastlz-devel

fastlz-devel Package Contents on Rocky Linux 8

/usr/include/fastlz.h
/usr/lib64/libfastlz.so

References

Summary

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