How To Install pynac on Fedora 36

In this tutorial we learn how to install pynac in Fedora 36. pynac is Manipulation of symbolic expressions

Introduction

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

What is pynac

Pynac is a derivative of the C++ library GiNaC, which allows manipulation of symbolic expressions. It currently provides the backend for symbolic expressions in Sage. The main difference between Pynac and GiNaC is that Pynac relies on Sage to provide the operations on numerical types, while GiNaC depends on CLN for this purpose.

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

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

sudo dnf -y install pynac

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

sudo yum -y install pynac

How To Uninstall pynac on Fedora 36


title: “How To Install pynac on Fedora 36” To uninstall only the pynac package we can use the following command:

linkTitle: “pynac”

type: "docs"
sudo dnf remove pynac
description: "In this tutorial we learn how to install pynac in Fedora 36. pynac is Manipulation of symbolic expressions"

date: “2022-08-17”

lastmod: “2022-08-17”

pynac Package Contents on Fedora 36

#image: /images/fedora/36/pynac-featured.png

---

## Introduction

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

### What is `pynac`

> Pynac is a derivative of the C++ library GiNaC, which allows manipulation of symbolic expressions. It currently provides the backend for symbolic expressions in Sage.  The main difference between Pynac and GiNaC is that Pynac relies on Sage to provide the operations on numerical types, while GiNaC depends on CLN for this purpose.  

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

## Install pynac on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

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

sudo dnf -y install pynac

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

sudo yum -y install pynac

How To Uninstall pynac on Fedora 36

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

sudo dnf remove pynac

pynac Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/b09a208c4f112ff16a16122db87e3dfb2e7b0b
/usr/lib/libpynac.so.18
/usr/lib/libpynac.so.18.3.7
/usr/share/doc/pynac
/usr/share/doc/pynac/AUTHORS
/usr/share/doc/pynac/ChangeLog
/usr/share/doc/pynac/NEWS
/usr/share/doc/pynac/README
/usr/share/licenses/pynac
/usr/share/licenses/pynac/COPYING

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/7d /usr/lib/.build-id/7d/7a6b84aa6e3bd64defa0c591514da6d77ec348 /usr/lib64/libpynac.so.18 /usr/lib64/libpynac.so.18.3.7 /usr/share/doc/pynac /usr/share/doc/pynac/AUTHORS /usr/share/doc/pynac/ChangeLog /usr/share/doc/pynac/NEWS /usr/share/doc/pynac/README /usr/share/licenses/pynac /usr/share/licenses/pynac/COPYING


## References

* [pynac website](http://pynac.org/)

## Summary

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