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

Last updated: July 03,2024

1. Install "fes.i686" package

Please follow the step by step instructions below to install fes.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install fes.i686

2. Uninstall "fes.i686" package

This guide covers the steps necessary to uninstall fes.i686 on Fedora 34:

$ sudo dnf remove fes.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 1:25:52 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : fes
Version : 0.2
Release : 5.fc34
Architecture : i686
Size : 109 k
Source : fes-0.2-5.fc34.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).