How To Install bpkg-doc on Fedora 36

In this tutorial we learn how to install bpkg-doc in Fedora 36. bpkg-doc is bpkg documentation

Introduction

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

What is bpkg-doc

This package contains the bpkg documentation.

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

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

sudo dnf -y install bpkg-doc

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

sudo yum -y install bpkg-doc

How To Uninstall bpkg-doc on Fedora 36

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

sudo dnf remove bpkg-doc

bpkg-doc Package Contents on Fedora 36

/usr/share/doc/bpkg
/usr/share/doc/bpkg/bpkg-argument-grouping.xhtml
/usr/share/doc/bpkg/bpkg-cfg-create.xhtml
/usr/share/doc/bpkg/bpkg-cfg-info.xhtml
/usr/share/doc/bpkg/bpkg-cfg-link.xhtml
/usr/share/doc/bpkg/bpkg-cfg-unlink.xhtml
/usr/share/doc/bpkg/bpkg-common-options.xhtml
/usr/share/doc/bpkg/bpkg-default-options-files.xhtml
/usr/share/doc/bpkg/bpkg-help.xhtml
/usr/share/doc/bpkg/bpkg-pkg-build.xhtml
/usr/share/doc/bpkg/bpkg-pkg-checkout.xhtml
/usr/share/doc/bpkg/bpkg-pkg-clean.xhtml
/usr/share/doc/bpkg/bpkg-pkg-configure.xhtml
/usr/share/doc/bpkg/bpkg-pkg-disfigure.xhtml
/usr/share/doc/bpkg/bpkg-pkg-drop.xhtml
/usr/share/doc/bpkg/bpkg-pkg-fetch.xhtml
/usr/share/doc/bpkg/bpkg-pkg-install.xhtml
/usr/share/doc/bpkg/bpkg-pkg-purge.xhtml
/usr/share/doc/bpkg/bpkg-pkg-status.xhtml
/usr/share/doc/bpkg/bpkg-pkg-test.xhtml
/usr/share/doc/bpkg/bpkg-pkg-uninstall.xhtml
/usr/share/doc/bpkg/bpkg-pkg-unpack.xhtml
/usr/share/doc/bpkg/bpkg-pkg-update.xhtml
/usr/share/doc/bpkg/bpkg-pkg-verify.xhtml
/usr/share/doc/bpkg/bpkg-rep-add.xhtml
/usr/share/doc/bpkg/bpkg-rep-create.xhtml
/usr/share/doc/bpkg/bpkg-rep-fetch.xhtml
/usr/share/doc/bpkg/bpkg-rep-info.xhtml
/usr/share/doc/bpkg/bpkg-rep-list.xhtml
/usr/share/doc/bpkg/bpkg-rep-remove.xhtml
/usr/share/doc/bpkg/bpkg-repository-signing.xhtml
/usr/share/doc/bpkg/bpkg-repository-types.xhtml
/usr/share/doc/bpkg/bpkg.xhtml
/usr/share/doc/bpkg/build2-package-manager-manual-a4.pdf
/usr/share/doc/bpkg/build2-package-manager-manual-a4.ps
/usr/share/doc/bpkg/build2-package-manager-manual-letter.pdf
/usr/share/doc/bpkg/build2-package-manager-manual-letter.ps
/usr/share/doc/bpkg/build2-package-manager-manual.xhtml
/usr/share/doc/bpkg/manifest

References

Summary

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