How To Install MUMPS-common on Rocky Linux 8
Introduction
In this tutorial we learn how to install MUMPS-common
on Rocky Linux 8.
What is MUMPS-common
This package contains common documentation files for MUMPS.
We can use yum
or dnf
to install MUMPS-common
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install MUMPS-common.
Install MUMPS-common 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-common
using dnf
by running the following command:
sudo dnf -y install MUMPS-common
Install MUMPS-common 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-common
using yum
by running the following command:
sudo yum -y install MUMPS-common
How To Uninstall MUMPS-common on Rocky Linux 8
To uninstall only the MUMPS-common
package we can use the following command:
sudo dnf remove MUMPS-common
MUMPS-common Package Contents on Rocky Linux 8
/usr/share/doc/MUMPS-common
/usr/share/doc/MUMPS-common/ChangeLog
/usr/share/doc/MUMPS-common/README
/usr/share/doc/MUMPS-common/userguide_5.3.5.pdf
/usr/share/licenses/MUMPS-common
/usr/share/licenses/MUMPS-common/LICENSE
References
Summary
In this tutorial we learn how to install MUMPS-common
on Rocky Linux 8 using yum and dnf.