How To Install policycoreutils-dbus on Fedora 36

In this tutorial we learn how to install policycoreutils-dbus in Fedora 36. policycoreutils-dbus is SELinux policy core DBUS api

Introduction

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

What is policycoreutils-dbus

The policycoreutils-dbus package contains the management DBUS API use to manage an SELinux environment.

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

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

sudo dnf -y install policycoreutils-dbus

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

sudo yum -y install policycoreutils-dbus

How To Uninstall policycoreutils-dbus on Fedora 36

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

sudo dnf remove policycoreutils-dbus

policycoreutils-dbus Package Contents on Fedora 36

/etc/dbus-1/system.d/org.selinux.conf
/usr/share/dbus-1/system-services/org.selinux.service
/usr/share/polkit-1/actions/org.selinux.config.policy
/usr/share/polkit-1/actions/org.selinux.policy
/usr/share/system-config-selinux/__pycache__
/usr/share/system-config-selinux/__pycache__/selinux_server.cpython-310.opt-1.pyc
/usr/share/system-config-selinux/__pycache__/selinux_server.cpython-310.pyc
/usr/share/system-config-selinux/selinux_server.py

References

Summary

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