How To Install givaro on Fedora 36

In this tutorial we learn how to install givaro in Fedora 36. givaro is C++ library for arithmetic and algebraic computations

Introduction

In this tutorial we learn how to install givaro on Fedora 36.

What is givaro

Givaro is a C++ library for arithmetic and algebraic computations. Its main features are implementations of the basic arithmetic of many mathematical entities 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).

We can use yum or dnf to install givaro on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install givaro.

Install givaro on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install givaro using dnf by running the following command:

sudo dnf -y install givaro

Install givaro on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install givaro using yum by running the following command:

sudo yum -y install givaro

How To Uninstall givaro on Fedora 36

To uninstall only the givaro package we can use the following command:

sudo dnf remove givaro

givaro Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/9a0848c4e2eb249b966212765e3bea0b686a5d
/usr/lib/libgivaro.so.9
/usr/lib/libgivaro.so.9.1.1
/usr/share/doc/givaro
/usr/share/doc/givaro/AUTHORS
/usr/share/doc/givaro/ChangeLog
/usr/share/doc/givaro/README.md
/usr/share/licenses/givaro
/usr/share/licenses/givaro/COPYING
/usr/share/licenses/givaro/COPYRIGHT
/usr/share/licenses/givaro/Licence_CeCILL-B_V1-en.txt
/usr/share/licenses/givaro/Licence_CeCILL-B_V1-fr.txt

References

Summary

In this tutorial we learn how to install givaro on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install givaro on Fedora 36” linkTitle: “givaro” type: “docs” description: “In this tutorial we learn how to install givaro in Fedora 36. givaro is C++ library for arithmetic and algebraic computations” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/givaro-featured.png

Introduction

In this tutorial we learn how to install givaro on Fedora 36.

What is givaro

Givaro is a C++ library for arithmetic and algebraic computations. Its main features are implementations of the basic arithmetic of many mathematical entities 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).

We can use yum or dnf to install givaro on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install givaro.

Install givaro on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install givaro using dnf by running the following command:

sudo dnf -y install givaro

Install givaro on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install givaro using yum by running the following command:

sudo yum -y install givaro

How To Uninstall givaro on Fedora 36

To uninstall only the givaro package we can use the following command:

sudo dnf remove givaro

givaro Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/af
/usr/lib/.build-id/af/b9fc9bb8d408221eeb20d09c746ed9565bd7a9
/usr/lib64/libgivaro.so.9
/usr/lib64/libgivaro.so.9.1.1
/usr/share/doc/givaro
/usr/share/doc/givaro/AUTHORS
/usr/share/doc/givaro/ChangeLog
/usr/share/doc/givaro/README.md
/usr/share/licenses/givaro
/usr/share/licenses/givaro/COPYING
/usr/share/licenses/givaro/COPYRIGHT
/usr/share/licenses/givaro/Licence_CeCILL-B_V1-en.txt
/usr/share/licenses/givaro/Licence_CeCILL-B_V1-fr.txt

References

Summary

In this tutorial we learn how to install givaro on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).