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

Last updated: May 19,2024

1. Install "givaro.i686" package

Please follow the guidelines below to install givaro.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install givaro.i686

2. Uninstall "givaro.i686" package

This guide covers the steps necessary to uninstall givaro.i686 on Fedora 34:

$ sudo dnf remove givaro.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 1:42:57 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : givaro
Version : 4.1.1
Release : 5.fc34
Architecture : i686
Size : 102 k
Source : givaro-4.1.1-5.fc34.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).