How To Install libfplll on Fedora 36

In this tutorial we learn how to install libfplll in Fedora 36. libfplll is Lattice algorithms using floating-point arithmetic

Introduction

In this tutorial we learn how to install libfplll on Fedora 36.

What is libfplll

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.

We can use yum or dnf to install libfplll on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libfplll.

Install libfplll on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libfplll using dnf by running the following command:

sudo dnf -y install libfplll

Install libfplll on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libfplll using yum by running the following command:

sudo yum -y install libfplll

How To Uninstall libfplll on Fedora 36

To uninstall only the libfplll package we can use the following command:

sudo dnf remove libfplll

libfplll Package Contents on Fedora 36

---
title: "How To Install libfplll on Fedora 36"
linkTitle: "libfplll"
type: "docs"
description: "In this tutorial we learn how to install libfplll in Fedora 36. libfplll is Lattice algorithms using floating-point arithmetic"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libfplll-featured.png
---

## Introduction

In this tutorial we learn how to install `libfplll` on Fedora 36.

### What is `libfplll`

> 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.  

We can use `yum` or `dnf` to install `libfplll` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libfplll.

## Install libfplll on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install libfplll using dnf by running the following command:

sudo dnf -y install libfplll

Install libfplll on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libfplll using yum by running the following command: /usr/lib/.build-id /usr/lib/.build-id/a5 /usr/lib/.build-id/a5/7cd9584c48540d5a0fa8c9f542a7a992ce1eea /usr/lib64/libfplll.so.7 /usr/lib64/libfplll.so.7.0.0 /usr/share/doc/libfplll /usr/share/doc/libfplll/NEWS /usr/share/doc/libfplll/README.md /usr/share/fplll /usr/share/fplll/strategies /usr/share/fplll/strategies/default.json /usr/share/licenses/libfplll /usr/share/licenses/libfplll/COPYING


## References

* [libfplll website](https://fplll.github.io/fplll/)

## Summary


In this tutorial we learn how to install `libfplll` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).

```bash
sudo yum -y install libfplll

How To Uninstall libfplll on Fedora 36

To uninstall only the libfplll package we can use the following command:

sudo dnf remove libfplll

libfplll Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/b37c7b9f78a59ac65c51bda74965001ff5d97e
/usr/lib/libfplll.so.7
/usr/lib/libfplll.so.7.0.0
/usr/share/doc/libfplll
/usr/share/doc/libfplll/NEWS
/usr/share/doc/libfplll/README.md
/usr/share/fplll
/usr/share/fplll/strategies
/usr/share/fplll/strategies/default.json
/usr/share/licenses/libfplll
/usr/share/licenses/libfplll/COPYING

References

Summary

In this tutorial we learn how to install libfplll on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).