How To Install gimp-jxl-plugin on Fedora 36

In this tutorial we learn how to install gimp-jxl-plugin in Fedora 36. gimp-jxl-plugin is A plugin for loading and saving JPEG-XL images

Introduction

In this tutorial we learn how to install gimp-jxl-plugin on Fedora 36.

What is gimp-jxl-plugin

This is a GIMP plugin for loading and saving JPEG-XL images.

We can use yum or dnf to install gimp-jxl-plugin on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gimp-jxl-plugin.

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

sudo dnf -y install gimp-jxl-plugin

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

sudo yum -y install gimp-jxl-plugin

How To Uninstall gimp-jxl-plugin on Fedora 36

To uninstall only the gimp-jxl-plugin package we can use the following command:

sudo dnf remove gimp-jxl-plugin

gimp-jxl-plugin Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/fc6d73901ce6ebcffea2d14c79db8233c8b062
/usr/lib64/gimp/2.0/plug-ins/file-jxl
/usr/lib64/gimp/2.0/plug-ins/file-jxl/file-jxl
/usr/share/licenses/gimp-jxl-plugin
/usr/share/licenses/gimp-jxl-plugin/LICENSE

References

Summary

In this tutorial we learn how to install gimp-jxl-plugin on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).