How To Install libreport-fedora on Fedora 36

In this tutorial we learn how to install libreport-fedora in Fedora 36. libreport-fedora is Default configuration for reporting bugs via Fedora infrastructure

Introduction

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

What is libreport-fedora

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

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

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

sudo dnf -y install libreport-fedora

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

sudo yum -y install libreport-fedora

How To Uninstall libreport-fedora on Fedora 36

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

sudo dnf remove libreport-fedora

libreport-fedora Package Contents on Fedora 36

/etc/libreport/workflows.d/report_fedora.conf
/usr/share/libreport/workflows/workflow_FedoraCCpp.xml
/usr/share/libreport/workflows/workflow_FedoraJava.xml
/usr/share/libreport/workflows/workflow_FedoraJavaScript.xml
/usr/share/libreport/workflows/workflow_FedoraKerneloops.xml
/usr/share/libreport/workflows/workflow_FedoraLibreport.xml
/usr/share/libreport/workflows/workflow_FedoraPython.xml
/usr/share/libreport/workflows/workflow_FedoraPython3.xml
/usr/share/libreport/workflows/workflow_FedoraVmcore.xml
/usr/share/libreport/workflows/workflow_FedoraXorg.xml
/usr/share/man/man5/report_fedora.conf.5.gz

References

Summary

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