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

Last updated: July 05,2024

1. Install "python311-gmpy2" package

This tutorial shows how to install python311-gmpy2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-gmpy2

2. Uninstall "python311-gmpy2" package

In this section, we are going to explain the necessary steps to uninstall python311-gmpy2 on openSuSE Tumbleweed:

$ sudo zypper remove python311-gmpy2

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

Information for package python311-gmpy2:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-gmpy2
Version : 2.1.5-6.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 704.0 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.