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

Last updated: February 05,2025

1. Install "qca2.i686" package

Learn how to install qca2.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install qca2.i686

2. Uninstall "qca2.i686" package

This guide let you learn how to uninstall qca2.i686 on Amazon Linux 2:

$ sudo yum remove qca2.i686 $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : qca2
Arch : i686
Version : 2.0.3
Release : 7.amzn2.0.1
Size : 445 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!