Doxygen seems to be absent from RHEL/CentOS 8 repositories. For instance, on a CentOS 8 with EPEL enabled:
$ sudo dnf search doxygen Last metadata expiration check: 0:24:41 ago on Sat 26 Oct 2019 05:48:02 PM CEST. No matches found.
Where as, on a CentOS 7:
$ sudo yum search doxygen ... doxygen.x86_64 : A documentation system for C/C++ ...
Doxygen does not appear to be in a module either.
Could you deliver doxygen on RHEL/CentOS 8?
doxygen
Kind regards
Denis
Cross-referenced in https://bugzilla.redhat.com/show_bug.cgi?id=1765846
Doxygen is in CodeReadyBuilder (or Powertools in CentOS-8). You need to enable this on your system.
Metadata Update from @smooge: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Thanks Stephen, that works indeed!
For the record (as I may not be the only one wondering on how to get those packages):
$ sudo dnf config-manager --set-enabled PowerTools $ sudo dnf -y install doxygen doxygen-latex doxygen-doxywizard
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/epel/steering/issues/89
Please continue any further discussion there.