How to Install and Uninstall qca-qt5.i686 Package on Fedora 36

Last updated: October 08,2024

1. Install "qca-qt5.i686" package

This guide covers the steps necessary to install qca-qt5.i686 on Fedora 36

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

2. Uninstall "qca-qt5.i686" package

In this section, we are going to explain the necessary steps to uninstall qca-qt5.i686 on Fedora 36:

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

3. Information about the qca-qt5.i686 package on Fedora 36

Last metadata expiration check: 1:12:36 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : qca-qt5
Version : 2.3.4
Release : 2.fc36
Architecture : i686
Size : 502 k
Source : qca-2.3.4-2.fc36.src.rpm
Repository : fedora
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!