How To Install MUMPS-mpich-examples on Fedora 36
Introduction
In this tutorial we learn how to install MUMPS-mpich-examples
on Fedora 36.
What is MUMPS-mpich-examples
This package contains common illustrative test programs about how MUMPS-mpich can be used.
We can use yum
or dnf
to install MUMPS-mpich-examples
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install MUMPS-mpich-examples.
Install MUMPS-mpich-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-mpich-examples
using dnf
by running the following command:
sudo dnf -y install MUMPS-mpich-examples
Install MUMPS-mpich-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-mpich-examples
using yum
by running the following command:
sudo yum -y install MUMPS-mpich-examples
How To Uninstall MUMPS-mpich-examples on Fedora 36
To uninstall only the MUMPS-mpich-examples
package we can use the following command:
sudo dnf remove MUMPS-mpich-examples
MUMPS-mpich-examples Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/0a
/usr/lib/.build-id/0a/caf553527a837f85dfd526643a6257d4344691
/usr/lib/.build-id/74
/usr/lib/.build-id/74/1290ac9cf4df452dec0ea5f5565c398a749ee3
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/7e53b83e97e14dee5eea3321aa2b037a21637c
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/b7c4abae6666eb20576e11e26c2568b8abccd8
/usr/lib64/mpich/MUMPS-5.4.1-examples
/usr/lib64/mpich/MUMPS-5.4.1-examples/README-examples
/usr/lib64/mpich/MUMPS-5.4.1-examples/csimpletest
/usr/lib64/mpich/MUMPS-5.4.1-examples/dsimpletest
/usr/lib64/mpich/MUMPS-5.4.1-examples/input_simpletest_cmplx
/usr/lib64/mpich/MUMPS-5.4.1-examples/input_simpletest_real
/usr/lib64/mpich/MUMPS-5.4.1-examples/ssimpletest
/usr/lib64/mpich/MUMPS-5.4.1-examples/zsimpletest
References
Summary
In this tutorial we learn how to install MUMPS-mpich-examples
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).