How To Install libqxt-qt5 on AlmaLinux 8

In this tutorial we learn how to install libqxt-qt5 in AlmaLinux 8. libqxt-qt5 is Extended version of the original Qt extension library

Introduction

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

What is libqxt-qt5

LibQxt, an extension library for Qt5, provides a suite of cross-platform utility classes to add functionality not readily available in the Qt toolkit.

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

Install libqxt-qt5 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 libqxt-qt5 using dnf by running the following command:

sudo dnf -y install libqxt-qt5

Install libqxt-qt5 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 libqxt-qt5 using yum by running the following command:

sudo yum -y install libqxt-qt5

How To Uninstall libqxt-qt5 on AlmaLinux 8

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

sudo dnf remove libqxt-qt5

References

Summary

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