How To Install libreport-rhel on Rocky Linux 8

In this tutorial we learn how to install libreport-rhel on Rocky Linux 8. libreport-rhel is Default configuration for reporting bugs via Red Hat infrastructure

Introduction

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

What is libreport-rhel

Default configuration for reporting bugs via Red Hat infrastructure used to easily configure the reporting process for Red Hat systems. Just install this package and you’re done.

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

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

sudo dnf -y install libreport-rhel

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

sudo yum -y install libreport-rhel

How To Uninstall libreport-rhel on Rocky Linux 8

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

sudo dnf remove libreport-rhel

libreport-rhel Package Contents on Rocky Linux 8

/etc/libreport/workflows.d/report_rhel.conf
/etc/libreport/workflows.d/report_rhel_add_data.conf
/etc/libreport/workflows.d/report_uReport.conf
/usr/share/libreport/workflows/workflow_RHELAddDataCCpp.xml
/usr/share/libreport/workflows/workflow_RHELAddDataJava.xml
/usr/share/libreport/workflows/workflow_RHELAddDataJavaScript.xml
/usr/share/libreport/workflows/workflow_RHELAddDataKerneloops.xml
/usr/share/libreport/workflows/workflow_RHELAddDataLibreport.xml
/usr/share/libreport/workflows/workflow_RHELAddDataPython.xml
/usr/share/libreport/workflows/workflow_RHELAddDatavmcore.xml
/usr/share/libreport/workflows/workflow_RHELAddDataxorg.xml
/usr/share/libreport/workflows/workflow_RHELCCpp.xml
/usr/share/libreport/workflows/workflow_RHELJava.xml
/usr/share/libreport/workflows/workflow_RHELJavaScript.xml
/usr/share/libreport/workflows/workflow_RHELKerneloops.xml
/usr/share/libreport/workflows/workflow_RHELLibreport.xml
/usr/share/libreport/workflows/workflow_RHELPython.xml
/usr/share/libreport/workflows/workflow_RHELvmcore.xml
/usr/share/libreport/workflows/workflow_RHELxorg.xml
/usr/share/libreport/workflows/workflow_uReport.xml
/usr/share/man/man5/report_rhel.conf.5.gz
/usr/share/man/man5/report_uReport.conf.5.gz

References

Summary

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