How To Install qt-qdbusviewer on Fedora 36

In this tutorial we learn how to install qt-qdbusviewer in Fedora 36. qt-qdbusviewer is D-Bus debugger and viewer

Introduction

In this tutorial we learn how to install qt-qdbusviewer on Fedora 36.

What is qt-qdbusviewer

QDbusviewer can be used to inspect D-Bus objects of running programs and invoke methods on those objects.

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

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

sudo dnf -y install qt-qdbusviewer

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

sudo yum -y install qt-qdbusviewer

How To Uninstall qt-qdbusviewer on Fedora 36

To uninstall only the qt-qdbusviewer package we can use the following command:

sudo dnf remove qt-qdbusviewer

qt-qdbusviewer Package Contents on Fedora 36

/usr/bin/qdbusviewer
/usr/lib/.build-id
/usr/lib/.build-id/60/4c9cec5fffbb355ee03b4f0db7d5e2b36b28bf
/usr/lib/.build-id/60/4c9cec5fffbb355ee03b4f0db7d5e2b36b28bf.1
/usr/lib64/qt4/bin/qdbusviewer
/usr/share/applications/qt4-qdbusviewer.desktop
/usr/share/icons/hicolor/128x128/apps/qdbusviewer.png
/usr/share/icons/hicolor/32x32/apps/qdbusviewer.png

References

Summary

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