How To Install abrt-dbus on Fedora 36

In this tutorial we learn how to install abrt-dbus in Fedora 36. abrt-dbus is ABRT DBus service

Introduction

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

What is abrt-dbus

ABRT DBus service which provides org.freedesktop.problems API on dbus and uses PolicyKit to authorize to access the problem data.

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

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

sudo dnf -y install abrt-dbus

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

sudo yum -y install abrt-dbus

How To Uninstall abrt-dbus on Fedora 36

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

sudo dnf remove abrt-dbus

abrt-dbus Package Contents on Fedora 36

/etc/dbus-1/system.d/dbus-abrt.conf
/etc/libreport/events.d/abrt_dbus_event.conf
/usr/lib/.build-id
/usr/lib/.build-id/79
/usr/lib/.build-id/79/c8cc8a4189805e27ea77135964741f0d449b6a
/usr/sbin/abrt-dbus
/usr/share/dbus-1/interfaces/org.freedesktop.Problems2.Entry.xml
/usr/share/dbus-1/interfaces/org.freedesktop.Problems2.Session.xml
/usr/share/dbus-1/interfaces/org.freedesktop.Problems2.Task.xml
/usr/share/dbus-1/interfaces/org.freedesktop.Problems2.xml
/usr/share/dbus-1/system-services/org.freedesktop.problems.service
/usr/share/doc/abrt-dbus
/usr/share/doc/abrt-dbus/html
/usr/share/doc/abrt-dbus/html/ch01.html
/usr/share/doc/abrt-dbus/html/ch02.html
/usr/share/doc/abrt-dbus/html/index.html
/usr/share/doc/abrt-dbus/html/pt01.html
/usr/share/doc/abrt-dbus/html/re01.html
/usr/share/doc/abrt-dbus/html/style.css
/usr/share/man/man8/abrt-dbus.8.gz
/usr/share/polkit-1/actions/abrt_polkit.policy

References

Summary

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