How To Install mpsolve-libs on Fedora 36

In this tutorial we learn how to install mpsolve-libs in Fedora 36. mpsolve-libs is Multiprecision polynomial solver library

Introduction

In this tutorial we learn how to install mpsolve-libs on Fedora 36.

What is mpsolve-libs

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 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.

We can use yum or dnf to install mpsolve-libs on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mpsolve-libs.

Install mpsolve-libs on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install mpsolve-libs using dnf by running the following command:

sudo dnf -y install mpsolve-libs

Install mpsolve-libs on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install mpsolve-libs using yum by running the following command:

sudo yum -y install mpsolve-libs

How To Uninstall mpsolve-libs on Fedora 36

To uninstall only the mpsolve-libs package we can use the following command:

sudo dnf remove mpsolve-libs

mpsolve-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/0eacbb968f108092741a4d6bcece989a65bdb0
/usr/lib/.build-id/72
/usr/lib/.build-id/72/ea4f37a27f201504be679c7b4f03c9a7061a0d
/usr/lib/libmps-fortran.so.0
/usr/lib/libmps-fortran.so.0.0.1
/usr/lib/libmps.so.3
/usr/lib/libmps.so.3.0.1
/usr/share/doc/mpsolve-libs
/usr/share/doc/mpsolve-libs/AUTHORS
/usr/share/doc/mpsolve-libs/README
/usr/share/licenses/mpsolve-libs
/usr/share/licenses/mpsolve-libs/COPYING

References

Summary

In this tutorial we learn how to install mpsolve-libs on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install mpsolve-libs on Fedora 36” linkTitle: “mpsolve-libs” type: “docs” description: “In this tutorial we learn how to install mpsolve-libs in Fedora 36. mpsolve-libs is Multiprecision polynomial solver library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/mpsolve-libs-featured.png

Introduction

In this tutorial we learn how to install mpsolve-libs on Fedora 36.

What is mpsolve-libs

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 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.

We can use yum or dnf to install mpsolve-libs on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mpsolve-libs.

Install mpsolve-libs on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install mpsolve-libs using dnf by running the following command:

sudo dnf -y install mpsolve-libs

Install mpsolve-libs on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install mpsolve-libs using yum by running the following command:

sudo yum -y install mpsolve-libs

How To Uninstall mpsolve-libs on Fedora 36

To uninstall only the mpsolve-libs package we can use the following command:

sudo dnf remove mpsolve-libs

mpsolve-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/4eb68f1c12b15af5a7d0c1fa8cc1963187510e
/usr/lib/.build-id/70
/usr/lib/.build-id/70/4d2228d6225fc435c747bbfd73e4fced4f0001
/usr/lib64/libmps-fortran.so.0
/usr/lib64/libmps-fortran.so.0.0.1
/usr/lib64/libmps.so.3
/usr/lib64/libmps.so.3.0.1
/usr/share/doc/mpsolve-libs
/usr/share/doc/mpsolve-libs/AUTHORS
/usr/share/doc/mpsolve-libs/README
/usr/share/licenses/mpsolve-libs
/usr/share/licenses/mpsolve-libs/COPYING

References

Summary

In this tutorial we learn how to install mpsolve-libs on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).