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

Last updated: January 18,2025

1. Install "python3-gmpy2.x86_64" package

In this section, we are going to explain the necessary steps to install python3-gmpy2.x86_64 on Fedora 34

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

2. Uninstall "python3-gmpy2.x86_64" package

Please follow the guidance below to uninstall python3-gmpy2.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:48:29 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-gmpy2
Version : 2.1.0
Release : 0.26.b6.fc34
Architecture : x86_64
Size : 344 k
Source : python-gmpy2-2.1.0-0.26.b6.fc34.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.