How to Install and Uninstall qca-qt5.x86_64 Package on CentOS Stream 8

Last updated: October 06,2024

1. Install "qca-qt5.x86_64" package

This is a short guide on how to install qca-qt5.x86_64 on CentOS Stream 8

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

2. Uninstall "qca-qt5.x86_64" package

Please follow the guidelines below to uninstall qca-qt5.x86_64 on CentOS Stream 8:

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

3. Information about the qca-qt5.x86_64 package on CentOS Stream 8

Last metadata expiration check: 0:20:11 ago on Sun Feb 25 03:03:59 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!