How To Install MUMPS-examples on Rocky Linux 8
Introduction
In this tutorial we learn how to install MUMPS-examples
on Rocky Linux 8.
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 Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install MUMPS-examples.
Install MUMPS-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-examples
using dnf
by running the following command:
sudo dnf -y install MUMPS-examples
Install MUMPS-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-examples
using yum
by running the following command:
sudo yum -y install MUMPS-examples
How To Uninstall MUMPS-examples on Rocky Linux 8
To uninstall only the MUMPS-examples
package we can use the following command:
sudo dnf remove MUMPS-examples
MUMPS-examples Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/71
/usr/lib/.build-id/71/b4714a7523461b06f59bf0fe521fe5d2559b14
/usr/lib/.build-id/79
/usr/lib/.build-id/79/4cfa7aea5a6a452680209d3538b979429c5177
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/72f282b574fea7f94f784cd74fc4228ea25c15
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/ec700a0a8c8ca25371f8758d46e81fd0371265
/usr/libexec/MUMPS-5.3.5
/usr/libexec/MUMPS-5.3.5/examples
/usr/libexec/MUMPS-5.3.5/examples/README-examples
/usr/libexec/MUMPS-5.3.5/examples/csimpletest
/usr/libexec/MUMPS-5.3.5/examples/dsimpletest
/usr/libexec/MUMPS-5.3.5/examples/input_simpletest_cmplx
/usr/libexec/MUMPS-5.3.5/examples/input_simpletest_real
/usr/libexec/MUMPS-5.3.5/examples/ssimpletest
/usr/libexec/MUMPS-5.3.5/examples/zsimpletest
References
Summary
In this tutorial we learn how to install MUMPS-examples
on Rocky Linux 8 using yum and dnf.