How to Install and Uninstall octave-mpsolve.x86_64 Package on Fedora 36

Last updated: October 06,2024

1. Install "octave-mpsolve.x86_64" package

Please follow the steps below to install octave-mpsolve.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install octave-mpsolve.x86_64

2. Uninstall "octave-mpsolve.x86_64" package

This is a short guide on how to uninstall octave-mpsolve.x86_64 on Fedora 36:

$ sudo dnf remove octave-mpsolve.x86_64 $ sudo dnf autoremove

3. Information about the octave-mpsolve.x86_64 package on Fedora 36

Last metadata expiration check: 2:16:20 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : octave-mpsolve
Version : 3.2.1
Release : 9.fc36
Architecture : x86_64
Size : 70 k
Source : mpsolve-3.2.1-9.fc36.src.rpm
Repository : fedora
Summary : Octave 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 an octave interface to mpsolve.