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

Last updated: May 20,2024

1. Install "python3-mpmath" package

Please follow the step by step instructions below to install python3-mpmath on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-mpmath

2. Uninstall "python3-mpmath" package

This is a short guide on how to uninstall python3-mpmath on openSUSE Leap:

$ sudo zypper remove python3-mpmath

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

Information for package python3-mpmath:
---------------------------------------
Repository : Main Repository
Name : python3-mpmath
Version : 1.1.0-bp155.2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 5.1 MiB
Installed : No
Status : not installed
Source package : python-mpmath-1.1.0-bp155.2.13.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.