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

Last updated: January 16,2025

1. Install "python3-gmpy2.x86_64" package

This guide covers the steps necessary to install python3-gmpy2.x86_64 on Fedora 35

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

2. Uninstall "python3-gmpy2.x86_64" package

Please follow the steps below to uninstall python3-gmpy2.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 4:52:58 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-gmpy2
Version : 2.1.2
Release : 1.fc35
Architecture : x86_64
Size : 190 k
Source : python-gmpy2-2.1.2-1.fc35.src.rpm
Repository : updates
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.