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

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

Introduction

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

What is MUMPS-openmp-examples

This package contains common illustrative test programs about how MUMPS-openmp can be used.

We can use yum or dnf to install MUMPS-openmp-examples on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install MUMPS-openmp-examples.

Install MUMPS-openmp-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-openmp-examples using dnf by running the following command:

sudo dnf -y install MUMPS-openmp-examples

Install MUMPS-openmp-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-openmp-examples using yum by running the following command:

sudo yum -y install MUMPS-openmp-examples

How To Uninstall MUMPS-openmp-examples on Rocky Linux 8

To uninstall only the MUMPS-openmp-examples package we can use the following command:

sudo dnf remove MUMPS-openmp-examples

MUMPS-openmp-examples Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/a6cc11fe6f9eb34bd8f31900bcea42b269b05a
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/fac05a57602a8fae753b80696a9b88b9b8c40a
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/c9f32121f187a70d97571a35a7abdda9ab168e
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/991d5b5cadcafdd6a4910bc6f371ddfcc8e436
/usr/libexec/MUMPS-5.3.5-openmp
/usr/libexec/MUMPS-5.3.5-openmp/examples
/usr/libexec/MUMPS-5.3.5-openmp/examples/README-examples
/usr/libexec/MUMPS-5.3.5-openmp/examples/csimpletest
/usr/libexec/MUMPS-5.3.5-openmp/examples/dsimpletest
/usr/libexec/MUMPS-5.3.5-openmp/examples/input_simpletest_cmplx
/usr/libexec/MUMPS-5.3.5-openmp/examples/input_simpletest_real
/usr/libexec/MUMPS-5.3.5-openmp/examples/ssimpletest
/usr/libexec/MUMPS-5.3.5-openmp/examples/zsimpletest

References

Summary

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