How to Install and Uninstall doxygen.x86_64 Package on Amazon Linux 2

Last updated: September 28,2024

1. Install "doxygen.x86_64" package

This is a short guide on how to install doxygen.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install doxygen.x86_64

2. Uninstall "doxygen.x86_64" package

Learn how to uninstall doxygen.x86_64 on Amazon Linux 2:

$ sudo yum remove doxygen.x86_64 $ sudo yum autoremove

3. Information about the doxygen.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : doxygen
Arch : x86_64
Epoch : 1
Version : 1.8.5
Release : 4.amzn2
Size : 3.5 M
Repo : amzn2-core/2/x86_64
Summary : A documentation system for C/C++
URL : http://www.stack.nl/~dimitri/doxygen/index.html
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.