How to Install and Uninstall python310-gmpy2 Package on openSuSE Tumbleweed

Last updated: July 04,2024

1. Install "python310-gmpy2" package

Please follow the instructions below to install python310-gmpy2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-gmpy2

2. Uninstall "python310-gmpy2" package

This guide covers the steps necessary to uninstall python310-gmpy2 on openSuSE Tumbleweed:

$ sudo zypper remove python310-gmpy2

3. Information about the python310-gmpy2 package on openSuSE Tumbleweed

Information for package python310-gmpy2:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-gmpy2
Version : 2.1.5-6.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 703.8 KiB
Installed : No
Status : not installed
Source package : python-gmpy2-2.1.5-6.4.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.