How To Install mingw64-dbus on Fedora 36

In this tutorial we learn how to install mingw64-dbus in Fedora 36. mingw64-dbus is MinGW Windows port of D-Bus

Introduction

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

What is mingw64-dbus

D-BUS is a system for sending messages between applications. It is used both for the system wide message bus service, and as a per-user-login-session messaging facility.

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

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

sudo dnf -y install mingw64-dbus

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

sudo yum -y install mingw64-dbus

How To Uninstall mingw64-dbus on Fedora 36

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

sudo dnf remove mingw64-dbus

mingw64-dbus Package Contents on Fedora 36

/usr/share/doc/mingw64-dbus
/usr/share/doc/mingw64-dbus/COPYING
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/dbus-daemon.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/dbus-launch.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/dbus-monitor.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/dbus-send.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libdbus-1-3.dll
/usr/x86_64-w64-mingw32/sys-root/mingw/etc/dbus-1
/usr/x86_64-w64-mingw32/sys-root/mingw/etc/dbus-1/session.conf
/usr/x86_64-w64-mingw32/sys-root/mingw/etc/dbus-1/session.d
/usr/x86_64-w64-mingw32/sys-root/mingw/etc/dbus-1/system.conf
/usr/x86_64-w64-mingw32/sys-root/mingw/etc/dbus-1/system.d
/usr/x86_64-w64-mingw32/sys-root/mingw/include/dbus-1.0
/usr/x86_64-w64-mingw32/sys-root/mingw/include/dbus-1.0/dbus
/usr/x86_64-w64-mingw32/sys-root/mingw/include/dbus-1.0/dbus/dbus-address.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/dbus-1.0/dbus/dbus-bus.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/dbus-1.0/dbus/dbus-connection.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/dbus-1.0/dbus/dbus-errors.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/dbus-1.0/dbus/dbus-macros.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/dbus-1.0/dbus/dbus-memory.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/dbus-1.0/dbus/dbus-message.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/dbus-1.0/dbus/dbus-misc.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/dbus-1.0/dbus/dbus-pending-call.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/dbus-1.0/dbus/dbus-protocol.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/dbus-1.0/dbus/dbus-server.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/dbus-1.0/dbus/dbus-shared.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/dbus-1.0/dbus/dbus-signature.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/dbus-1.0/dbus/dbus-syntax.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/dbus-1.0/dbus/dbus-threads.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/dbus-1.0/dbus/dbus-types.h
/usr/x86_64-w64-mingw32/sys-root/mingw/include/dbus-1.0/dbus/dbus.h
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/dbus-1.0
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/dbus-1.0/include
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/dbus-1.0/include/dbus
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/dbus-1.0/include/dbus/dbus-arch-deps.h
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libdbus-1.dll.a
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig/dbus-1.pc

References

Summary

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