How To Install qca-qt5-devel on Rocky Linux 8

In this tutorial we learn how to install qca-qt5-devel on Rocky Linux 8. qca-qt5-devel is Qt5 Cryptographic Architecture development files

Introduction

In this tutorial we learn how to install qca-qt5-devel on Rocky Linux 8.

What is qca-qt5-devel

Qt5 Cryptographic Architecture development files.

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

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

sudo dnf -y install qca-qt5-devel

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

sudo yum -y install qca-qt5-devel

How To Uninstall qca-qt5-devel on Rocky Linux 8

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

sudo dnf remove qca-qt5-devel

qca-qt5-devel Package Contents on Rocky Linux 8

/usr/include/qt5/QtCrypto
/usr/include/qt5/QtCrypto/QtCrypto
/usr/include/qt5/QtCrypto/qca.h
/usr/include/qt5/QtCrypto/qca_basic.h
/usr/include/qt5/QtCrypto/qca_cert.h
/usr/include/qt5/QtCrypto/qca_core.h
/usr/include/qt5/QtCrypto/qca_export.h
/usr/include/qt5/QtCrypto/qca_keystore.h
/usr/include/qt5/QtCrypto/qca_publickey.h
/usr/include/qt5/QtCrypto/qca_safetimer.h
/usr/include/qt5/QtCrypto/qca_securelayer.h
/usr/include/qt5/QtCrypto/qca_securemessage.h
/usr/include/qt5/QtCrypto/qca_support.h
/usr/include/qt5/QtCrypto/qca_textfilter.h
/usr/include/qt5/QtCrypto/qca_tools.h
/usr/include/qt5/QtCrypto/qca_version.h
/usr/include/qt5/QtCrypto/qcaprovider.h
/usr/include/qt5/QtCrypto/qpipe.h
/usr/lib64/cmake/Qca-qt5
/usr/lib64/cmake/Qca-qt5/Qca-qt5Config.cmake
/usr/lib64/cmake/Qca-qt5/Qca-qt5ConfigVersion.cmake
/usr/lib64/cmake/Qca-qt5/Qca-qt5Targets-noconfig.cmake
/usr/lib64/cmake/Qca-qt5/Qca-qt5Targets.cmake
/usr/lib64/libqca-qt5.so
/usr/lib64/pkgconfig/qca2-qt5.pc
/usr/lib64/qt5/mkspecs/features/crypto.prf

References

Summary

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