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

Last updated: May 19,2024

1. Install "python2-mpmath" package

This guide let you learn how to install python2-mpmath on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-mpmath

2. Uninstall "python2-mpmath" package

Here is a brief guide to show you how to uninstall python2-mpmath on openSUSE Leap:

$ sudo zypper remove python2-mpmath

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

Information for package python2-mpmath:
---------------------------------------
Repository : Main Repository
Name : python2-mpmath
Version : 1.1.0-bp153.1.25
Arch : noarch
Vendor : openSUSE
Installed Size : 4,4 MiB
Installed : No
Status : not installed
Source package : python-mpmath-1.1.0-bp153.1.25.src
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.