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

Last updated: October 02,2024

1. Install "givaro.x86_64" package

Here is a brief guide to show you how to install givaro.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install givaro.x86_64

2. Uninstall "givaro.x86_64" package

This is a short guide on how to uninstall givaro.x86_64 on Fedora 39:

$ sudo dnf remove givaro.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:24:09 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : givaro
Version : 4.2.0
Release : 1.fc39
Architecture : x86_64
Size : 100 k
Source : givaro-4.2.0-1.fc39.src.rpm
Repository : updates
Summary : C++ library for arithmetic and algebraic computations
URL : https://casys.gricad-pages.univ-grenoble-alpes.fr/givaro/
License : CECILL-B AND LGPL-3.0-or-later
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).