How To Install libreport-plugin-logger on Rocky Linux 8

In this tutorial we learn how to install libreport-plugin-logger on Rocky Linux 8. libreport-plugin-logger is libreport’s logger reporter plugin

Introduction

In this tutorial we learn how to install libreport-plugin-logger on Rocky Linux 8.

What is libreport-plugin-logger

The simple reporter plugin which writes a report to a specified file.

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

Install libreport-plugin-logger 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 libreport-plugin-logger using dnf by running the following command:

sudo dnf -y install libreport-plugin-logger

Install libreport-plugin-logger 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 libreport-plugin-logger using yum by running the following command:

sudo yum -y install libreport-plugin-logger

How To Uninstall libreport-plugin-logger on Rocky Linux 8

To uninstall only the libreport-plugin-logger package we can use the following command:

sudo dnf remove libreport-plugin-logger

libreport-plugin-logger Package Contents on Rocky Linux 8

/etc/libreport/events.d/print_event.conf
/etc/libreport/events/report_Logger.conf
/etc/libreport/workflows.d/report_logger.conf
/usr/bin/reporter-print
/usr/lib/.build-id
/usr/lib/.build-id/40
/usr/lib/.build-id/40/588d0e23a8901228172a5ef0d81b8af9429b7c
/usr/share/libreport/events/report_Logger.xml
/usr/share/libreport/workflows/workflow_Logger.xml
/usr/share/libreport/workflows/workflow_LoggerCCpp.xml
/usr/share/man/man1/reporter-print.1.gz
/usr/share/man/man5/print_event.conf.5.gz
/usr/share/man/man5/report_Logger.conf.5.gz
/usr/share/man/man5/report_logger.conf.5.gz
/etc/libreport/events.d/print_event.conf
/etc/libreport/events/report_Logger.conf
/etc/libreport/workflows.d/report_logger.conf
/usr/bin/reporter-print
/usr/lib/.build-id
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/ac0b5a0d28729c49fbed45f3404b371b15dd58
/usr/share/libreport/events/report_Logger.xml
/usr/share/libreport/workflows/workflow_Logger.xml
/usr/share/libreport/workflows/workflow_LoggerCCpp.xml
/usr/share/man/man1/reporter-print.1.gz
/usr/share/man/man5/print_event.conf.5.gz
/usr/share/man/man5/report_Logger.conf.5.gz
/usr/share/man/man5/report_logger.conf.5.gz

References

Summary

In this tutorial we learn how to install libreport-plugin-logger on Rocky Linux 8 using yum and dnf.