How to Install and Uninstall qca2.x86_64 Package on Amazon Linux 2

Last updated: October 06,2024

1. Install "qca2.x86_64" package

This guide covers the steps necessary to install qca2.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install qca2.x86_64

2. Uninstall "qca2.x86_64" package

This guide covers the steps necessary to uninstall qca2.x86_64 on Amazon Linux 2:

$ sudo yum remove qca2.x86_64 $ sudo yum autoremove

3. Information about the qca2.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : qca2
Arch : x86_64
Version : 2.0.3
Release : 7.amzn2.0.1
Size : 409 k
Repo : amzn2-core/2/x86_64
Summary : Qt Cryptographic Architecture
URL : http://delta.affinix.com/qca
License : LGPLv2+
Description : Taking a hint from the similarly-named Java Cryptography
: Architecture, QCA aims to provide a straightforward and
: cross-platform crypto API, using Qt datatypes and conventions. QCA
: separates the API from the implementation, using plugins known as
: Providers. The advantage of this model is to allow applications to
: avoid linking to or explicitly depending on any particular
: cryptographic library. This allows one to easily change or upgrade
: crypto implementations without even needing to recompile the
: application!