How To Install ntl on Fedora 36

In this tutorial we learn how to install ntl in Fedora 36. ntl is High-performance algorithms for vectors, matrices, and polynomials

Introduction

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

What is ntl

NTL is a high-performance, portable C++ library providing data structures and algorithms for arbitrary length integers; for vectors, matrices, and polynomials over the integers and over finite fields; and for arbitrary precision floating point arithmetic. NTL provides high quality implementations of state-of-the-art algorithms for * arbitrary length integer arithmetic and arbitrary precision floating point arithmetic; * polynomial arithmetic over the integers and finite fields including basic arithmetic, polynomial factorization, irreducibility testing, computation of minimal polynomials, traces, norms, and more; * lattice basis reduction, including very robust and fast implementations of Schnorr-Euchner, block Korkin-Zolotarev reduction, and the new Schnorr-Horner pruning heuristic for block Korkin-Zolotarev; * basic linear algebra over the integers, finite fields, and arbitrary precision floating point numbers.

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

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

sudo dnf -y install ntl

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

sudo yum -y install ntl

How To Uninstall ntl on Fedora 36

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

sudo dnf remove ntl

ntl Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/6459672ef32d660522655a37a2a33e0e0d804f
/usr/lib/libntl.so.44
/usr/lib/libntl.so.44.0.1
/usr/share/doc/ntl
/usr/share/doc/ntl/README
/usr/share/licenses/ntl
/usr/share/licenses/ntl/copying.txt

References

Summary

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


title: “How To Install ntl on Fedora 36” linkTitle: “ntl” type: “docs” description: “In this tutorial we learn how to install ntl in Fedora 36. ntl is High-performance algorithms for vectors, matrices, and polynomials” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ntl-featured.png

Introduction

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

What is ntl

NTL is a high-performance, portable C++ library providing data structures and algorithms for arbitrary length integers; for vectors, matrices, and polynomials over the integers and over finite fields; and for arbitrary precision floating point arithmetic. NTL provides high quality implementations of state-of-the-art algorithms for * arbitrary length integer arithmetic and arbitrary precision floating point arithmetic; * polynomial arithmetic over the integers and finite fields including basic arithmetic, polynomial factorization, irreducibility testing, computation of minimal polynomials, traces, norms, and more; * lattice basis reduction, including very robust and fast implementations of Schnorr-Euchner, block Korkin-Zolotarev reduction, and the new Schnorr-Horner pruning heuristic for block Korkin-Zolotarev; * basic linear algebra over the integers, finite fields, and arbitrary precision floating point numbers.

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

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

sudo dnf -y install ntl

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

sudo yum -y install ntl

How To Uninstall ntl on Fedora 36

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

sudo dnf remove ntl

ntl Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/913b31714f918a2ccd2dcc2a41ff45f4c0d97f
/usr/lib64/libntl.so.44
/usr/lib64/libntl.so.44.0.1
/usr/share/doc/ntl
/usr/share/doc/ntl/README
/usr/share/licenses/ntl
/usr/share/licenses/ntl/copying.txt

References

Summary

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