How To Install mingw32-libgpg-error on Fedora 36

In this tutorial we learn how to install mingw32-libgpg-error in Fedora 36. mingw32-libgpg-error is MinGW Windows libgpg-error compression library for the win32 target

Introduction

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

What is mingw32-libgpg-error

MinGW Windows GnuPGP error library.

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

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

sudo dnf -y install mingw32-libgpg-error

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

sudo yum -y install mingw32-libgpg-error

How To Uninstall mingw32-libgpg-error on Fedora 36

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

sudo dnf remove mingw32-libgpg-error

mingw32-libgpg-error Package Contents on Fedora 36

/usr/i686-w64-mingw32/sys-root/mingw/bin/gpg-error-config
/usr/i686-w64-mingw32/sys-root/mingw/bin/gpg-error.exe
/usr/i686-w64-mingw32/sys-root/mingw/bin/gpgrt-config
/usr/i686-w64-mingw32/sys-root/mingw/bin/libgpg-error-0.dll
/usr/i686-w64-mingw32/sys-root/mingw/bin/yat2m.exe
/usr/i686-w64-mingw32/sys-root/mingw/include/gpg-error.h
/usr/i686-w64-mingw32/sys-root/mingw/include/gpgrt.h
/usr/i686-w64-mingw32/sys-root/mingw/lib/libgpg-error.dll.a
/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/gpg-error.pc
/usr/i686-w64-mingw32/sys-root/mingw/share/aclocal/gpg-error.m4
/usr/i686-w64-mingw32/sys-root/mingw/share/aclocal/gpgrt.m4
/usr/i686-w64-mingw32/sys-root/mingw/share/common-lisp/source/gpg-error/gpg-error-codes.lisp
/usr/i686-w64-mingw32/sys-root/mingw/share/common-lisp/source/gpg-error/gpg-error-package.lisp
/usr/i686-w64-mingw32/sys-root/mingw/share/common-lisp/source/gpg-error/gpg-error.asd
/usr/i686-w64-mingw32/sys-root/mingw/share/common-lisp/source/gpg-error/gpg-error.lisp
/usr/i686-w64-mingw32/sys-root/mingw/share/libgpg-error
/usr/i686-w64-mingw32/sys-root/mingw/share/libgpg-error/errorref.txt
/usr/i686-w64-mingw32/sys-root/mingw/share/locale/cs/LC_MESSAGES/libgpg-error.mo
/usr/i686-w64-mingw32/sys-root/mingw/share/locale/da/LC_MESSAGES/libgpg-error.mo
/usr/i686-w64-mingw32/sys-root/mingw/share/locale/de/LC_MESSAGES/libgpg-error.mo
/usr/i686-w64-mingw32/sys-root/mingw/share/locale/eo/LC_MESSAGES/libgpg-error.mo
/usr/i686-w64-mingw32/sys-root/mingw/share/locale/es/LC_MESSAGES/libgpg-error.mo
/usr/i686-w64-mingw32/sys-root/mingw/share/locale/fr/LC_MESSAGES/libgpg-error.mo
/usr/i686-w64-mingw32/sys-root/mingw/share/locale/hu/LC_MESSAGES/libgpg-error.mo
/usr/i686-w64-mingw32/sys-root/mingw/share/locale/it/LC_MESSAGES/libgpg-error.mo
/usr/i686-w64-mingw32/sys-root/mingw/share/locale/ja/LC_MESSAGES/libgpg-error.mo
/usr/i686-w64-mingw32/sys-root/mingw/share/locale/nl/LC_MESSAGES/libgpg-error.mo
/usr/i686-w64-mingw32/sys-root/mingw/share/locale/pl/LC_MESSAGES/libgpg-error.mo
/usr/i686-w64-mingw32/sys-root/mingw/share/locale/pt/LC_MESSAGES/libgpg-error.mo
/usr/i686-w64-mingw32/sys-root/mingw/share/locale/ro/LC_MESSAGES/libgpg-error.mo
/usr/i686-w64-mingw32/sys-root/mingw/share/locale/ru/LC_MESSAGES/libgpg-error.mo
/usr/i686-w64-mingw32/sys-root/mingw/share/locale/sr/LC_MESSAGES/libgpg-error.mo
/usr/i686-w64-mingw32/sys-root/mingw/share/locale/sv/LC_MESSAGES/libgpg-error.mo
/usr/i686-w64-mingw32/sys-root/mingw/share/locale/uk/LC_MESSAGES/libgpg-error.mo
/usr/i686-w64-mingw32/sys-root/mingw/share/locale/vi/LC_MESSAGES/libgpg-error.mo
/usr/i686-w64-mingw32/sys-root/mingw/share/locale/zh_CN/LC_MESSAGES/libgpg-error.mo
/usr/i686-w64-mingw32/sys-root/mingw/share/locale/zh_TW/LC_MESSAGES/libgpg-error.mo

References

Summary

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