How To Install libreport-plugin-bugzilla on Rocky Linux 8

In this tutorial we learn how to install libreport-plugin-bugzilla on Rocky Linux 8. libreport-plugin-bugzilla is libreport’s bugzilla plugin

Introduction

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

What is libreport-plugin-bugzilla

Plugin to report bugs into the bugzilla.

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

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

sudo dnf -y install libreport-plugin-bugzilla

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

sudo yum -y install libreport-plugin-bugzilla

How To Uninstall libreport-plugin-bugzilla on Rocky Linux 8

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

sudo dnf remove libreport-plugin-bugzilla

libreport-plugin-bugzilla Package Contents on Rocky Linux 8

/etc/libreport/events.d/bugzilla_event.conf
/etc/libreport/events/report_Bugzilla.conf
/etc/libreport/plugins/bugzilla.conf
/etc/libreport/plugins/bugzilla_format.conf
/etc/libreport/plugins/bugzilla_format_analyzer_libreport.conf
/etc/libreport/plugins/bugzilla_format_kernel.conf
/etc/libreport/plugins/bugzilla_formatdup.conf
/usr/bin/reporter-bugzilla
/usr/lib/.build-id
/usr/lib/.build-id/80
/usr/lib/.build-id/80/961d734d847fcd8470c8ed6a30b2d7a2d18c5e
/usr/share/dbus-1/interfaces/com.redhat.problems.configuration.bugzilla.xml
/usr/share/libreport/conf.d/plugins/bugzilla.conf
/usr/share/libreport/events/report_Bugzilla.xml
/usr/share/libreport/events/watch_Bugzilla.xml
/usr/share/man/man1/reporter-bugzilla.1.gz
/usr/share/man/man5/bugzilla.conf.5.gz
/usr/share/man/man5/bugzilla_event.conf.5.gz
/usr/share/man/man5/bugzilla_format.conf.5.gz
/usr/share/man/man5/bugzilla_format_analyzer_libreport.conf.5.gz
/usr/share/man/man5/bugzilla_format_kernel.conf.5.gz
/usr/share/man/man5/bugzilla_formatdup.conf.5.gz
/usr/share/man/man5/report_Bugzilla.conf.5.gz
/etc/libreport/events.d/bugzilla_event.conf
/etc/libreport/events/report_Bugzilla.conf
/etc/libreport/plugins/bugzilla.conf
/etc/libreport/plugins/bugzilla_format.conf
/etc/libreport/plugins/bugzilla_format_analyzer_libreport.conf
/etc/libreport/plugins/bugzilla_format_kernel.conf
/etc/libreport/plugins/bugzilla_formatdup.conf
/usr/bin/reporter-bugzilla
/usr/lib/.build-id
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/241b9a5e3bd0d512a6b6b027819bf59409c669
/usr/share/dbus-1/interfaces/com.redhat.problems.configuration.bugzilla.xml
/usr/share/libreport/conf.d/plugins/bugzilla.conf
/usr/share/libreport/events/report_Bugzilla.xml
/usr/share/libreport/events/watch_Bugzilla.xml
/usr/share/man/man1/reporter-bugzilla.1.gz
/usr/share/man/man5/bugzilla.conf.5.gz
/usr/share/man/man5/bugzilla_event.conf.5.gz
/usr/share/man/man5/bugzilla_format.conf.5.gz
/usr/share/man/man5/bugzilla_format_analyzer_libreport.conf.5.gz
/usr/share/man/man5/bugzilla_format_kernel.conf.5.gz
/usr/share/man/man5/bugzilla_formatdup.conf.5.gz
/usr/share/man/man5/report_Bugzilla.conf.5.gz

References

Summary

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