How To Install mingw32-libglade2 on Fedora 36

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

Introduction

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

What is mingw32-libglade2

MinGW Windows Libglade2 library.

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

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

sudo dnf -y install mingw32-libglade2

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

sudo yum -y install mingw32-libglade2

How To Uninstall mingw32-libglade2 on Fedora 36

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

sudo dnf remove mingw32-libglade2

mingw32-libglade2 Package Contents on Fedora 36

/usr/i686-w64-mingw32/sys-root/mingw/bin/libglade-2.0-0.dll
/usr/i686-w64-mingw32/sys-root/mingw/bin/libglade-convert
/usr/i686-w64-mingw32/sys-root/mingw/include/libglade-2.0
/usr/i686-w64-mingw32/sys-root/mingw/include/libglade-2.0/glade
/usr/i686-w64-mingw32/sys-root/mingw/include/libglade-2.0/glade/glade-build.h
/usr/i686-w64-mingw32/sys-root/mingw/include/libglade-2.0/glade/glade-init.h
/usr/i686-w64-mingw32/sys-root/mingw/include/libglade-2.0/glade/glade-parser.h
/usr/i686-w64-mingw32/sys-root/mingw/include/libglade-2.0/glade/glade-xml.h
/usr/i686-w64-mingw32/sys-root/mingw/include/libglade-2.0/glade/glade.h
/usr/i686-w64-mingw32/sys-root/mingw/lib/libglade-2.0.dll.a
/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/libglade-2.0.pc
/usr/i686-w64-mingw32/sys-root/mingw/share/xml/libglade
/usr/i686-w64-mingw32/sys-root/mingw/share/xml/libglade/glade-2.0.dtd
/usr/share/doc/mingw32-libglade2
/usr/share/doc/mingw32-libglade2/COPYING

References

Summary

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