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

Last updated: October 06,2024

1. Install "doxy2man.x86_64" package

Here is a brief guide to show you how to install doxy2man.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install doxy2man.x86_64

2. Uninstall "doxy2man.x86_64" package

In this section, we are going to explain the necessary steps to uninstall doxy2man.x86_64 on Fedora 35:

$ sudo dnf remove doxy2man.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:45:36 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : doxy2man
Version : 0
Release : 14.20160831git.fc35
Architecture : x86_64
Size : 69 k
Source : doxy2man-0-14.20160831git.fc35.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.