How to Install and Uninstall brial.x86_64 Package on Fedora 39

Last updated: October 04,2024

1. Install "brial.x86_64" package

This guide let you learn how to install brial.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install brial.x86_64

2. Uninstall "brial.x86_64" package

This tutorial shows how to uninstall brial.x86_64 on Fedora 39:

$ sudo dnf remove brial.x86_64 $ sudo dnf autoremove

3. Information about the brial.x86_64 package on Fedora 39

Last metadata expiration check: 1:58:05 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : brial
Version : 1.2.12
Release : 3.fc39
Architecture : x86_64
Size : 639 k
Source : brial-1.2.12-3.fc39.src.rpm
Repository : fedora
Summary : Framework for Boolean Rings
URL : https://github.com/BRiAl/BRiAl/
License : GPL-2.0-or-later AND BSD-3-Clause
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.