How to Install and Uninstall edac-util.x86_64 Package on Rocky Linux 8

Last updated: July 03,2024

1. Install "edac-util.x86_64" package

Please follow the guidance below to install edac-util.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install edac-util.x86_64

2. Uninstall "edac-util.x86_64" package

Please follow the steps below to uninstall edac-util.x86_64 on Rocky Linux 8:

$ sudo dnf remove edac-util.x86_64 $ sudo dnf autoremove

3. Information about the edac-util.x86_64 package on Rocky Linux 8

Last metadata expiration check: 2:04:33 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : edac-util
Version : 0.18
Release : 20.el8
Architecture : x86_64
Size : 27 k
Source : edac-utils-0.18-20.el8.src.rpm
Repository : epel
Summary : Command-line tool to generate standard EDAC reports
URL : https://github.com/grondo/edac-utils
License : GPLv2+
Description :
: EDAC (Error Detection and Correction) is a set of Linux kernel modules that
: handle reporting of hardware-related errors. Currently these modules mainly
: handle detection of ECC memory errors for many x86 and x86-64 chipsets and PCI
: bus parity errors.
:
: The edac-utils project currently has three components: libedac, edac-util, and
: edac-ctl. The libedac library presents a standard API for reading EDAC error
: counts and other information from sysfs, and edac-util uses this API to
: generate standard reports from the commandline. The edac-ctl utility is a perl
: script which uses config files to load the appropriate EDAC driver for a given
: chipset and register motherboard DIMM labels if they are configured. An init
: script is also provided which uses edac-ctl to initialize EDAC at system
: startup.
:
: This package provides the edac-util command-line tool.