How To Install mingw32-dbus-glib on Fedora 36

In this tutorial we learn how to install mingw32-dbus-glib in Fedora 36. mingw32-dbus-glib is MinGW build of GLib bindings for D-Bus

Introduction

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

What is mingw32-dbus-glib

D-Bus is a message bus system, a simple way for applications to talk to one another. D-Bus supplies both a system daemon and a per-user-log in-session daemon. Also, the message bus is built on top of a general one-to-one message passing framework, which can be used by any two apps to communicate directly (without going through the message bus daemon).

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

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

sudo dnf -y install mingw32-dbus-glib

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

sudo yum -y install mingw32-dbus-glib

How To Uninstall mingw32-dbus-glib on Fedora 36

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

sudo dnf remove mingw32-dbus-glib

mingw32-dbus-glib Package Contents on Fedora 36

/usr/i686-w64-mingw32/sys-root/mingw/bin/dbus-binding-tool.exe
/usr/i686-w64-mingw32/sys-root/mingw/bin/libdbus-glib-1-2.dll
/usr/i686-w64-mingw32/sys-root/mingw/include/dbus-1.0/dbus/dbus-glib-bindings.h
/usr/i686-w64-mingw32/sys-root/mingw/include/dbus-1.0/dbus/dbus-glib-lowlevel.h
/usr/i686-w64-mingw32/sys-root/mingw/include/dbus-1.0/dbus/dbus-glib.h
/usr/i686-w64-mingw32/sys-root/mingw/include/dbus-1.0/dbus/dbus-gtype-specialized.h
/usr/i686-w64-mingw32/sys-root/mingw/include/dbus-1.0/dbus/dbus-gvalue-parse-variant.h
/usr/i686-w64-mingw32/sys-root/mingw/lib/libdbus-glib-1.dll.a
/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/dbus-glib-1.pc
/usr/share/doc/mingw32-dbus-glib
/usr/share/doc/mingw32-dbus-glib/COPYING
/usr/share/doc/mingw32-dbus-glib/NEWS
/usr/share/doc/mingw32-dbus-glib/README

References

Summary

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