How To Install mingw32-libjpeg-turbo on Fedora 36

In this tutorial we learn how to install mingw32-libjpeg-turbo in Fedora 36. mingw32-libjpeg-turbo is MinGW Windows Libjpeg-turbo library

Introduction

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

What is mingw32-libjpeg-turbo

MinGW Windows cross compiled Libjpeg-turbo library.

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

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

sudo dnf -y install mingw32-libjpeg-turbo

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

sudo yum -y install mingw32-libjpeg-turbo

How To Uninstall mingw32-libjpeg-turbo on Fedora 36

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

sudo dnf remove mingw32-libjpeg-turbo

mingw32-libjpeg-turbo Package Contents on Fedora 36

/usr/i686-w64-mingw32/sys-root/mingw/bin/libjpeg-62.dll
/usr/i686-w64-mingw32/sys-root/mingw/include/jconfig.h
/usr/i686-w64-mingw32/sys-root/mingw/include/jerror.h
/usr/i686-w64-mingw32/sys-root/mingw/include/jmorecfg.h
/usr/i686-w64-mingw32/sys-root/mingw/include/jpeglib.h
/usr/i686-w64-mingw32/sys-root/mingw/lib/cmake/libjpeg-turbo
/usr/i686-w64-mingw32/sys-root/mingw/lib/cmake/libjpeg-turbo/libjpeg-turboConfig.cmake
/usr/i686-w64-mingw32/sys-root/mingw/lib/cmake/libjpeg-turbo/libjpeg-turboConfigVersion.cmake
/usr/i686-w64-mingw32/sys-root/mingw/lib/cmake/libjpeg-turbo/libjpeg-turboTargets-release.cmake
/usr/i686-w64-mingw32/sys-root/mingw/lib/cmake/libjpeg-turbo/libjpeg-turboTargets.cmake
/usr/i686-w64-mingw32/sys-root/mingw/lib/libjpeg.dll.a
/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/libjpeg.pc
/usr/share/doc/mingw32-libjpeg-turbo
/usr/share/doc/mingw32-libjpeg-turbo/ChangeLog.md
/usr/share/doc/mingw32-libjpeg-turbo/README.ijg
/usr/share/doc/mingw32-libjpeg-turbo/README.md
/usr/share/licenses/mingw32-libjpeg-turbo
/usr/share/licenses/mingw32-libjpeg-turbo/LICENSE.md

References

Summary

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