How To Install fes on Fedora 36

In this tutorial we learn how to install fes in Fedora 36. fes is Fast Exhaustive Search

Introduction

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

What is fes

This external library implements an efficient implement of exhaustive search to solve systems of low-degree boolean equations. Exhaustive search is asymptotically faster than computing a Groebner basis, except in special cases. This particular implementation is particularly efficient (in the good cases it tests 3 candidate solutions per CPU cycle on each core).

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

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

sudo dnf -y install fes

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

sudo yum -y install fes

How To Uninstall fes on Fedora 36

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

sudo dnf remove fes

fes Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/011c41ae268a54c5eca150cfdfbb45e566539c
/usr/lib/libfes.so.0
/usr/lib/libfes.so.0.0.0
/usr/share/doc/fes
/usr/share/doc/fes/AUTHORS
/usr/share/doc/fes/COPYING

References

Summary

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


title: “How To Install fes on Fedora 36” linkTitle: “fes” type: “docs” description: “In this tutorial we learn how to install fes in Fedora 36. fes is Fast Exhaustive Search” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/fes-featured.png

Introduction

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

What is fes

This external library implements an efficient implement of exhaustive search to solve systems of low-degree boolean equations. Exhaustive search is asymptotically faster than computing a Groebner basis, except in special cases. This particular implementation is particularly efficient (in the good cases it tests 3 candidate solutions per CPU cycle on each core).

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

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

sudo dnf -y install fes

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

sudo yum -y install fes

How To Uninstall fes on Fedora 36

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

sudo dnf remove fes

fes Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/9c9f4232ba294d1a3c3646da300814914f7f07
/usr/lib64/libfes.so.0
/usr/lib64/libfes.so.0.0.0
/usr/share/doc/fes
/usr/share/doc/fes/AUTHORS
/usr/share/doc/fes/COPYING

References

Summary

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