How To Install libreport-centos on Fedora 36

In this tutorial we learn how to install libreport-centos in Fedora 36. libreport-centos is libreport’s CentOS Bug Tracker workflow

Introduction

In this tutorial we learn how to install libreport-centos on Fedora 36.

What is libreport-centos

Workflows to report issues into the CentOS Bug Tracker.

We can use yum or dnf to install libreport-centos on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libreport-centos.

Install libreport-centos on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install libreport-centos

Install libreport-centos on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install libreport-centos

How To Uninstall libreport-centos on Fedora 36

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

sudo dnf remove libreport-centos

libreport-centos Package Contents on Fedora 36

/etc/libreport/events.d/centos_report_event.conf
/etc/libreport/events/report_CentOSBugTracker.conf
/etc/libreport/workflows.d/report_centos.conf
/usr/share/libreport/events/report_CentOSBugTracker.xml
/usr/share/libreport/workflows/workflow_CentOSCCpp.xml
/usr/share/libreport/workflows/workflow_CentOSJava.xml
/usr/share/libreport/workflows/workflow_CentOSJavaScript.xml
/usr/share/libreport/workflows/workflow_CentOSKerneloops.xml
/usr/share/libreport/workflows/workflow_CentOSLibreport.xml
/usr/share/libreport/workflows/workflow_CentOSPython.xml
/usr/share/libreport/workflows/workflow_CentOSPython3.xml
/usr/share/libreport/workflows/workflow_CentOSVmcore.xml
/usr/share/libreport/workflows/workflow_CentOSXorg.xml
/usr/share/man/man5/centos_report_event.conf.5.gz
/usr/share/man/man5/report_CentOSBugTracker.conf.5.gz
/usr/share/man/man5/report_centos.conf.5.gz

References

Summary

In this tutorial we learn how to install libreport-centos on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).