How to Install and Uninstall python3-gmpy2.x86_64 Package on Oracle Linux 9

Last updated: May 19,2024

1. Install "python3-gmpy2.x86_64" package

Here is a brief guide to show you how to install python3-gmpy2.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python3-gmpy2.x86_64

2. Uninstall "python3-gmpy2.x86_64" package

Learn how to uninstall python3-gmpy2.x86_64 on Oracle Linux 9:

$ sudo dnf remove python3-gmpy2.x86_64 $ sudo dnf autoremove

3. Information about the python3-gmpy2.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:59:00 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-gmpy2
Version : 2.1.2
Release : 4.el9
Architecture : x86_64
Size : 192 k
Source : python-gmpy2-2.1.2-4.el9.src.rpm
Repository : epel
Summary : Python 3 interface to GMP, MPFR, and MPC
URL : https://pypi.python.org/pypi/gmpy2
License : LGPLv3+
Description : This package contains a C-coded Python extension module that supports
: multiple-precision arithmetic. It is the successor to the original
: gmpy module. The gmpy module only supported the GMP multiple-precision
: library. Gmpy2 adds support for the MPFR (correctly rounded real
: floating-point arithmetic) and MPC (correctly rounded complex
: floating-point arithmetic) libraries. It also updates the API and
: naming conventions to be more consistent and support the additional
: functionality.