How To Install audispd-plugins on Fedora 36

In this tutorial we learn how to install audispd-plugins in Fedora 36. audispd-plugins is Plugins for the audit event dispatcher

Introduction

In this tutorial we learn how to install audispd-plugins on Fedora 36.

What is audispd-plugins

The audispd-plugins package provides plugins for the real-time interface to the audit system, audispd. These plugins can do things like relay events to remote machines.

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

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

sudo dnf -y install audispd-plugins

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

sudo yum -y install audispd-plugins

How To Uninstall audispd-plugins on Fedora 36

To uninstall only the audispd-plugins package we can use the following command:

sudo dnf remove audispd-plugins

audispd-plugins Package Contents on Fedora 36

/etc/audit/audisp-remote.conf
/etc/audit/audisp-statsd.conf
/etc/audit/plugins.d/au-remote.conf
/etc/audit/plugins.d/au-statsd.conf
/etc/audit/plugins.d/syslog.conf
/usr/lib/.build-id
/usr/lib/.build-id/29
/usr/lib/.build-id/29/f80b6ceab2c90d935f70c8cf51e33d1ca4bb59
/usr/lib/.build-id/de
/usr/lib/.build-id/de/69e9601ebb3de65d0ccff913348e511eb49a23
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/82a17080b6f9110067ad1f9b6d4553a5e316fc
/usr/sbin/audisp-remote
/usr/sbin/audisp-statsd
/usr/sbin/audisp-syslog
/usr/share/man/man5/audisp-remote.conf.5.gz
/usr/share/man/man8/audisp-remote.8.gz
/usr/share/man/man8/audisp-statsd.8.gz
/usr/share/man/man8/audisp-syslog.8.gz
/var/spool/audit

References

Summary

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