How To Install mingw64-jasper on Fedora 36

In this tutorial we learn how to install mingw64-jasper in Fedora 36. mingw64-jasper is MinGW Windows Jasper library

Introduction

In this tutorial we learn how to install mingw64-jasper on Fedora 36.

What is mingw64-jasper

MinGW Windows Jasper library.

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

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

sudo dnf -y install mingw64-jasper

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

sudo yum -y install mingw64-jasper

How To Uninstall mingw64-jasper on Fedora 36

To uninstall only the mingw64-jasper package we can use the following command:

sudo dnf remove mingw64-jasper

mingw64-jasper Package Contents on Fedora 36

/usr/share/licenses/mingw64-jasper
/usr/share/licenses/mingw64-jasper/COPYRIGHT
/usr/share/licenses/mingw64-jasper/LICENSE
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/imgcmp.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/imginfo.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/jasper.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libjasper-4.dll
/usr/x86_64-w64-mingw32/sys-root/mingw/include/jasper
/usr/x86_64-w64-mingw32/sys-root/mingw/include/jasper/jas_cm.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/jasper/jas_compiler.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/jasper/jas_config.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/jasper/jas_debug.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/jasper/jas_dll.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/jasper/jas_fix.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/jasper/jas_getopt.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/jasper/jas_icc.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/jasper/jas_image.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/jasper/jas_init.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/jasper/jas_malloc.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/jasper/jas_math.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/jasper/jas_seq.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/jasper/jas_stream.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/jasper/jas_string.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/jasper/jas_tmr.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/jasper/jas_tvp.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/jasper/jas_types.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/jasper/jas_version.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/jasper/jasper.h
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libjasper.dll.a
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig/jasper.pc

References

Summary

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