How To Install jbigkit-devel on Rocky Linux 8

In this tutorial we learn how to install jbigkit-devel on Rocky Linux 8. jbigkit-devel is JBIG1 lossless image compression library – development files

Introduction

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

What is jbigkit-devel

The jbigkit-devel package contains files needed for development using the JBIG-KIT image compression library.

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

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

sudo dnf -y install jbigkit-devel

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

sudo yum -y install jbigkit-devel

How To Uninstall jbigkit-devel on Rocky Linux 8

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

sudo dnf remove jbigkit-devel

jbigkit-devel Package Contents on Rocky Linux 8

/usr/include/jbig.h
/usr/include/jbig85.h
/usr/include/jbig_ar.h
/usr/lib/libjbig.so
/usr/lib/libjbig85.so
/usr/include/jbig.h
/usr/include/jbig85.h
/usr/include/jbig_ar.h
/usr/lib64/libjbig.so
/usr/lib64/libjbig85.so

References

Summary

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