How To Install mathgl-openmpi on Fedora 36

In this tutorial we learn how to install mathgl-openmpi in Fedora 36. mathgl-openmpi is OpenMPI version of mathgl library

Introduction

In this tutorial we learn how to install mathgl-openmpi on Fedora 36.

What is mathgl-openmpi

OpenMPI version of mathgl library.

We can use yum or dnf to install mathgl-openmpi on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mathgl-openmpi.

Install mathgl-openmpi 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 mathgl-openmpi using dnf by running the following command:

sudo dnf -y install mathgl-openmpi

Install mathgl-openmpi 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 mathgl-openmpi using yum by running the following command:

sudo yum -y install mathgl-openmpi

How To Uninstall mathgl-openmpi on Fedora 36

To uninstall only the mathgl-openmpi package we can use the following command:

sudo dnf remove mathgl-openmpi

mathgl-openmpi Package Contents on Fedora 36

---
title: "How To Install mathgl-openmpi on Fedora 36"
linkTitle: "mathgl-openmpi"
type: "docs"
description: "In this tutorial we learn how to install mathgl-openmpi in Fedora 36. mathgl-openmpi is OpenMPI version of mathgl library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/mathgl-openmpi-featured.png
---

## Introduction

In this tutorial we learn how to install `mathgl-openmpi` on Fedora 36.

### What is `mathgl-openmpi`

> OpenMPI version of mathgl library.  

We can use `yum` or `dnf` to install `mathgl-openmpi` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mathgl-openmpi.

## Install mathgl-openmpi on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install mathgl-openmpi using dnf by running the following command:

sudo dnf -y install mathgl-openmpi

Install mathgl-openmpi 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 mathgl-openmpi using yum by running the following command:

sudo yum -y install mathgl-openmpi

How To Uninstall mathgl-openmpi on Fedora 36

To uninstall only the mathgl-openmpi package we can use the following command:

sudo dnf remove mathgl-openmpi

mathgl-openmpi Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/31958a88a7a4fd01e18d02daf0deb7211bd43d
/usr/lib/.build-id/76
/usr/lib/.build-id/76/b455c9e9d83bc70e431d21313258131ec569d1
/usr/lib/openmpi/lib/libmgl-mpi.so.7.5.0
/usr/lib/openmpi/lib/libmgl.so.7.5.0
/usr/share/doc/mathgl-openmpi
/usr/share/doc/mathgl-openmpi/COPYING

References

Summary

In this tutorial we learn how to install mathgl-openmpi on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/lib/.build-id /usr/lib/.build-id/2e /usr/lib/.build-id/2e/90cabb9a04fbe99f3e2e03439fcc4bbb15077c /usr/lib/.build-id/2f /usr/lib/.build-id/2f/a2ac56892c47b6616c6235da66bb0781d5321c /usr/lib64/openmpi/lib/libmgl-mpi.so.7.5.0 /usr/lib64/openmpi/lib/libmgl.so.7.5.0 /usr/share/doc/mathgl-openmpi /usr/share/doc/mathgl-openmpi/COPYING


## References

* [mathgl-openmpi website](http://mathgl.sourceforge.net)

## Summary

In this tutorial we learn how to install `mathgl-openmpi` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).