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

Last updated: November 28,2024

1. Install "python3-gmpy2.x86_64" package

Please follow the guidelines below to install python3-gmpy2.x86_64 on Fedora 38

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

2. Uninstall "python3-gmpy2.x86_64" package

This tutorial shows how to uninstall python3-gmpy2.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 2:12:08 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : python3-gmpy2
Version : 2.1.5
Release : 2.fc38
Architecture : x86_64
Size : 199 k
Source : python-gmpy2-2.1.5-2.fc38.src.rpm
Repository : fedora
Summary : Python 3 interface to GMP, MPFR, and MPC
URL : https://pypi.python.org/pypi/gmpy2
License : LGPL-3.0-or-later
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.