How To Install libreport-plugin-reportuploader on Fedora 36

In this tutorial we learn how to install libreport-plugin-reportuploader in Fedora 36. libreport-plugin-reportuploader is libreport’s reportuploader plugin

Introduction

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

What is libreport-plugin-reportuploader

Plugin to report bugs into anonymous FTP site associated with ticketing system.

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

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

sudo dnf -y install libreport-plugin-reportuploader

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

sudo yum -y install libreport-plugin-reportuploader

How To Uninstall libreport-plugin-reportuploader on Fedora 36

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

sudo dnf remove libreport-plugin-reportuploader

libreport-plugin-reportuploader Package Contents on Fedora 36

/etc/libreport/events.d/uploader_event.conf
/etc/libreport/events/report_Uploader.conf
/etc/libreport/plugins/upload.conf
/etc/libreport/workflows.d/report_uploader.conf
/usr/bin/reporter-upload
/usr/lib/.build-id
/usr/lib/.build-id/bf/29bc1f613724ada3d606086ec7f0bcd72ef47d
/usr/share/libreport/conf.d/plugins/upload.conf
/usr/share/libreport/events/report_Uploader.xml
/usr/share/libreport/workflows/workflow_Upload.xml
/usr/share/libreport/workflows/workflow_UploadCCpp.xml
/usr/share/man/man1/reporter-upload.1.gz
/usr/share/man/man5/report_Uploader.conf.5.gz
/usr/share/man/man5/report_uploader.conf.5.gz
/usr/share/man/man5/upload.conf.5.gz
/usr/share/man/man5/uploader_event.conf.5.gz

References

Summary

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