How to Install and Uninstall edac-utils Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 12,2024

1. Install "edac-utils" package

In this section, we are going to explain the necessary steps to install edac-utils on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install edac-utils

2. Uninstall "edac-utils" package

Here is a brief guide to show you how to uninstall edac-utils on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove edac-utils $ sudo apt autoclean && sudo apt autoremove

3. Information about the edac-utils package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: edac-utils
Priority: extra
Section: universe/admin
Installed-Size: 114
Maintainer: Ubuntu Developers
Original-Maintainer: Yaroslav Halchenko
Architecture: amd64
Version: 0.18-1
Depends: libc6 (>= 2.4), libedac1, lsb-base (>= 3.0-6)
Recommends: dmidecode
Filename: pool/universe/e/edac-utils/edac-utils_0.18-1_amd64.deb
Size: 21864
MD5sum: 92e9835590b017b10e80fa4857ed51fc
SHA1: 824056c4936993d6a8c4605777823128f36ad920
SHA256: 218004bc360eca66d600c6a62060faed3bcd2d4bc75d16167fb563cf4888863c
Description-en: report kernel-detected PCI and ECC RAM errors
This package contains the user-space utilities for use with the EDAC
kernel subsystem. EDAC (Error Detection and Correction) is a set of
Linux kernel modules for handling hardware-related errors. Currently
its major focus is ECC memory error handling. However it also detects
and reports PCI bus parity errors.
.
PCI parity errors are supported on all architectures (and are a
mandatory part of the PCI specification).
.
Main memory ECC drivers are memory controller specific. At the time
of writing, drivers exist for many x86-specific chipsets and CPUs,
and some PowerPC, and MIPS systems.
.
This package provides command lines tools
Description-md5: cad75191b26a9862f1cc644be4327cad
Homepage: http://sourceforge.net/projects/edac-utils
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu