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

Last updated: October 05,2024

1. Install "rasdaemon.src" package

This guide let you learn how to install rasdaemon.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install rasdaemon.src

2. Uninstall "rasdaemon.src" package

This is a short guide on how to uninstall rasdaemon.src on Oracle Linux 9:

$ sudo dnf remove rasdaemon.src $ sudo dnf autoremove

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

Last metadata expiration check: 3:11:27 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rasdaemon
Version : 0.6.7
Release : 8.0.1.el9
Architecture : src
Size : 471 k
Source : None
Repository : ol9_appstream
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.