How To Install bugzilla-doc-build on Fedora 36

In this tutorial we learn how to install bugzilla-doc-build in Fedora 36. bugzilla-doc-build is Tools to generate the Bugzilla documentation

Introduction

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

What is bugzilla-doc-build

Tools to generate the documentation distributed with Bugzilla

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

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

sudo dnf -y install bugzilla-doc-build

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

sudo yum -y install bugzilla-doc-build

How To Uninstall bugzilla-doc-build on Fedora 36

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

sudo dnf remove bugzilla-doc-build

bugzilla-doc-build Package Contents on Fedora 36

/usr/share/bugzilla/docs/lib
/usr/share/bugzilla/docs/lib/Pod
/usr/share/bugzilla/docs/lib/Pod/Simple
/usr/share/bugzilla/docs/lib/Pod/Simple/HTML
/usr/share/bugzilla/docs/lib/Pod/Simple/HTML/Bugzilla.pm
/usr/share/bugzilla/docs/lib/Pod/Simple/HTMLBatch
/usr/share/bugzilla/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm
/usr/share/bugzilla/docs/makedocs.pl

References

Summary

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