How To Install libpari23 on Fedora 36
Introduction
In this tutorial we learn how to install libpari23
on Fedora 36.
What is libpari23
PARI is a widely used computer algebra system designed for fast computations in number theory (factorizations, algebraic number theory, elliptic curves…), but also contains a large number of other useful functions to compute with mathematical entities such as matrices, polynomials, power series, algebraic numbers, etc., and a lot of transcendental functions. This is an old version of the library, for compatibility with applications and library bindings that have not been migrated to the current stable release.
We can use yum
or dnf
to install libpari23
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libpari23.
Install libpari23 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 libpari23
using dnf
by running the following command:
sudo dnf -y install libpari23
Install libpari23 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 libpari23
using yum
by running the following command:
sudo yum -y install libpari23
How To Uninstall libpari23 on Fedora 36
To uninstall only the libpari23
package we can use the following command:
sudo dnf remove libpari23
libpari23 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/a3d53bb0153e6e009cf088907c518b77ff88ea
/usr/lib/.build-id/eb
/usr/lib/.build-id/eb/df04f7a66b816683ace8b2deefb688355a27b0
/usr/lib64/libpari.so.2
/usr/lib64/libpari.so.2.3.5
/usr/share/doc/libpari23
/usr/share/doc/libpari23/AUTHORS
/usr/share/doc/libpari23/CHANGES
/usr/share/doc/libpari23/CHANGES-2.2
/usr/share/doc/libpari23/COMPAT
/usr/share/doc/libpari23/NEW
/usr/share/doc/libpari23/README
/usr/share/doc/libpari23/pari.cfg
/usr/share/licenses/libpari23
/usr/share/licenses/libpari23/COPYING
References
Summary
In this tutorial we learn how to install libpari23
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libpari23 on Fedora 36” linkTitle: “libpari23” type: “docs” description: “In this tutorial we learn how to install libpari23 in Fedora 36. libpari23 is Number Theory-oriented Computer Algebra Library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libpari23-featured.png
Introduction
In this tutorial we learn how to install libpari23
on Fedora 36.
What is libpari23
PARI is a widely used computer algebra system designed for fast computations in number theory (factorizations, algebraic number theory, elliptic curves…), but also contains a large number of other useful functions to compute with mathematical entities such as matrices, polynomials, power series, algebraic numbers, etc., and a lot of transcendental functions. This is an old version of the library, for compatibility with applications and library bindings that have not been migrated to the current stable release.
We can use yum
or dnf
to install libpari23
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libpari23.
Install libpari23 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 libpari23
using dnf
by running the following command:
sudo dnf -y install libpari23
Install libpari23 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 libpari23
using yum
by running the following command:
sudo yum -y install libpari23
How To Uninstall libpari23 on Fedora 36
To uninstall only the libpari23
package we can use the following command:
sudo dnf remove libpari23
libpari23 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/72ddd256e9fba925fb27ff8ad4e796718a4bbf
/usr/lib/.build-id/89
/usr/lib/.build-id/89/e8e3a355acd6b46b2239a503fb9961a813db4d
/usr/lib/libpari.so.2
/usr/lib/libpari.so.2.3.5
/usr/share/doc/libpari23
/usr/share/doc/libpari23/AUTHORS
/usr/share/doc/libpari23/CHANGES
/usr/share/doc/libpari23/CHANGES-2.2
/usr/share/doc/libpari23/COMPAT
/usr/share/doc/libpari23/NEW
/usr/share/doc/libpari23/README
/usr/share/doc/libpari23/pari.cfg
/usr/share/licenses/libpari23
/usr/share/licenses/libpari23/COPYING
References
Summary
In this tutorial we learn how to install libpari23
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).