How To Install qca2-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install qca2-devel.x86_64 in Amazon Linux 2. qca2-devel.x86_64 is Qt Cryptographic Architecture development files

Introduction

In this tutorial we learn how to install qca2-devel.x86_64 on Amazon Linux 2.

What is qca2-devel.x86_64

This packages contains the development files for QCA

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

Install qca2-devel.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 qca2-devel.x86_64 using yum by running the following command:

sudo yum -y install qca2-devel.x86_64

How To Uninstall qca2-devel.x86_64 on Amazon Linux 2

To uninstall only the qca2-devel.x86_64 package we can use the following command:

sudo yum remove qca2-devel.x86_64

qca2-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/QtCrypto
/usr/include/QtCrypto/QtCrypto
/usr/include/QtCrypto/qca.h
/usr/include/QtCrypto/qca_basic.h
/usr/include/QtCrypto/qca_cert.h
/usr/include/QtCrypto/qca_core.h
/usr/include/QtCrypto/qca_export.h
/usr/include/QtCrypto/qca_keystore.h
/usr/include/QtCrypto/qca_publickey.h
/usr/include/QtCrypto/qca_securelayer.h
/usr/include/QtCrypto/qca_securemessage.h
/usr/include/QtCrypto/qca_support.h
/usr/include/QtCrypto/qca_textfilter.h
/usr/include/QtCrypto/qca_tools.h
/usr/include/QtCrypto/qcaprovider.h
/usr/include/QtCrypto/qpipe.h
/usr/lib64/libqca.prl
/usr/lib64/libqca.so
/usr/lib64/pkgconfig/qca2.pc
/usr/lib64/qt4/mkspecs/features/crypto.prf

References

Summary

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