How to Install and Uninstall qca-qt5.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 26,2024

1. Install "qca-qt5.x86_64" package

This tutorial shows how to install qca-qt5.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "qca-qt5.x86_64" package

This guide let you learn how to uninstall qca-qt5.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the qca-qt5.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:56:04 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : qca-qt5
Version : 2.3.4
Release : 2.el8
Architecture : x86_64
Size : 470 k
Source : qca-2.3.4-2.el8.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!