How To Install mingw64-dbus-glib on Fedora 36
Introduction
In this tutorial we learn how to install mingw64-dbus-glib on Fedora 36.
What is mingw64-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 mingw64-dbus-glib on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mingw64-dbus-glib.
Install mingw64-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 mingw64-dbus-glib using dnf by running the following command:
sudo dnf -y install mingw64-dbus-glib
Install mingw64-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 mingw64-dbus-glib using yum by running the following command:
sudo yum -y install mingw64-dbus-glib
How To Uninstall mingw64-dbus-glib on Fedora 36
To uninstall only the mingw64-dbus-glib package we can use the following command:
sudo dnf remove mingw64-dbus-glib
mingw64-dbus-glib Package Contents on Fedora 36
/usr/share/doc/mingw64-dbus-glib
/usr/share/doc/mingw64-dbus-glib/COPYING
/usr/share/doc/mingw64-dbus-glib/NEWS
/usr/share/doc/mingw64-dbus-glib/README
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/dbus-binding-tool.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libdbus-glib-1-2.dll
/usr/x86_64-w64-mingw32/sys-root/mingw/include/dbus-1.0/dbus/dbus-glib-bindings.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/dbus-1.0/dbus/dbus-glib-lowlevel.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/dbus-1.0/dbus/dbus-glib.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/dbus-1.0/dbus/dbus-gtype-specialized.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/dbus-1.0/dbus/dbus-gvalue-parse-variant.h
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libdbus-glib-1.dll.a
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig/dbus-glib-1.pc
References
Summary
In this tutorial we learn how to install mingw64-dbus-glib on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).