How To Install libqxt-qt5 on Rocky Linux 8

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

Introduction

In this tutorial we learn how to install libqxt-qt5 on Rocky Linux 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 Rocky Linux 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 Rocky Linux 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 Rocky Linux 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 Rocky Linux 8

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

sudo dnf remove libqxt-qt5

libqxt-qt5 Package Contents on Rocky Linux 8

/usr/bin/qxtjsonrpc
/usr/lib/.build-id
/usr/lib/.build-id/06
/usr/lib/.build-id/06/c4d5e1d1f9a896ed78a5309897f04ae8f3b591
/usr/lib/.build-id/67
/usr/lib/.build-id/67/c01a6c7d3256662f0f3e75ca5ada9cf9d2d507
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/9ca4b4426f54eca5685708b2037b885a69c2b6
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/dbee8553c3cf66bf22191f612884dcec75f916
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/87de94dfab741be060abe28f8a6b1d16bc5594
/usr/lib/.build-id/be
/usr/lib/.build-id/be/61be464e8082af64f412dce6c08ab3159ea854
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/28d41611bea39e55fb077d223fb6dc1b258ec6
/usr/lib64/libQxtCore-qt5.so.0
/usr/lib64/libQxtCore-qt5.so.0.7
/usr/lib64/libQxtCore-qt5.so.0.7.0
/usr/lib64/libQxtNetwork-qt5.so.0
/usr/lib64/libQxtNetwork-qt5.so.0.7
/usr/lib64/libQxtNetwork-qt5.so.0.7.0
/usr/lib64/libQxtSql-qt5.so.0
/usr/lib64/libQxtSql-qt5.so.0.7
/usr/lib64/libQxtSql-qt5.so.0.7.0
/usr/lib64/libQxtWeb-qt5.so.0
/usr/lib64/libQxtWeb-qt5.so.0.7
/usr/lib64/libQxtWeb-qt5.so.0.7.0
/usr/lib64/libQxtWidgets-qt5.so.0
/usr/lib64/libQxtWidgets-qt5.so.0.7
/usr/lib64/libQxtWidgets-qt5.so.0.7.0
/usr/lib64/libQxtZeroconf-qt5.so.0
/usr/lib64/libQxtZeroconf-qt5.so.0.7
/usr/lib64/libQxtZeroconf-qt5.so.0.7.0
/usr/share/doc/libqxt-qt5
/usr/share/doc/libqxt-qt5/AUTHORS
/usr/share/doc/libqxt-qt5/CHANGES
/usr/share/doc/libqxt-qt5/README
/usr/share/licenses/libqxt-qt5
/usr/share/licenses/libqxt-qt5/COPYING
/usr/share/licenses/libqxt-qt5/cpl1.0.txt
/usr/share/licenses/libqxt-qt5/lgpl-2.1.txt

References

Summary

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