How to Install and Uninstall python3-gmpy2.x86_64 Package on Fedora 36

Last updated: June 29,2024

1. Install "python3-gmpy2.x86_64" package

Learn how to install python3-gmpy2.x86_64 on Fedora 36

$ 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 Fedora 36:

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

3. Information about the python3-gmpy2.x86_64 package on Fedora 36

Last metadata expiration check: 5:00:32 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-gmpy2
Version : 2.1.2
Release : 2.fc36
Architecture : x86_64
Size : 196 k
Source : python-gmpy2-2.1.2-2.fc36.src.rpm
Repository : fedora
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.