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

Last updated: September 07,2024

1. Install "python3-mpsolve.noarch" package

Learn how to install python3-mpsolve.noarch on Fedora 34

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

2. Uninstall "python3-mpsolve.noarch" package

This guide covers the steps necessary to uninstall python3-mpsolve.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:05:37 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-mpsolve
Version : 3.2.1
Release : 5.fc34
Architecture : noarch
Size : 14 k
Source : mpsolve-3.2.1-5.fc34.src.rpm
Repository : fedora
Summary : Python 3 interface to mpsolve
URL : https://numpi.dm.unipi.it/software/mpsolve
License : GPLv3+
Description : MPSolve stands for Multiprecision Polynomial SOLVEr. It aims to provide
: an easy to use universal blackbox for solving polynomials and secular
: equations.
:
: Its features include:
: - Arbitrary precision approximation.
: - Guaranteed inclusion radii for the results.
: - Exploiting of polynomial structures: it can take advantage of sparsity
: as well as coefficients in a particular domain (i.e. integers or
: rationals).
: - It can be specialized for specific classes of polynomials. As an
: example, the roots of the Mandelbrot polynomial of degree 2,097,151
: were computed in about 10 days on a dual Xeon server.
:
: This package contains a python 3 interface to mpsolve.