How To Install bugzilla-contrib on Fedora 36

In this tutorial we learn how to install bugzilla-contrib in Fedora 36. bugzilla-contrib is Bugzilla contributed scripts

Introduction

In this tutorial we learn how to install bugzilla-contrib on Fedora 36.

What is bugzilla-contrib

Contributed scripts and functions for Bugzilla

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

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

sudo dnf -y install bugzilla-contrib

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

sudo yum -y install bugzilla-contrib

How To Uninstall bugzilla-contrib on Fedora 36

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

sudo dnf remove bugzilla-contrib

bugzilla-contrib Package Contents on Fedora 36

/usr/share/bugzilla/contrib/Bugzilla.pm
/usr/share/bugzilla/contrib/bugzilla-queue.rhel
/usr/share/bugzilla/contrib/bugzilla-queue.suse
/usr/share/bugzilla/contrib/bz_webservice_demo.pl
/usr/share/bugzilla/contrib/bzdbcopy.pl
/usr/share/bugzilla/contrib/cmdline
/usr/share/bugzilla/contrib/cmdline/bugcount
/usr/share/bugzilla/contrib/cmdline/bugids
/usr/share/bugzilla/contrib/cmdline/buglist
/usr/share/bugzilla/contrib/cmdline/bugs
/usr/share/bugzilla/contrib/cmdline/bugslink
/usr/share/bugzilla/contrib/cmdline/makequery
/usr/share/bugzilla/contrib/cmdline/query.conf
/usr/share/bugzilla/contrib/console.pl
/usr/share/bugzilla/contrib/convert-workflow.pl
/usr/share/bugzilla/contrib/extension-convert.pl
/usr/share/bugzilla/contrib/fixperms.pl
/usr/share/bugzilla/contrib/jb2bz.py
/usr/share/bugzilla/contrib/merge-users.pl
/usr/share/bugzilla/contrib/mysqld-watcher.pl
/usr/share/bugzilla/contrib/new-yui.sh
/usr/share/bugzilla/contrib/perl-fmt
/usr/share/bugzilla/contrib/recode.pl
/usr/share/bugzilla/contrib/sendbugmail.pl
/usr/share/bugzilla/contrib/sendunsentbugmail.pl
/usr/share/bugzilla/contrib/syncLDAP.pl

References

Summary

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