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

Last updated: October 05,2024

1. Install "doxy2man.x86_64" package

This tutorial shows how to install doxy2man.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install doxy2man.x86_64

2. Uninstall "doxy2man.x86_64" package

Please follow the step by step instructions below to uninstall doxy2man.x86_64 on Fedora 34:

$ sudo dnf remove doxy2man.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:05:10 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : doxy2man
Version : 0
Release : 13.20160831git.fc34
Architecture : x86_64
Size : 71 k
Source : doxy2man-0-13.20160831git.fc34.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.