How to Install and Uninstall doxy2man.x86_64 Package on Fedora 39

Last updated: January 11,2025

1. Install "doxy2man.x86_64" package

This guide covers the steps necessary to install doxy2man.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install doxy2man.x86_64

2. Uninstall "doxy2man.x86_64" package

This tutorial shows how to uninstall doxy2man.x86_64 on Fedora 39:

$ sudo dnf remove doxy2man.x86_64 $ sudo dnf autoremove

3. Information about the doxy2man.x86_64 package on Fedora 39

Last metadata expiration check: 1:32:18 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : doxy2man
Version : 0
Release : 25.fc39
Architecture : x86_64
Size : 69 k
Source : doxy2man-0-25.fc39.src.rpm
Repository : fedora
Summary : Create man pages from doxygen XML output
URL : https://github.com/gsauthof/doxy2man
License : GPLv3+
Description : 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.