How to Install and Uninstall qca-qt5.x86_64 Package on Oracle Linux 9

Last updated: July 05,2024

1. Install "qca-qt5.x86_64" package

In this section, we are going to explain the necessary steps to install qca-qt5.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install qca-qt5.x86_64

2. Uninstall "qca-qt5.x86_64" package

Learn how to uninstall qca-qt5.x86_64 on Oracle Linux 9:

$ sudo dnf remove qca-qt5.x86_64 $ sudo dnf autoremove

3. Information about the qca-qt5.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:25:05 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : qca-qt5
Version : 2.3.6
Release : 1.el9
Architecture : x86_64
Size : 456 k
Source : qca-2.3.6-1.el9.src.rpm
Repository : epel
Summary : Qt5 Cryptographic Architecture
URL : https://userbase.kde.org/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!