How To Install dbus-libs on Fedora 36

In this tutorial we learn how to install dbus-libs in Fedora 36. dbus-libs is Libraries for accessing D-BUS

Introduction

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

What is dbus-libs

This package contains lowlevel libraries for accessing D-BUS.

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

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

sudo dnf -y install dbus-libs

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

sudo yum -y install dbus-libs

How To Uninstall dbus-libs on Fedora 36

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

sudo dnf remove dbus-libs

dbus-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/18
/usr/lib/.build-id/18/0fe9c567fe8c90bdbe2a2c9316ef745621e4b2
/usr/lib64/libdbus-1.so.3
/usr/lib64/libdbus-1.so.3.32.0
/usr/share/licenses/dbus-libs
/usr/share/licenses/dbus-libs/COPYING

References

Summary

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