How To Install mingw64-libwebp on Fedora 36

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

Introduction

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

What is mingw64-libwebp

MinGW Windows libwebp library.

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

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

sudo dnf -y install mingw64-libwebp

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

sudo yum -y install mingw64-libwebp

How To Uninstall mingw64-libwebp on Fedora 36

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

sudo dnf remove mingw64-libwebp

mingw64-libwebp Package Contents on Fedora 36

/usr/share/licenses/mingw64-libwebp
/usr/share/licenses/mingw64-libwebp/COPYING
/usr/share/licenses/mingw64-libwebp/PATENTS
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/cwebp.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/dwebp.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/gif2webp.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/img2webp.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libwebp-7.dll
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libwebpdecoder-3.dll
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libwebpdemux-2.dll
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libwebpmux-3.dll
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/webpinfo.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/webpmux.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/include/webp
/usr/x86_64-w64-mingw32/sys-root/mingw/include/webp/decode.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/webp/demux.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/webp/encode.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/webp/mux.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/webp/mux_types.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/webp/types.h
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/cmake/WebP
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/cmake/WebP/WebPConfig.cmake
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/cmake/WebP/WebPConfigVersion.cmake
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/cmake/WebP/WebPTargets-release.cmake
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/cmake/WebP/WebPTargets.cmake
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libwebp.dll.a
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libwebpdecoder.dll.a
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libwebpdemux.dll.a
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libwebpmux.dll.a
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig/libwebp.pc
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig/libwebpdecoder.pc
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig/libwebpdemux.pc
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig/libwebpmux.pc

References

Summary

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