How To Install zn_poly-devel on Fedora 36
Introduction
In this tutorial we learn how to install zn_poly-devel
on Fedora 36.
What is zn_poly-devel
zn_poly is a C library for polynomial arithmetic in Z/nZ[x], where n is any modulus that fits into an unsigned long. This package contains the development files.
We can use yum
or dnf
to install zn_poly-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zn_poly-devel.
Install zn_poly-devel 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-devel
using dnf
by running the following command:
sudo dnf -y install zn_poly-devel
Install zn_poly-devel 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-devel
using yum
by running the following command:
sudo yum -y install zn_poly-devel
How To Uninstall zn_poly-devel on Fedora 36
To uninstall only the zn_poly-devel
package we can use the following command:
sudo dnf remove zn_poly-devel
zn_poly-devel Package Contents on Fedora 36
/usr/include/zn_poly
/usr/include/zn_poly/profiler.h
/usr/include/zn_poly/support.h
/usr/include/zn_poly/wide_arith.h
/usr/include/zn_poly/zn_poly.h
/usr/include/zn_poly/zn_poly_internal.h
/usr/lib64/libzn_poly.so
References
Summary
In this tutorial we learn how to install zn_poly-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install zn_poly-devel on Fedora 36” linkTitle: “zn_poly-devel” type: “docs” description: “In this tutorial we learn how to install zn_poly-devel in Fedora 36. zn_poly-devel is Development files for zn_poly” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/zn_poly-devel-featured.png
Introduction
In this tutorial we learn how to install zn_poly-devel
on Fedora 36.
What is zn_poly-devel
zn_poly is a C library for polynomial arithmetic in Z/nZ[x], where n is any modulus that fits into an unsigned long. This package contains the development files.
We can use yum
or dnf
to install zn_poly-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zn_poly-devel.
Install zn_poly-devel 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-devel
using dnf
by running the following command:
sudo dnf -y install zn_poly-devel
Install zn_poly-devel 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-devel
using yum
by running the following command:
sudo yum -y install zn_poly-devel
How To Uninstall zn_poly-devel on Fedora 36
To uninstall only the zn_poly-devel
package we can use the following command:
sudo dnf remove zn_poly-devel
zn_poly-devel Package Contents on Fedora 36
/usr/include/zn_poly
/usr/include/zn_poly/profiler.h
/usr/include/zn_poly/support.h
/usr/include/zn_poly/wide_arith.h
/usr/include/zn_poly/zn_poly.h
/usr/include/zn_poly/zn_poly_internal.h
/usr/lib/libzn_poly.so
References
Summary
In this tutorial we learn how to install zn_poly-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).