How To Install dbus-tools on Fedora 36

In this tutorial we learn how to install dbus-tools in Fedora 36. dbus-tools is D-BUS Tools and Utilities

Introduction

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

What is dbus-tools

Tools and utilities to interact with a running D-Bus Message Bus, provided by the reference implementation.

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

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

sudo dnf -y install dbus-tools

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

sudo yum -y install dbus-tools

How To Uninstall dbus-tools on Fedora 36

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

sudo dnf remove dbus-tools

dbus-tools Package Contents on Fedora 36

/usr/bin/dbus-monitor
/usr/bin/dbus-send
/usr/bin/dbus-update-activation-environment
/usr/bin/dbus-uuidgen
/usr/lib/.build-id
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/de40a049593ec3d2ca7212e48a22b9a7f2110d
/usr/lib/.build-id/76
/usr/lib/.build-id/76/d18537b6121da7a147a6a7c9ae819392450052
/usr/lib/.build-id/c8
/usr/lib/.build-id/c8/1db0e7c9ace437780109744cdc032bcefed18d
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/b54d9f260de5104c49001988830a1c28e5b09a
/usr/share/licenses/dbus-tools
/usr/share/licenses/dbus-tools/COPYING
/usr/share/man/man1/dbus-monitor.1.gz
/usr/share/man/man1/dbus-send.1.gz
/usr/share/man/man1/dbus-update-activation-environment.1.gz
/usr/share/man/man1/dbus-uuidgen.1.gz

References

Summary

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