How to Install and Uninstall ntl.i686 Package on Fedora 36

Last updated: October 11,2024

1. Install "ntl.i686" package

Please follow the step by step instructions below to install ntl.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install ntl.i686

2. Uninstall "ntl.i686" package

Please follow the step by step instructions below to uninstall ntl.i686 on Fedora 36:

$ sudo dnf remove ntl.i686 $ sudo dnf autoremove

3. Information about the ntl.i686 package on Fedora 36

Last metadata expiration check: 0:30:41 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ntl
Version : 11.5.1
Release : 3.fc36
Architecture : i686
Size : 952 k
Source : ntl-11.5.1-3.fc36.src.rpm
Repository : fedora
Summary : High-performance algorithms for vectors, matrices, and polynomials
URL : https://libntl.org/
License : LGPLv2+
Description : 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.