How To Install abrt-addon-kerneloops on Rocky Linux 8

In this tutorial we learn how to install abrt-addon-kerneloops on Rocky Linux 8. abrt-addon-kerneloops is abrt’s kerneloops addon

Introduction

In this tutorial we learn how to install abrt-addon-kerneloops on Rocky Linux 8.

What is abrt-addon-kerneloops

This package contains plugin for collecting kernel crash information from system log.

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

Install abrt-addon-kerneloops 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 abrt-addon-kerneloops using dnf by running the following command:

sudo dnf -y install abrt-addon-kerneloops

Install abrt-addon-kerneloops 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 abrt-addon-kerneloops using yum by running the following command:

sudo yum -y install abrt-addon-kerneloops

How To Uninstall abrt-addon-kerneloops on Rocky Linux 8

To uninstall only the abrt-addon-kerneloops package we can use the following command:

sudo dnf remove abrt-addon-kerneloops

abrt-addon-kerneloops Package Contents on Rocky Linux 8

/etc/abrt/plugins/oops.conf
/etc/libreport/events.d/koops_event.conf
/etc/libreport/plugins/catalog_koops_format.conf
/usr/bin/abrt-action-analyze-oops
/usr/bin/abrt-dump-journal-oops
/usr/bin/abrt-dump-oops
/usr/lib/.build-id
/usr/lib/.build-id/32/6ff3104539f102987866ddf1e76dbb64875ed7
/usr/lib/.build-id/85
/usr/lib/.build-id/85/347ed0ea16dce3570eed62f61dc6e3cde25d2a
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/4b2120d848f1c5b3761e8fafd95f8b871be44d
/usr/lib/systemd/catalog/abrt_koops.catalog
/usr/lib/systemd/system/abrt-oops.service
/usr/share/abrt/conf.d/plugins/oops.conf
/usr/share/man/man1/abrt-action-analyze-oops.1.gz
/usr/share/man/man1/abrt-dump-journal-oops.1.gz
/usr/share/man/man1/abrt-dump-oops.1.gz
/usr/share/man/man5/abrt-oops.conf.5.gz
/usr/share/man/man5/koops_event.conf.5.gz
/var/lib/abrt

References

Summary

In this tutorial we learn how to install abrt-addon-kerneloops on Rocky Linux 8 using yum and dnf.