How To Install MUMPS-examples on Fedora 36
Introduction
In this tutorial we learn how to install MUMPS-examples on Fedora 36.
What is MUMPS-examples
This package contains common illustrative test programs about how MUMPS can be used.
We can use yum or dnf to install MUMPS-examples on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install MUMPS-examples.
Install MUMPS-examples 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 MUMPS-examples using dnf by running the following command:
sudo dnf -y install MUMPS-examples
Install MUMPS-examples 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 MUMPS-examples using yum by running the following command:
sudo yum -y install MUMPS-examples
How To Uninstall MUMPS-examples on Fedora 36
To uninstall only the MUMPS-examples package we can use the following command:
sudo dnf remove MUMPS-examples
MUMPS-examples Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/27
/usr/lib/.build-id/27/4e0521da2f692028ef4ccb6f188cbc4e40ecfb
/usr/lib/.build-id/65
/usr/lib/.build-id/65/a27d3a1083b16f45f4ae9d0fe80299c6887c9e
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/43354c5fc6056c2729961403f89e73267bd061
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/579643f1c603cc79020b0f053de66c8746038f
/usr/libexec/MUMPS-5.4.1
/usr/libexec/MUMPS-5.4.1/examples
/usr/libexec/MUMPS-5.4.1/examples/README-examples
/usr/libexec/MUMPS-5.4.1/examples/csimpletest
/usr/libexec/MUMPS-5.4.1/examples/dsimpletest
/usr/libexec/MUMPS-5.4.1/examples/input_simpletest_cmplx
/usr/libexec/MUMPS-5.4.1/examples/input_simpletest_real
/usr/libexec/MUMPS-5.4.1/examples/ssimpletest
/usr/libexec/MUMPS-5.4.1/examples/zsimpletest
References
Summary
In this tutorial we learn how to install MUMPS-examples on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).