How To Install zn_poly on Fedora 36

In this tutorial we learn how to install zn_poly in Fedora 36. zn_poly is C library for polynomial arithmetic

Introduction

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

What is zn_poly

zn_poly is a C library for polynomial arithmetic in Z/nZ[x], where n is any modulus that fits into an unsigned long.

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

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

sudo dnf -y install zn_poly

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

sudo yum -y install zn_poly

How To Uninstall zn_poly on Fedora 36

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

sudo dnf remove zn_poly

zn_poly Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/d9c69d3a38f72b5756530fc3675e8bce607ea2
/usr/lib64/libzn_poly-0.9.2.so
/usr/lib64/libzn_poly-0.9.so
/usr/share/doc/zn_poly
/usr/share/doc/zn_poly/COPYING
/usr/share/doc/zn_poly/REFERENCES
/usr/share/doc/zn_poly/bernoulli.c
/usr/share/doc/zn_poly/gpl-2.0.txt
/usr/share/doc/zn_poly/gpl-3.0.txt

References

Summary

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