How to Install and Uninstall doxygen.x86_64 Package on Fedora 36

Last updated: January 10,2025

1. Install "doxygen.x86_64" package

Here is a brief guide to show you how to install doxygen.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install doxygen.x86_64

2. Uninstall "doxygen.x86_64" package

Learn how to uninstall doxygen.x86_64 on Fedora 36:

$ sudo dnf remove doxygen.x86_64 $ sudo dnf autoremove

3. Information about the doxygen.x86_64 package on Fedora 36

Last metadata expiration check: 1:13:58 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : doxygen
Epoch : 2
Version : 1.9.1
Release : 13.fc36
Architecture : x86_64
Size : 4.3 M
Source : doxygen-1.9.1-13.fc36.src.rpm
Repository : fedora
Summary : A documentation system for C/C++
URL : http://www.doxygen.nl
License : GPL+
Description : Doxygen can generate an online class browser (in HTML) and/or a
: reference manual (in LaTeX) from a set of documented source files. The
: documentation is extracted directly from the sources. Doxygen can
: also be configured to extract the code structure from undocumented
: source files.