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

Last updated: May 01,2024

1. Install "givaro.i686" package

In this section, we are going to explain the necessary steps to install givaro.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install givaro.i686

2. Uninstall "givaro.i686" package

Here is a brief guide to show you how to uninstall givaro.i686 on Fedora 35:

$ sudo dnf remove givaro.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 4:21:12 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : givaro
Version : 4.1.1
Release : 6.fc35
Architecture : i686
Size : 98 k
Source : givaro-4.1.1-6.fc35.src.rpm
Repository : fedora
Summary : C++ library for arithmetic and algebraic computations
URL : https://casys.gricad-pages.univ-grenoble-alpes.fr/givaro/
License : CeCILL-B
Description : Givaro is a C++ library for arithmetic and algebraic computations.
: Its main features are implementations of the basic arithmetic of many
: mathematical entities: Prime fields, Extension Fields, Finite Fields,
: Finite Rings, Polynomials, Algebraic numbers, Arbitrary precision
: integers and rationals (C++ wrappers over gmp). It also provides
: data-structures and templated classes for the manipulation of basic
: algebraic objects, such as vectors, matrices (dense, sparse, structured),
: and univariate polynomials (and therefore recursive multivariate).