How To Install ocaml-ocamlbuild-doc on Fedora 36

In this tutorial we learn how to install ocaml-ocamlbuild-doc in Fedora 36. ocaml-ocamlbuild-doc is Documentation for ocaml-ocamlbuild

Introduction

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

What is ocaml-ocamlbuild-doc

This package contains the manual for ocaml-ocamlbuild.

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

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

sudo dnf -y install ocaml-ocamlbuild-doc

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

sudo yum -y install ocaml-ocamlbuild-doc

How To Uninstall ocaml-ocamlbuild-doc on Fedora 36

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

sudo dnf remove ocaml-ocamlbuild-doc

ocaml-ocamlbuild-doc Package Contents on Fedora 36

/usr/share/doc/ocaml-ocamlbuild-doc
/usr/share/doc/ocaml-ocamlbuild-doc/LICENSE
/usr/share/doc/ocaml-ocamlbuild-doc/manual.adoc
/usr/share/licenses/ocaml-ocamlbuild-doc
/usr/share/licenses/ocaml-ocamlbuild-doc/LICENSE

References

Summary

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