How To Install jxrlib-devel on Rocky Linux 8
Introduction
In this tutorial we learn how to install jxrlib-devel
on Rocky Linux 8.
What is jxrlib-devel
The jxrlib-devel package contains libraries and header files for developing applications that use jxrlib.
We can use yum
or dnf
to install jxrlib-devel
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install jxrlib-devel.
Install jxrlib-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 jxrlib-devel
using dnf
by running the following command:
sudo dnf -y install jxrlib-devel
Install jxrlib-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 jxrlib-devel
using yum
by running the following command:
sudo yum -y install jxrlib-devel
How To Uninstall jxrlib-devel on Rocky Linux 8
To uninstall only the jxrlib-devel
package we can use the following command:
sudo dnf remove jxrlib-devel
jxrlib-devel Package Contents on Rocky Linux 8
/usr/include/jxrlib
/usr/include/jxrlib/JXRGlue.h
/usr/include/jxrlib/JXRMeta.h
/usr/include/jxrlib/JXRTest.h
/usr/include/jxrlib/guiddef.h
/usr/include/jxrlib/windowsmediaphoto.h
/usr/include/jxrlib/wmsal.h
/usr/include/jxrlib/wmspecstring.h
/usr/include/jxrlib/wmspecstrings_adt.h
/usr/include/jxrlib/wmspecstrings_strict.h
/usr/include/jxrlib/wmspecstrings_undef.h
/usr/lib64/libjpegxr.so
/usr/lib64/libjxrglue.so
References
Summary
In this tutorial we learn how to install jxrlib-devel
on Rocky Linux 8 using yum and dnf.