How To Install doxygen-doxywizard.x86_64 on Amazon Linux 2

In this tutorial we learn how to install doxygen-doxywizard.x86_64 in Amazon Linux 2. doxygen-doxywizard.x86_64 is A GUI for creating and editing configuration files

Introduction

In this tutorial we learn how to install doxygen-doxywizard.x86_64 on Amazon Linux 2.

What is doxygen-doxywizard.x86_64

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

We can use yum to install doxygen-doxywizard.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install doxygen-doxywizard.x86_64.

Install doxygen-doxywizard.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install doxygen-doxywizard.x86_64

How To Uninstall doxygen-doxywizard.x86_64 on Amazon Linux 2

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

sudo yum remove doxygen-doxywizard.x86_64

doxygen-doxywizard.x86_64 Package Contents on Amazon Linux 2

/usr/bin/doxywizard
/usr/share/applications/doxywizard.desktop
/usr/share/man/man1/doxywizard.1.gz
/usr/share/pixmaps/doxywizard.png

References

Summary

In this tutorial we learn how to install doxygen-doxywizard.x86_64 on Amazon Linux 2 using yum.