How to Install and Uninstall python3-gmpy2 Package on openSUSE Leap

Last updated: June 29,2024

1. Install "python3-gmpy2" package

In this section, we are going to explain the necessary steps to install python3-gmpy2 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-gmpy2

2. Uninstall "python3-gmpy2" package

In this section, we are going to explain the necessary steps to uninstall python3-gmpy2 on openSUSE Leap:

$ sudo zypper remove python3-gmpy2

3. Information about the python3-gmpy2 package on openSUSE Leap

Information for package python3-gmpy2:
--------------------------------------
Repository : Main Repository
Name : python3-gmpy2
Version : 2.0.8-bp155.2.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 530.4 KiB
Installed : No
Status : not installed
Source package : python-gmpy2-2.0.8-bp155.2.12.src
Upstream URL : https://github.com/aleaxit/gmpy
Summary : GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3x
Description :
gmpy2 is a C-coded Python extension module that supports
multiple-precision arithmetic. In addition to supporting
GMP or MPIR for multiple-precision integer and rational
arithmetic, gmpy2 adds support for the MPFR (correctly
rounded real floating-point arithmetic) and MPC (correctly
rounded complex floating-point arithmetic) libraries.