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

Last updated: October 08,2024

1. Install "libfplll.i686" package

Please follow the step by step instructions below to install libfplll.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install libfplll.i686

2. Uninstall "libfplll.i686" package

Please follow the step by step instructions below to uninstall libfplll.i686 on Fedora 34:

$ sudo dnf remove libfplll.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 2:27:40 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : libfplll
Version : 5.4.1
Release : 10.fc34
Architecture : i686
Size : 3.7 M
Source : libfplll-5.4.1-10.fc34.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.