How To Install libreport-anaconda on Fedora 36

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

Introduction

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

What is libreport-anaconda

Default configuration for reporting Anaconda problems or uploading the gathered data over ftp/scp…

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

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

sudo dnf -y install libreport-anaconda

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

sudo yum -y install libreport-anaconda

How To Uninstall libreport-anaconda on Fedora 36

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

sudo dnf remove libreport-anaconda

libreport-anaconda Package Contents on Fedora 36

/etc/libreport/events.d/bugzilla_anaconda_event.conf
/etc/libreport/plugins/bugzilla_format_anaconda.conf
/etc/libreport/plugins/bugzilla_formatdup_anaconda.conf
/etc/libreport/workflows.d/anaconda_event.conf
/usr/share/libreport/workflows/workflow_AnacondaFedora.xml
/usr/share/libreport/workflows/workflow_AnacondaUpload.xml
/usr/share/man/man5/anaconda_event.conf.5.gz
/usr/share/man/man5/bugzilla_anaconda_event.conf.5.gz
/usr/share/man/man5/bugzilla_format_anaconda.conf.5.gz
/usr/share/man/man5/bugzilla_formatdup_anaconda.conf.5.gz

References

Summary

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