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

Last updated: May 17,2024

1. Install "python36-gmpy2" package

This guide covers the steps necessary to install python36-gmpy2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-gmpy2

2. Uninstall "python36-gmpy2" package

Please follow the step by step instructions below to uninstall python36-gmpy2 on openSuSE Tumbleweed:

$ sudo zypper remove python36-gmpy2

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

Information for package python36-gmpy2:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-gmpy2
Version : 2.0.8-1.18
Arch : x86_64
Vendor : openSUSE
Installed Size : 553,6 KiB
Installed : No
Status : not installed
Source package : python-gmpy2-2.0.8-1.18.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.