How to Install and Uninstall collectd-mdevents.x86_64 Package on Oracle Linux 9

Last updated: June 03,2024

1. Install "collectd-mdevents.x86_64" package

This guide let you learn how to install collectd-mdevents.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install collectd-mdevents.x86_64

2. Uninstall "collectd-mdevents.x86_64" package

Learn how to uninstall collectd-mdevents.x86_64 on Oracle Linux 9:

$ sudo dnf remove collectd-mdevents.x86_64 $ sudo dnf autoremove

3. Information about the collectd-mdevents.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:42:36 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : collectd-mdevents
Version : 5.12.0
Release : 24.el9
Architecture : x86_64
Size : 17 k
Source : collectd-5.12.0-24.el9.src.rpm
Repository : epel
Summary : Get events from RAID arrays in syslog
URL : https://collectd.org/
License : GPLv2
Description : This plugin, named mdevents, is responsible for gathering the events
: from RAID arrays that were written to syslog by mdadm utility (which
: is a user-space software for managing the RAIDs). Then, based on
: configuration provided by user, plugin will decide whether to send the
: collectd notification or not.
:
: Mdevents needs the syslog and mdadm to be present on a platform that
: collectd is launched.