How To Install perl-BZ-Client on Fedora 36

In this tutorial we learn how to install perl-BZ-Client in Fedora 36. perl-BZ-Client is A client for the Bugzilla web services API

Introduction

In this tutorial we learn how to install perl-BZ-Client on Fedora 36.

What is perl-BZ-Client

This module provides an interface to the Bugzilla web services API.

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

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

sudo dnf -y install perl-BZ-Client

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

sudo yum -y install perl-BZ-Client

How To Uninstall perl-BZ-Client on Fedora 36

To uninstall only the perl-BZ-Client package we can use the following command:

sudo dnf remove perl-BZ-Client

perl-BZ-Client Package Contents on Fedora 36

/usr/share/doc/perl-BZ-Client
/usr/share/doc/perl-BZ-Client/Changes
/usr/share/doc/perl-BZ-Client/README
/usr/share/licenses/perl-BZ-Client
/usr/share/licenses/perl-BZ-Client/LICENSE
/usr/share/man/man3/BZ::Client.3pm.gz
/usr/share/man/man3/BZ::Client::API.3pm.gz
/usr/share/man/man3/BZ::Client::Bug.3pm.gz
/usr/share/man/man3/BZ::Client::Bug::Attachment.3pm.gz
/usr/share/man/man3/BZ::Client::Bug::Comment.3pm.gz
/usr/share/man/man3/BZ::Client::BugUserLastVisit.3pm.gz
/usr/share/man/man3/BZ::Client::Bugzilla.3pm.gz
/usr/share/man/man3/BZ::Client::Classification.3pm.gz
/usr/share/man/man3/BZ::Client::Component.3pm.gz
/usr/share/man/man3/BZ::Client::Exception.3pm.gz
/usr/share/man/man3/BZ::Client::FlagType.3pm.gz
/usr/share/man/man3/BZ::Client::Group.3pm.gz
/usr/share/man/man3/BZ::Client::Product.3pm.gz
/usr/share/man/man3/BZ::Client::User.3pm.gz
/usr/share/man/man3/BZ::Client::XMLRPC.3pm.gz
/usr/share/man/man3/BZ::Client::XMLRPC::Array.3pm.gz
/usr/share/man/man3/BZ::Client::XMLRPC::Handler.3pm.gz
/usr/share/man/man3/BZ::Client::XMLRPC::Parser.3pm.gz
/usr/share/man/man3/BZ::Client::XMLRPC::Response.3pm.gz
/usr/share/man/man3/BZ::Client::XMLRPC::Struct.3pm.gz
/usr/share/man/man3/BZ::Client::XMLRPC::Value.3pm.gz
/usr/share/perl5/vendor_perl/BZ
/usr/share/perl5/vendor_perl/BZ/Client
/usr/share/perl5/vendor_perl/BZ/Client.pm
/usr/share/perl5/vendor_perl/BZ/Client/API.pm
/usr/share/perl5/vendor_perl/BZ/Client/Bug
/usr/share/perl5/vendor_perl/BZ/Client/Bug.pm
/usr/share/perl5/vendor_perl/BZ/Client/Bug/Attachment.pm
/usr/share/perl5/vendor_perl/BZ/Client/Bug/Comment.pm
/usr/share/perl5/vendor_perl/BZ/Client/BugUserLastVisit.pm
/usr/share/perl5/vendor_perl/BZ/Client/Bugzilla.pm
/usr/share/perl5/vendor_perl/BZ/Client/Classification.pm
/usr/share/perl5/vendor_perl/BZ/Client/Component.pm
/usr/share/perl5/vendor_perl/BZ/Client/Exception.pm
/usr/share/perl5/vendor_perl/BZ/Client/FlagType.pm
/usr/share/perl5/vendor_perl/BZ/Client/Group.pm
/usr/share/perl5/vendor_perl/BZ/Client/Product.pm
/usr/share/perl5/vendor_perl/BZ/Client/User.pm
/usr/share/perl5/vendor_perl/BZ/Client/XMLRPC
/usr/share/perl5/vendor_perl/BZ/Client/XMLRPC.pm
/usr/share/perl5/vendor_perl/BZ/Client/XMLRPC/Array.pm
/usr/share/perl5/vendor_perl/BZ/Client/XMLRPC/Handler.pm
/usr/share/perl5/vendor_perl/BZ/Client/XMLRPC/Parser.pm
/usr/share/perl5/vendor_perl/BZ/Client/XMLRPC/Response.pm
/usr/share/perl5/vendor_perl/BZ/Client/XMLRPC/Struct.pm
/usr/share/perl5/vendor_perl/BZ/Client/XMLRPC/Value.pm

References

Summary

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