How To Install libjxl-utils on Fedora 36
Introduction
In this tutorial we learn how to install libjxl-utils
on Fedora 36.
What is libjxl-utils
This package contains a reference implementation of JPEG XL (encoder and decoder).
We can use yum
or dnf
to install libjxl-utils
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libjxl-utils.
Install libjxl-utils on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libjxl-utils
using dnf
by running the following command:
sudo dnf -y install libjxl-utils
Install libjxl-utils on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libjxl-utils
using yum
by running the following command:
sudo yum -y install libjxl-utils
How To Uninstall libjxl-utils on Fedora 36
To uninstall only the libjxl-utils
package we can use the following command:
sudo dnf remove libjxl-utils
libjxl-utils Package Contents on Fedora 36
/usr/bin/cjxl
/usr/bin/djxl
/usr/lib/.build-id
/usr/lib/.build-id/12
/usr/lib/.build-id/12/3339f80324ac07f568c983912e58fa09b7df30
/usr/lib/.build-id/96
/usr/lib/.build-id/96/d3555b21e3375bff31ec63b95a954b06d5364c
/usr/share/doc/libjxl-utils
/usr/share/doc/libjxl-utils/CONTRIBUTING.md
/usr/share/doc/libjxl-utils/CONTRIBUTORS
/usr/share/doc/libjxl-utils/README.md
/usr/share/man/man1/cjxl.1.gz
/usr/share/man/man1/djxl.1.gz
References
Summary
In this tutorial we learn how to install libjxl-utils
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).