How To Install mcpp-doc on Fedora 36

In this tutorial we learn how to install mcpp-doc in Fedora 36. mcpp-doc is Alternative C/C++ preprocessor (manual for library build)

Introduction

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

What is mcpp-doc

This package provides an html manual for mcpp.

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

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

sudo dnf -y install mcpp-doc

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

sudo yum -y install mcpp-doc

How To Uninstall mcpp-doc on Fedora 36

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

sudo dnf remove mcpp-doc

mcpp-doc Package Contents on Fedora 36

/usr/share/doc/mcpp-doc
/usr/share/doc/mcpp-doc/LICENSE
/usr/share/doc/mcpp-doc/mcpp-manual-jp.html
/usr/share/doc/mcpp-doc/mcpp-manual.html

References

Summary

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