How to Install and Uninstall rasdaemon.x86_64 Package on CentOS Stream 8

Last updated: June 29,2024

1. Install "rasdaemon.x86_64" package

Here is a brief guide to show you how to install rasdaemon.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install rasdaemon.x86_64

2. Uninstall "rasdaemon.x86_64" package

In this section, we are going to explain the necessary steps to uninstall rasdaemon.x86_64 on CentOS Stream 8:

$ sudo dnf remove rasdaemon.x86_64 $ sudo dnf autoremove

3. Information about the rasdaemon.x86_64 package on CentOS Stream 8

Last metadata expiration check: 2:26:09 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : rasdaemon
Version : 0.6.1
Release : 13.el8
Architecture : x86_64
Size : 114 k
Source : rasdaemon-0.6.1-13.el8.src.rpm
Repository : baseos
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.