How To Install grantlee-qt5-apidocs on AlmaLinux 8

In this tutorial we learn how to install grantlee-qt5-apidocs in AlmaLinux 8. grantlee-qt5-apidocs is Grantlee API documentation

Introduction

In this tutorial we learn how to install grantlee-qt5-apidocs on AlmaLinux 8.

What is grantlee-qt5-apidocs

This package includes the Grantlee API documentation in HTML format for easy browsing.

We can use yum or dnf to install grantlee-qt5-apidocs on AlmaLinux 8. In this tutorial we discuss both methods but you only need to choose one of method to install grantlee-qt5-apidocs.

Install grantlee-qt5-apidocs on AlmaLinux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install grantlee-qt5-apidocs using dnf by running the following command:

sudo dnf -y install grantlee-qt5-apidocs

Install grantlee-qt5-apidocs on AlmaLinux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install grantlee-qt5-apidocs using yum by running the following command:

sudo yum -y install grantlee-qt5-apidocs

How To Uninstall grantlee-qt5-apidocs on AlmaLinux 8

To uninstall only the grantlee-qt5-apidocs package we can use the following command:

sudo dnf remove grantlee-qt5-apidocs

References

Summary

In this tutorial we learn how to install grantlee-qt5-apidocs on AlmaLinux 8 using yum and dnf.