How To Install doxygen-doxywizard on Fedora 36

In this tutorial we learn how to install doxygen-doxywizard in Fedora 36. doxygen-doxywizard is A GUI for creating and editing configuration files

Introduction

In this tutorial we learn how to install doxygen-doxywizard on Fedora 36.

What is doxygen-doxywizard

Doxywizard is a GUI for creating and editing configuration files that are used by doxygen.

We can use yum or dnf to install doxygen-doxywizard on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install doxygen-doxywizard.

Install doxygen-doxywizard on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install doxygen-doxywizard using dnf by running the following command:

sudo dnf -y install doxygen-doxywizard

Install doxygen-doxywizard on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install doxygen-doxywizard using yum by running the following command:

sudo yum -y install doxygen-doxywizard

How To Uninstall doxygen-doxywizard on Fedora 36

To uninstall only the doxygen-doxywizard package we can use the following command:

sudo dnf remove doxygen-doxywizard

doxygen-doxywizard Package Contents on Fedora 36

/usr/bin/doxywizard
/usr/lib/.build-id
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/206c82936de97e57a79f72f6c3cb623fed2842
/usr/share/applications/doxywizard.desktop
/usr/share/icons/hicolor/128x128/apps/doxywizard.png
/usr/share/icons/hicolor/16x16/apps/doxywizard.png
/usr/share/icons/hicolor/32x32/apps/doxywizard.png
/usr/share/icons/hicolor/48x48/apps/doxywizard.png
/usr/share/man/man1/doxywizard.1.gz

References

Summary

In this tutorial we learn how to install doxygen-doxywizard on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).