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

Last updated: September 21,2024

1. Install "fes.x86_64" package

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

$ sudo dnf update $ sudo dnf install fes.x86_64

2. Uninstall "fes.x86_64" package

Please follow the instructions below to uninstall fes.x86_64 on Fedora 34:

$ sudo dnf remove fes.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:32:46 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : fes
Version : 0.2
Release : 5.fc34
Architecture : x86_64
Size : 277 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).