How To Install doxy2man on Fedora 36

In this tutorial we learn how to install doxy2man in Fedora 36. doxy2man is Create man pages from doxygen XML output

Introduction

In this tutorial we learn how to install doxy2man on Fedora 36.

What is doxy2man

Doxy2man takes the XML generated by Doxygen as input and creates several man pages from that. It creates a summary man page for a header and for each function a detailed man page. The output is optimized for C projects. It supports the most common doxygen features, e.g. implicit and explicit see also tags, copyright, author information, brief and detailed descriptions, etc.

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

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

sudo dnf -y install doxy2man

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

sudo yum -y install doxy2man

How To Uninstall doxy2man on Fedora 36

To uninstall only the doxy2man package we can use the following command:

sudo dnf remove doxy2man

doxy2man Package Contents on Fedora 36

/usr/bin/doxy2man
/usr/lib/.build-id
/usr/lib/.build-id/72
/usr/lib/.build-id/72/dfb6360decac341a896b037a372cc54652c846
/usr/share/licenses/doxy2man
/usr/share/licenses/doxy2man/COPYING
/usr/share/man/man8/doxy2man.8.gz

References

Summary

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