How to Install and Uninstall libfplll.i686 Package on Fedora 36

Last updated: October 11,2024

1. Install "libfplll.i686" package

Please follow the instructions below to install libfplll.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install libfplll.i686

2. Uninstall "libfplll.i686" package

This guide covers the steps necessary to uninstall libfplll.i686 on Fedora 36:

$ sudo dnf remove libfplll.i686 $ sudo dnf autoremove

3. Information about the libfplll.i686 package on Fedora 36

Last metadata expiration check: 4:59:49 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : libfplll
Version : 5.4.2
Release : 1.fc36
Architecture : i686
Size : 4.5 M
Source : libfplll-5.4.2-1.fc36.src.rpm
Repository : updates
Summary : Lattice algorithms using floating-point arithmetic
URL : https://fplll.github.io/fplll/
License : LGPLv2+
Description : fplll contains implementations of several lattice algorithms. The
: implementation relies on floating-point orthogonalization, and LLL is central
: to the code, hence the name.
:
: It includes implementations of floating-point LLL reduction algorithms,
: offering different speed/guarantees ratios. It contains a 'wrapper' choosing
: the estimated best sequence of variants in order to provide a guaranteed output
: as fast as possible. In the case of the wrapper, the succession of variants is
: oblivious to the user.
:
: It includes an implementation of the BKZ reduction algorithm, including the
: BKZ-2.0 improvements (extreme enumeration pruning, pre-processing of blocks,
: early termination). Additionally, Slide reduction and self dual BKZ are
: supported.
:
: It also includes a floating-point implementation of the Kannan-Fincke-Pohst
: algorithm that finds a shortest non-zero lattice vector. Finally, it contains a
: variant of the enumeration algorithm that computes a lattice vector closest to
: a given vector belonging to the real span of the lattice.