How To Install jxrlib on Rocky Linux 8

In this tutorial we learn how to install jxrlib on Rocky Linux 8. jxrlib is Open source implementation of jpegxr

Introduction

In this tutorial we learn how to install jxrlib on Rocky Linux 8.

What is jxrlib

This is an open source implementation of the jpegxr image format standard.

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

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

sudo dnf -y install jxrlib

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

sudo yum -y install jxrlib

How To Uninstall jxrlib on Rocky Linux 8

To uninstall only the jxrlib package we can use the following command:

sudo dnf remove jxrlib

jxrlib Package Contents on Rocky Linux 8

/usr/bin/JxrDecApp
/usr/bin/JxrEncApp
/usr/lib/.build-id
/usr/lib/.build-id/09
/usr/lib/.build-id/09/4bcb7e1be5a857bac821fa05e8e5f20341b430
/usr/lib/.build-id/27
/usr/lib/.build-id/27/b2ef29b6dff4066564390e2095037ba3cccc81
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/dfd2448b91c373b22c50a541fe3ad816aa7386
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/1f25edbf91f3781205f9790567287dc3ccbb72
/usr/lib64/libjpegxr.so.0
/usr/lib64/libjpegxr.so.0.0.0
/usr/lib64/libjxrglue.so.0
/usr/lib64/libjxrglue.so.0.0.0
/usr/share/doc/jxrlib
/usr/share/doc/jxrlib/JPEGXR_DPK_Spec_1.0.pdf
/usr/share/doc/jxrlib/readme.txt

References

Summary

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