How To Install dmraid-events on Fedora 36
Introduction
In this tutorial we learn how to install dmraid-events
on Fedora 36.
What is dmraid-events
Provides a dmeventd DSO and the dmevent_tool to register devices with it for device monitoring. All active RAID sets should be manually registered with dmevent_tool.
We can use yum
or dnf
to install dmraid-events
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dmraid-events.
Install dmraid-events 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 dmraid-events
using dnf
by running the following command:
sudo dnf -y install dmraid-events
Install dmraid-events 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 dmraid-events
using yum
by running the following command:
sudo yum -y install dmraid-events
How To Uninstall dmraid-events on Fedora 36
To uninstall only the dmraid-events
package we can use the following command:
sudo dnf remove dmraid-events
dmraid-events Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/11
/usr/lib/.build-id/11/ab4229ab9cef5cba2f9c63e311b8548a25c4c9
/usr/lib/.build-id/11/ab4229ab9cef5cba2f9c63e311b8548a25c4c9.1
/usr/sbin/dm_dso_reg_tool
/usr/sbin/dmevent_tool
/usr/share/man/man8/dm_dso_reg_tool.8.gz
/usr/share/man/man8/dmevent_tool.8.gz
References
Summary
In this tutorial we learn how to install dmraid-events
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).