How to Install and Uninstall python3-mpmath.noarch Package on Fedora 34

Last updated: May 04,2024

1. Install "python3-mpmath.noarch" package

This guide let you learn how to install python3-mpmath.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-mpmath.noarch

2. Uninstall "python3-mpmath.noarch" package

Please follow the guidance below to uninstall python3-mpmath.noarch on Fedora 34:

$ sudo dnf remove python3-mpmath.noarch $ sudo dnf autoremove

3. Information about the python3-mpmath.noarch package on Fedora 34

Last metadata expiration check: 5:35:33 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-mpmath
Version : 1.2.1
Release : 2.fc34
Architecture : noarch
Size : 833 k
Source : python-mpmath-1.2.1-2.fc34.src.rpm
Repository : updates
Summary : A pure Python library for multiprecision floating-point arithmetic
URL : https://mpmath.org
License : BSD
Description : Mpmath is a pure-Python library for multiprecision floating-point
: arithmetic. It provides an extensive set of transcendental functions,
: unlimited exponent sizes, complex numbers, interval arithmetic,
: numerical integration and differentiation, root-finding, linear
: algebra, and much more. Almost any calculation can be performed just
: as well at 10-digit or 1000-digit precision, and in many cases mpmath
: implements asymptotically fast algorithms that scale well for
: extremely high precision work. If available, mpmath will (optionally)
: use gmpy to speed up high precision operations.
:
: If you require plotting capabilities in mpmath, install python3-matplotlib.