How To Install perl-WWW-Bugzilla on Fedora 36

In this tutorial we learn how to install perl-WWW-Bugzilla in Fedora 36. perl-WWW-Bugzilla is Handles submission/update of bugzilla bugs via WWW

Introduction

In this tutorial we learn how to install perl-WWW-Bugzilla on Fedora 36.

What is perl-WWW-Bugzilla

This module provides a perl API for adding and updating Bugzilla bugs. It can be useful in writing custom frontends to a Bugzilla server, and the frontends do not have to sit on the same server as long as they can reach it via HTTP.

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

Install perl-WWW-Bugzilla 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 perl-WWW-Bugzilla using dnf by running the following command:

sudo dnf -y install perl-WWW-Bugzilla

Install perl-WWW-Bugzilla 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 perl-WWW-Bugzilla using yum by running the following command:

sudo yum -y install perl-WWW-Bugzilla

How To Uninstall perl-WWW-Bugzilla on Fedora 36

To uninstall only the perl-WWW-Bugzilla package we can use the following command:

sudo dnf remove perl-WWW-Bugzilla

perl-WWW-Bugzilla Package Contents on Fedora 36

/usr/share/doc/perl-WWW-Bugzilla
/usr/share/doc/perl-WWW-Bugzilla/Changes
/usr/share/doc/perl-WWW-Bugzilla/README
/usr/share/licenses/perl-WWW-Bugzilla
/usr/share/licenses/perl-WWW-Bugzilla/ARTISTIC
/usr/share/licenses/perl-WWW-Bugzilla/GPL
/usr/share/man/man3/WWW::Bugzilla.3pm.gz
/usr/share/man/man3/WWW::Bugzilla::Search.3pm.gz
/usr/share/perl5/vendor_perl/WWW
/usr/share/perl5/vendor_perl/WWW/Bugzilla
/usr/share/perl5/vendor_perl/WWW/Bugzilla.pm
/usr/share/perl5/vendor_perl/WWW/Bugzilla/Search.pm

References

Summary

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