How To Install mingw32-jxrlib on Fedora 36

In this tutorial we learn how to install mingw32-jxrlib in Fedora 36. mingw32-jxrlib is MinGW Windows JPEG XR library

Introduction

In this tutorial we learn how to install mingw32-jxrlib on Fedora 36.

What is mingw32-jxrlib

MinGW Windows JPEG XR library.

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

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

sudo dnf -y install mingw32-jxrlib

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

sudo yum -y install mingw32-jxrlib

How To Uninstall mingw32-jxrlib on Fedora 36

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

sudo dnf remove mingw32-jxrlib

mingw32-jxrlib Package Contents on Fedora 36

/usr/i686-w64-mingw32/sys-root/mingw/bin/JxrDecApp.exe
/usr/i686-w64-mingw32/sys-root/mingw/bin/JxrEncApp.exe
/usr/i686-w64-mingw32/sys-root/mingw/bin/libjpegxr.dll
/usr/i686-w64-mingw32/sys-root/mingw/bin/libjxrglue.dll
/usr/i686-w64-mingw32/sys-root/mingw/include/jxrlib
/usr/i686-w64-mingw32/sys-root/mingw/include/jxrlib/JXRGlue.h
/usr/i686-w64-mingw32/sys-root/mingw/include/jxrlib/JXRMeta.h
/usr/i686-w64-mingw32/sys-root/mingw/include/jxrlib/JXRTest.h
/usr/i686-w64-mingw32/sys-root/mingw/include/jxrlib/guiddef.h
/usr/i686-w64-mingw32/sys-root/mingw/include/jxrlib/windowsmediaphoto.h
/usr/i686-w64-mingw32/sys-root/mingw/include/jxrlib/wmsal.h
/usr/i686-w64-mingw32/sys-root/mingw/include/jxrlib/wmspecstring.h
/usr/i686-w64-mingw32/sys-root/mingw/include/jxrlib/wmspecstrings_adt.h
/usr/i686-w64-mingw32/sys-root/mingw/include/jxrlib/wmspecstrings_strict.h
/usr/i686-w64-mingw32/sys-root/mingw/include/jxrlib/wmspecstrings_undef.h
/usr/i686-w64-mingw32/sys-root/mingw/lib/libjpegxr.dll.a
/usr/i686-w64-mingw32/sys-root/mingw/lib/libjxrglue.dll.a

References

Summary

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