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

Last updated: November 08,2024

1. Install "python2-gmpy2" package

This is a short guide on how to install python2-gmpy2 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-gmpy2

2. Uninstall "python2-gmpy2" package

Here is a brief guide to show you how to uninstall python2-gmpy2 on openSUSE Leap:

$ sudo zypper remove python2-gmpy2

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

Information for package python2-gmpy2:
--------------------------------------
Repository : Main Repository
Name : python2-gmpy2
Version : 2.0.8-bp153.1.21
Arch : x86_64
Vendor : openSUSE
Installed Size : 588,4 KiB
Installed : No
Status : not installed
Source package : python-gmpy2-2.0.8-bp153.1.21.src
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.