How To Install jxrlib on Fedora 34
Introduction
In this tutorial we learn how to install jxrlib
on Fedora 34.
What is jxrlib
This is an open source implementation of the jpegxr image format standard. jxrlib 1.1 16.fc34 x86_64 446 k jxrlib-1.1-16.fc34.src.rpm fedora Open source implementation of jpegxr https BSD This is an open source implementation of the jpegxr image format standard.
We can use yum
or dnf
to install jxrlib
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install jxrlib.
Install jxrlib on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install jxrlib
using dnf
by running the following command:
sudo dnf -y install jxrlib
Install jxrlib on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 Fedora 34
To uninstall only the jxrlib
package we can use the following command:
sudo dnf remove jxrlib
jxrlib Package Contents on Fedora 34
/usr/bin/JxrDecApp
/usr/bin/JxrEncApp
/usr/lib/.build-id
/usr/lib/.build-id/07
/usr/lib/.build-id/07/1e71c9c28983d56912acfbec78731a12d60896
/usr/lib/.build-id/27
/usr/lib/.build-id/27/f866a2edbe03ff611f65daddca63df1fff97c8
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/5cd7f8224d5a9e1988cebf9257f5a32eb9a970
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/7539dd8120d86fc7b3fa0d4aef19e8379368a3
/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
/usr/bin/JxrDecApp
/usr/bin/JxrEncApp
/usr/lib/.build-id
/usr/lib/.build-id/13
/usr/lib/.build-id/13/54f43670164c0a666d33cc6ad19cb2be37ab22
/usr/lib/.build-id/98
/usr/lib/.build-id/98/1df1147aed82892930daf3d36f9076dfa3a2c8
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/81948c7f358e236b14b430376d80bbd1328922
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/0750998caa458730018485d2bf07b8f6d6d8dc
/usr/lib/libjpegxr.so.0
/usr/lib/libjpegxr.so.0.0.0
/usr/lib/libjxrglue.so.0
/usr/lib/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
- [jxrlib website](https://jxrlib.codeplex.com/ https://jxrlib.codeplex.com/)
Summary
In this tutorial we learn how to install jxrlib
on Fedora 34 using yum and dnf.