How To Install build2-doc on Fedora 36
Introduction
In this tutorial we learn how to install build2-doc
on Fedora 36.
What is build2-doc
This package contains the build2 documentation.
We can use yum
or dnf
to install build2-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install build2-doc.
Install build2-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 build2-doc
using dnf
by running the following command:
sudo dnf -y install build2-doc
Install build2-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 build2-doc
using yum
by running the following command:
sudo yum -y install build2-doc
How To Uninstall build2-doc on Fedora 36
To uninstall only the build2-doc
package we can use the following command:
sudo dnf remove build2-doc
build2-doc Package Contents on Fedora 36
/usr/share/doc/build2
/usr/share/doc/build2/b.xhtml
/usr/share/doc/build2/build2-build-system-manual-a4.pdf
/usr/share/doc/build2/build2-build-system-manual-a4.ps
/usr/share/doc/build2/build2-build-system-manual-letter.pdf
/usr/share/doc/build2/build2-build-system-manual-letter.ps
/usr/share/doc/build2/build2-build-system-manual.xhtml
/usr/share/doc/build2/manifest
References
Summary
In this tutorial we learn how to install build2-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).