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

Last updated: May 17,2024

1. Install "python3-gmpy" package

Please follow the guidelines below to install python3-gmpy on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-gmpy

2. Uninstall "python3-gmpy" package

Please follow the step by step instructions below to uninstall python3-gmpy on openSUSE Leap:

$ sudo zypper remove python3-gmpy

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

Information for package python3-gmpy:
-------------------------------------
Repository : Main Repository
Name : python3-gmpy
Version : 1.17-bp155.2.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 249.0 KiB
Installed : No
Status : not installed
Source package : python-gmpy-1.17-bp155.2.14.src
Upstream URL : https://pypi.python.org/pypi/gmpy/
Summary : Multiprecision arithmetic for Python
Description :
A C-coded Python extension module that wraps the GMP library
to provide to Python code fast multiprecision arithmetic
(integer, rational, and float), random number generation,
advanced number-theoretical functions, and more.