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

Last updated: July 05,2024

1. Install "python3-mpsolve.noarch" package

In this section, we are going to explain the necessary steps to install python3-mpsolve.noarch on Fedora 36

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

2. Uninstall "python3-mpsolve.noarch" package

This tutorial shows how to uninstall python3-mpsolve.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:11:25 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-mpsolve
Version : 3.2.1
Release : 9.fc36
Architecture : noarch
Size : 14 k
Source : mpsolve-3.2.1-9.fc36.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.