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

Last updated: October 05,2024

1. Install "brial.i686" package

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

$ sudo dnf update $ sudo dnf install brial.i686

2. Uninstall "brial.i686" package

This tutorial shows how to uninstall brial.i686 on Fedora 34:

$ sudo dnf remove brial.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 2:02:00 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : brial
Version : 1.2.10
Release : 2.fc34
Architecture : i686
Size : 665 k
Source : brial-1.2.10-2.fc34.src.rpm
Repository : fedora
Summary : Framework for Boolean Rings
URL : https://github.com/BRiAl/BRiAl/
License : GPLv2+ and BSD
Description : The core of BRiAl is a C++ library, which provides high-level data
: types for Boolean polynomials and monomials, exponent vectors, as well
: as for the underlying polynomial rings and subsets of the powerset of
: the Boolean variables. As a unique approach, binary decision diagrams
: are used as internal storage type for polynomial structures. On top of
: this C++-library we provide a Python interface. This allows parsing of
: complex polynomial systems, as well as sophisticated and extendable
: strategies for Gröbner base computation. BRiAL features a powerful
: reference implementation for Gröbner basis computation.