How To Install jbigkit-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install jbigkit-devel.x86_64 in Amazon Linux 2. jbigkit-devel.x86_64 is JBIG1 lossless image compression library – development files

Introduction

In this tutorial we learn how to install jbigkit-devel.x86_64 on Amazon Linux 2.

What is jbigkit-devel.x86_64

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

We can use yum to install jbigkit-devel.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install jbigkit-devel.x86_64.

Install jbigkit-devel.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install jbigkit-devel.x86_64 using yum by running the following command:

sudo yum -y install jbigkit-devel.x86_64

How To Uninstall jbigkit-devel.x86_64 on Amazon Linux 2

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

sudo yum remove jbigkit-devel.x86_64

jbigkit-devel.x86_64 Package Contents on Amazon Linux 2

/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.x86_64 on Amazon Linux 2 using yum.