How to Install and Uninstall rasdaemon.src Package on Oracle Linux 8

Last updated: March 01,2025

1. Install "rasdaemon.src" package

Learn how to install rasdaemon.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install rasdaemon.src

2. Uninstall "rasdaemon.src" package

Please follow the guidelines below to uninstall rasdaemon.src on Oracle Linux 8:

$ sudo dnf remove rasdaemon.src $ sudo dnf autoremove

3. Information about the rasdaemon.src package on Oracle Linux 8

Last metadata expiration check: 4:23:42 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : rasdaemon
Version : 0.6.1
Release : 12.el8
Architecture : src
Size : 409 k
Source : None
Repository : ol8_baseos_latest
Summary : Utility to receive RAS error tracings
URL : http://git.infradead.org/users/mchehab/rasdaemon.git
License : GPLv2
Description : rasdaemon is a RAS (Reliability, Availability and Serviceability) logging tool.
: It currently records memory errors, using the EDAC tracing events.
: EDAC is drivers in the Linux kernel that handle detection of ECC errors
: from memory controllers for most chipsets on i386 and x86_64 architectures.
: EDAC drivers for other architectures like arm also exists.
: This userspace component consists of an init script which makes sure
: EDAC drivers and DIMM labels are loaded at system startup, as well as
: an utility for reporting current error counts from the EDAC sysfs files.