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

Last updated: October 28,2024

1. Install "doxygen.x86_64" package

This tutorial shows how to install doxygen.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install doxygen.x86_64

2. Uninstall "doxygen.x86_64" package

This is a short guide on how to uninstall doxygen.x86_64 on Fedora 38:

$ sudo dnf remove doxygen.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 5:54:43 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : doxygen
Epoch : 2
Version : 1.9.6
Release : 7.fc38
Architecture : x86_64
Size : 4.8 M
Source : doxygen-1.9.6-7.fc38.src.rpm
Repository : fedora
Summary : A documentation system for C/C++
URL : https://github.com/doxygen
License : GPL-1.0-or-later
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.