How to Install and Uninstall qca-qt6.x86_64 Package on CentOS Stream 9

Last updated: September 22,2024

1. Install "qca-qt6.x86_64" package

Please follow the instructions below to install qca-qt6.x86_64 on CentOS Stream 9

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

2. Uninstall "qca-qt6.x86_64" package

This guide covers the steps necessary to uninstall qca-qt6.x86_64 on CentOS Stream 9:

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

3. Information about the qca-qt6.x86_64 package on CentOS Stream 9

Last metadata expiration check: 0:04:55 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : qca-qt6
Version : 2.3.6
Release : 1.el9
Architecture : x86_64
Size : 521 k
Source : qca-2.3.6-1.el9.src.rpm
Repository : epel
Summary : Qt6 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!