How To Install libkdumpfile-util on Rocky Linux 8

In this tutorial we learn how to install libkdumpfile-util on Rocky Linux 8. libkdumpfile-util is Utilities to read kernel core dumps

Introduction

In this tutorial we learn how to install libkdumpfile-util on Rocky Linux 8.

What is libkdumpfile-util

The libkdumpfile-devel package contains misc utilities built with libkdumpfile.

We can use yum or dnf to install libkdumpfile-util on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libkdumpfile-util.

Install libkdumpfile-util on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libkdumpfile-util using dnf by running the following command:

sudo dnf -y install libkdumpfile-util

Install libkdumpfile-util on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libkdumpfile-util using yum by running the following command:

sudo yum -y install libkdumpfile-util

How To Uninstall libkdumpfile-util on Rocky Linux 8

To uninstall only the libkdumpfile-util package we can use the following command:

sudo dnf remove libkdumpfile-util

libkdumpfile-util Package Contents on Rocky Linux 8

/usr/bin/dumpattr
/usr/bin/listxendoms
/usr/bin/showxlat
/usr/lib/.build-id
/usr/lib/.build-id/14
/usr/lib/.build-id/14/0ebe1b82b7686164d9eb0b29fbedee829687ce
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/f5f768efad781071fff778cd343150a3c245d4
/usr/lib/.build-id/e7
/usr/lib/.build-id/e7/ff5018c594b963d083f52b4a76d2d2ed962066

References

Summary

In this tutorial we learn how to install libkdumpfile-util on Rocky Linux 8 using yum and dnf.