How To Install abrt-dbus on Rocky Linux 8

In this tutorial we learn how to install abrt-dbus on Rocky Linux 8. abrt-dbus is ABRT DBus service

Introduction

In this tutorial we learn how to install abrt-dbus on Rocky Linux 8.

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 Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install abrt-dbus.

Install abrt-dbus on Rocky Linux 8 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 Rocky Linux 8 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 Rocky Linux 8

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

sudo dnf remove abrt-dbus

abrt-dbus Package Contents on Rocky Linux 8

/etc/dbus-1/system.d/dbus-abrt.conf
/etc/libreport/events.d/abrt_dbus_event.conf
/usr/lib/.build-id
/usr/lib/.build-id/93
/usr/lib/.build-id/93/0895122d4d56de3b39a0fd5818efd7d7d6bdd4
/usr/lib/.build-id/c8
/usr/lib/.build-id/c8/9a5dda4f30b4a8f5763a59430a93aa440a7a47
/usr/sbin/abrt-configuration
/usr/sbin/abrt-dbus
/usr/share/dbus-1/interfaces/com.redhat.problems.configuration.abrt.xml
/usr/share/dbus-1/interfaces/com.redhat.problems.configuration.ccpp.xml
/usr/share/dbus-1/interfaces/com.redhat.problems.configuration.oops.xml
/usr/share/dbus-1/interfaces/com.redhat.problems.configuration.python3.xml
/usr/share/dbus-1/interfaces/com.redhat.problems.configuration.vmcore.xml
/usr/share/dbus-1/interfaces/com.redhat.problems.configuration.xml
/usr/share/dbus-1/interfaces/com.redhat.problems.configuration.xorg.xml
/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/com.redhat.problems.configuration.service
/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-configuration.8.gz
/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 Rocky Linux 8 using yum and dnf.