How To Install mingw32-jasper on Fedora 36

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

Introduction

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

What is mingw32-jasper

MinGW Windows Jasper library.

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

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

sudo dnf -y install mingw32-jasper

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

sudo yum -y install mingw32-jasper

How To Uninstall mingw32-jasper on Fedora 36

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

sudo dnf remove mingw32-jasper

mingw32-jasper Package Contents on Fedora 36

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

References

Summary

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