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

Last updated: November 28,2024

1. Install "doxy2man.x86_64" package

This is a short guide on how to install doxy2man.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install doxy2man.x86_64

2. Uninstall "doxy2man.x86_64" package

Please follow the guidelines below to uninstall doxy2man.x86_64 on Fedora 38:

$ sudo dnf remove doxy2man.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 5:18:13 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : doxy2man
Version : 0
Release : 17.20160831git.fc38
Architecture : x86_64
Size : 69 k
Source : doxy2man-0-17.20160831git.fc38.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.