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

Last updated: September 21,2024

1. Install "libfplll.x86_64" package

Learn how to install libfplll.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install libfplll.x86_64

2. Uninstall "libfplll.x86_64" package

Please follow the guidelines below to uninstall libfplll.x86_64 on Fedora 34:

$ sudo dnf remove libfplll.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:05:08 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : libfplll
Version : 5.4.1
Release : 10.fc34
Architecture : x86_64
Size : 3.9 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.