How To Install pari-nftables on Fedora 36

In this tutorial we learn how to install pari-nftables in Fedora 36. pari-nftables is PARI/GP Computer Algebra System number field tables

Introduction

In this tutorial we learn how to install pari-nftables on Fedora 36.

What is pari-nftables

This package contains the optional PARI package nftables, which provides the historical megrez number fields tables (errors fixed, 1/10th the size, easier to use). These tables can be queried by readvec.

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

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

sudo dnf -y install pari-nftables

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

sudo yum -y install pari-nftables

How To Uninstall pari-nftables on Fedora 36

To uninstall only the pari-nftables package we can use the following command:

sudo dnf remove pari-nftables

pari-nftables Package Contents on Fedora 36

/usr/share/doc/pari-nftables
/usr/share/doc/pari-nftables/README
/usr/share/pari
/usr/share/pari/nftables
/usr/share/pari/nftables/T20.gp.gz
/usr/share/pari/nftables/T22.gp.gz
/usr/share/pari/nftables/T31.gp.gz
/usr/share/pari/nftables/T33.gp.gz
/usr/share/pari/nftables/T40.gp.gz
/usr/share/pari/nftables/T42.gp.gz
/usr/share/pari/nftables/T44.gp.gz
/usr/share/pari/nftables/T51.gp.gz
/usr/share/pari/nftables/T53.gp.gz
/usr/share/pari/nftables/T55.gp.gz
/usr/share/pari/nftables/T60.gp.gz
/usr/share/pari/nftables/T62.gp.gz
/usr/share/pari/nftables/T64.gp.gz
/usr/share/pari/nftables/T66.gp.gz
/usr/share/pari/nftables/T71.gp.gz
/usr/share/pari/nftables/T73.gp.gz
/usr/share/pari/nftables/T75.gp.gz
/usr/share/pari/nftables/T77.gp.gz
/usr/share/pari/nftables/check

References

Summary

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