How To Install cpp-hocon-doc on Fedora 36

In this tutorial we learn how to install cpp-hocon-doc in Fedora 36. cpp-hocon-doc is Documentation for the cpp-hocon library

Introduction

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

What is cpp-hocon-doc

Documentation for the cpp-hocon library.

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

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

sudo dnf -y install cpp-hocon-doc

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

sudo yum -y install cpp-hocon-doc

How To Uninstall cpp-hocon-doc on Fedora 36

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

sudo dnf remove cpp-hocon-doc

cpp-hocon-doc Package Contents on Fedora 36

/usr/share/doc/cpp-hocon-doc
/usr/share/doc/cpp-hocon-doc/CONTRIBUTING.md
/usr/share/doc/cpp-hocon-doc/README.md
/usr/share/doc/cpp-hocon-doc/cpp-hocon.pdf
/usr/share/licenses/cpp-hocon-doc
/usr/share/licenses/cpp-hocon-doc/LICENSE

References

Summary

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