How to Install and Uninstall liboqs.i686 Package on Fedora 39

Last updated: September 28,2024

1. Install "liboqs.i686" package

Learn how to install liboqs.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install liboqs.i686

2. Uninstall "liboqs.i686" package

Please follow the instructions below to uninstall liboqs.i686 on Fedora 39:

$ sudo dnf remove liboqs.i686 $ sudo dnf autoremove

3. Information about the liboqs.i686 package on Fedora 39

Last metadata expiration check: 0:57:52 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : liboqs
Version : 0.8.0
Release : 3.fc39
Architecture : i686
Size : 128 k
Source : liboqs-0.8.0-3.fc39.src.rpm
Repository : fedora
Summary : liboqs is an open source C library for quantum-safe cryptographic algorithms.
URL : https://github.com/open-quantum-safe/liboqs.git
License : MIT AND Apache 2.0 AND BSD 3-Clause AND (BSD-3-Clause OR GPL-1.0-or-later) AND CC0-1.0 AND Unlicense
Description : liboqs provides:
: - a collection of open source implementations of quantum-safe key encapsulation mechanism (KEM) and digital signature algorithms; the full list can be found below
: - a common API for these algorithms
: - a test harness and benchmarking routines
: liboqs is part of the Open Quantum Safe (OQS) project led by Douglas Stebila and Michele Mosca, which aims to develop and integrate into applications quantum-safe cryptography to facilitate deployment and testing in real world contexts. In particular, OQS provides prototype integrations of liboqs into TLS and SSH, through OpenSSL and OpenSSH.