How to Install and Uninstall fes.i686 Package on Fedora 36

Last updated: July 03,2024

1. Install "fes.i686" package

This guide covers the steps necessary to install fes.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install fes.i686

2. Uninstall "fes.i686" package

This is a short guide on how to uninstall fes.i686 on Fedora 36:

$ sudo dnf remove fes.i686 $ sudo dnf autoremove

3. Information about the fes.i686 package on Fedora 36

Last metadata expiration check: 4:30:07 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : fes
Version : 0.2
Release : 7.fc36
Architecture : i686
Size : 115 k
Source : fes-0.2-7.fc36.src.rpm
Repository : fedora
Summary : Fast Exhaustive Search
URL : https://cbouilla.github.io/implementation.html
License : GPLv2+
Description : 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).