How To Install dbus-common on Fedora 36

In this tutorial we learn how to install dbus-common in Fedora 36. dbus-common is D-BUS message bus configuration

Introduction

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

What is dbus-common

The dbus-common package provides the configuration and setup files for D-Bus implementations to provide a System and User Message Bus.

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

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

sudo dnf -y install dbus-common

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

sudo yum -y install dbus-common

How To Uninstall dbus-common on Fedora 36

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

sudo dnf remove dbus-common

dbus-common Package Contents on Fedora 36

/etc/dbus-1
/etc/dbus-1/session.conf
/etc/dbus-1/session.d
/etc/dbus-1/system.conf
/etc/dbus-1/system.d
/usr/lib/systemd/system/dbus.socket
/usr/lib/systemd/user/dbus.socket
/usr/lib/sysusers.d/dbus.conf
/usr/share/dbus-1
/usr/share/dbus-1/interfaces
/usr/share/dbus-1/services
/usr/share/dbus-1/session.conf
/usr/share/dbus-1/session.d
/usr/share/dbus-1/system-services
/usr/share/dbus-1/system.conf
/usr/share/dbus-1/system.d

References

Summary

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