How To Install libfplll-tools on Fedora 36

In this tutorial we learn how to install libfplll-tools in Fedora 36. libfplll-tools is Command line tools that use libfplll

Introduction

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

What is libfplll-tools

The libfplll-tools package contains command-line tools that expose the functionality of libfplll.

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

Install libfplll-tools 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-tools using dnf by running the following command:

sudo dnf -y install libfplll-tools

Install libfplll-tools 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-tools using yum by running the following command:

sudo yum -y install libfplll-tools

How To Uninstall libfplll-tools on Fedora 36

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

sudo dnf remove libfplll-tools

libfplll-tools Package Contents on Fedora 36

/usr/bin/fplll
/usr/bin/latticegen
/usr/lib/.build-id
/usr/lib/.build-id/67
/usr/lib/.build-id/67/3edf4f83b316b62d51995b457f27aebe41b797
/usr/lib/.build-id/76
/usr/lib/.build-id/76/931f93aeacad02fae70dbd714622ae2c606ca5
/usr/share/man/man1/fplll.1.gz
/usr/share/man/man1/latticegen.1.gz

References

Summary

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