How To Install rpm-plugin-dbus-announce on Fedora 36

In this tutorial we learn how to install rpm-plugin-dbus-announce in Fedora 36. rpm-plugin-dbus-announce is Rpm plugin for announcing transactions on the DBUS

Introduction

In this tutorial we learn how to install rpm-plugin-dbus-announce on Fedora 36.

What is rpm-plugin-dbus-announce

The plugin announces basic information about rpm transactions to the system DBUS - like packages installed or removed. Other programs can subscribe to the signals to get notified when packages on the system change.

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

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

sudo dnf -y install rpm-plugin-dbus-announce

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

sudo yum -y install rpm-plugin-dbus-announce

How To Uninstall rpm-plugin-dbus-announce on Fedora 36

To uninstall only the rpm-plugin-dbus-announce package we can use the following command:

sudo dnf remove rpm-plugin-dbus-announce

rpm-plugin-dbus-announce Package Contents on Fedora 36

/etc/dbus-1/system.d/org.rpm.conf
/usr/lib/.build-id
/usr/lib/.build-id/50/fdce886dcf6cddb85cea3990a28ac42855dd74
/usr/lib64/rpm-plugins/dbus_announce.so
/usr/share/man/man8/rpm-plugin-dbus-announce.8.gz

References

Summary

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