How To Install mingw32-zstd on Fedora 36

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

Introduction

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

What is mingw32-zstd

MinGW Windows zstd library.

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

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

sudo dnf -y install mingw32-zstd

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

sudo yum -y install mingw32-zstd

How To Uninstall mingw32-zstd on Fedora 36

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

sudo dnf remove mingw32-zstd

mingw32-zstd Package Contents on Fedora 36

/usr/i686-w64-mingw32/sys-root/mingw/bin/libzstd.dll
/usr/i686-w64-mingw32/sys-root/mingw/include/zstd
/usr/i686-w64-mingw32/sys-root/mingw/include/zstd/zdict.h
/usr/i686-w64-mingw32/sys-root/mingw/include/zstd/zstd.h
/usr/i686-w64-mingw32/sys-root/mingw/include/zstd/zstd_errors.h
/usr/i686-w64-mingw32/sys-root/mingw/lib/cmake/zstd
/usr/i686-w64-mingw32/sys-root/mingw/lib/cmake/zstd/zstdConfig.cmake
/usr/i686-w64-mingw32/sys-root/mingw/lib/cmake/zstd/zstdConfigVersion.cmake
/usr/i686-w64-mingw32/sys-root/mingw/lib/cmake/zstd/zstdTargets-release.cmake
/usr/i686-w64-mingw32/sys-root/mingw/lib/cmake/zstd/zstdTargets.cmake
/usr/i686-w64-mingw32/sys-root/mingw/lib/libzstd.dll.a
/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/libzstd.pc
/usr/share/licenses/mingw32-zstd
/usr/share/licenses/mingw32-zstd/COPYING

References

Summary

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