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

Last updated: May 19,2024

1. Install "fes.i686" package

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

$ sudo dnf update $ sudo dnf install fes.i686

2. Uninstall "fes.i686" package

Please follow the steps below to uninstall fes.i686 on Fedora 35:

$ sudo dnf remove fes.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 4:33:04 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : fes
Version : 0.2
Release : 6.fc35
Architecture : i686
Size : 106 k
Source : fes-0.2-6.fc35.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).