How To Install libedac-devel on Fedora 36
Introduction
In this tutorial we learn how to install libedac-devel
on Fedora 36.
What is libedac-devel
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 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 contains the development headers and libraries and the man page for libedac.
We can use yum
or dnf
to install libedac-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libedac-devel.
Install libedac-devel 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 libedac-devel
using dnf
by running the following command:
sudo dnf -y install libedac-devel
Install libedac-devel 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 libedac-devel
using yum
by running the following command:
sudo yum -y install libedac-devel
How To Uninstall libedac-devel on Fedora 36
To uninstall only the libedac-devel
package we can use the following command:
sudo dnf remove libedac-devel
libedac-devel Package Contents on Fedora 36
/usr/include/edac.h
/usr/lib64/libedac.so
/usr/share/doc/libedac-devel
/usr/share/doc/libedac-devel/NEWS
/usr/share/doc/libedac-devel/README
/usr/share/man/man3/edac.3.gz
References
Summary
In this tutorial we learn how to install libedac-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libedac-devel on Fedora 36” linkTitle: “libedac-devel” type: “docs” description: “In this tutorial we learn how to install libedac-devel in Fedora 36. libedac-devel is Development files for libedac” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libedac-devel-featured.png
Introduction
In this tutorial we learn how to install libedac-devel
on Fedora 36.
What is libedac-devel
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 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 contains the development headers and libraries and the man page for libedac.
We can use yum
or dnf
to install libedac-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libedac-devel.
Install libedac-devel 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 libedac-devel
using dnf
by running the following command:
sudo dnf -y install libedac-devel
Install libedac-devel 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 libedac-devel
using yum
by running the following command:
sudo yum -y install libedac-devel
How To Uninstall libedac-devel on Fedora 36
To uninstall only the libedac-devel
package we can use the following command:
sudo dnf remove libedac-devel
libedac-devel Package Contents on Fedora 36
/usr/include/edac.h
/usr/lib/libedac.so
/usr/share/doc/libedac-devel
/usr/share/doc/libedac-devel/NEWS
/usr/share/doc/libedac-devel/README
/usr/share/man/man3/edac.3.gz
References
Summary
In this tutorial we learn how to install libedac-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).