How to Install and Uninstall python312-mpmath Package on openSuSE Tumbleweed

Last updated: July 04,2024

1. Install "python312-mpmath" package

Here is a brief guide to show you how to install python312-mpmath on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-mpmath

2. Uninstall "python312-mpmath" package

Please follow the guidance below to uninstall python312-mpmath on openSuSE Tumbleweed:

$ sudo zypper remove python312-mpmath

3. Information about the python312-mpmath package on openSuSE Tumbleweed

Information for package python312-mpmath:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-mpmath
Version : 1.3.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 5.1 MiB
Installed : No
Status : not installed
Source package : python-mpmath-1.3.0-1.4.src
Upstream URL : https://github.com/fredrik-johansson/mpmath
Summary : Python library for arbitrary-precision floating-point arithmetic
Description :
Mpmath is a pure-Python library for multiprecision floating-point
arithmetic. It provides a set of transcendental functions,
unlimited exponent sizes, complex numbers, interval arithmetic,
numerical integration and differentiation, root-finding, linear
algebra, and others. Almost any calculation can be performed just
as well at 10-digit or 1000-digit precision, and in many cases, mpmath
implements algorithms that scale well for high precision work.
If available, mpmath will (optionally) use gmpy to speed up high
precision operations.