How To Install ginac on Fedora 36

In this tutorial we learn how to install ginac in Fedora 36. ginac is C++ library for symbolic calculations

Introduction

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

What is ginac

GiNaC (which stands for “GiNaC is Not a CAS (Computer Algebra System)”) is an open framework for symbolic computation within the C++ programming language.

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

Install ginac 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 ginac using dnf by running the following command:

sudo dnf -y install ginac

Install ginac 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 ginac using yum by running the following command:

sudo yum -y install ginac

How To Uninstall ginac on Fedora 36

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

sudo dnf remove ginac

ginac Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/83d787bf089a321dbc87184035223dda0677e2
/usr/lib/libginac.so.11
/usr/lib/libginac.so.11.1.2
/usr/libexec/ginac-excompiler
/usr/share/licenses/ginac
/usr/share/licenses/ginac/COPYING

References

Summary

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


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

Introduction

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

What is ginac

GiNaC (which stands for “GiNaC is Not a CAS (Computer Algebra System)”) is an open framework for symbolic computation within the C++ programming language.

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

Install ginac 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 ginac using dnf by running the following command:

sudo dnf -y install ginac

Install ginac 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 ginac using yum by running the following command:

sudo yum -y install ginac

How To Uninstall ginac on Fedora 36

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

sudo dnf remove ginac

ginac Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/88
/usr/lib/.build-id/88/43107efaba2fc6e6965ba7d083ea44c8e4d380
/usr/lib64/libginac.so.11
/usr/lib64/libginac.so.11.1.2
/usr/libexec/ginac-excompiler
/usr/share/licenses/ginac
/usr/share/licenses/ginac/COPYING

References

Summary

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