How To Install MUMPS-mpich-examples on Rocky Linux 8

In this tutorial we learn how to install MUMPS-mpich-examples on Rocky Linux 8. MUMPS-mpich-examples is The MUMPS MPICH common illustrative test programs

Introduction

In this tutorial we learn how to install MUMPS-mpich-examples on Rocky Linux 8.

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 Rocky Linux 8. 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 Rocky Linux 8 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 Rocky Linux 8 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 Rocky Linux 8

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 Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/58
/usr/lib/.build-id/58/3b181920e05f0191806e72777c314b3ba44d0d
/usr/lib/.build-id/be
/usr/lib/.build-id/be/c471758ea9ac3884fbd6188651f0b351717ca3
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/3a73ff134a2cdfc20e847f1b98612393da6752
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/b0e3c1a605693947aaab9afcffd253c6cbcd80
/usr/lib64/mpich/MUMPS-5.3.5-examples
/usr/lib64/mpich/MUMPS-5.3.5-examples/README-examples
/usr/lib64/mpich/MUMPS-5.3.5-examples/csimpletest
/usr/lib64/mpich/MUMPS-5.3.5-examples/dsimpletest
/usr/lib64/mpich/MUMPS-5.3.5-examples/input_simpletest_cmplx
/usr/lib64/mpich/MUMPS-5.3.5-examples/input_simpletest_real
/usr/lib64/mpich/MUMPS-5.3.5-examples/ssimpletest
/usr/lib64/mpich/MUMPS-5.3.5-examples/zsimpletest

References

Summary

In this tutorial we learn how to install MUMPS-mpich-examples on Rocky Linux 8 using yum and dnf.