type: “docs” title: “How To Install netgen-mesher-openmpi-libs on Fedora 36” description: “In this tutorial we learn how to install netgen-mesher-openmpi-libs in Fedora 36. netgen-mesher-openmpi-libs is Netgen libraries compiled against openmpi” linkTitle: “netgen-mesher-openmpi-libs” date: “2022-08-17” type: “docs” lastmod: “2022-08-17” description: “In this tutorial we learn how to install netgen-mesher-openmpi-libs in Fedora 36. netgen-mesher-openmpi-libs is Netgen libraries compiled against openmpi” #image: /images/fedora/36/netgen-mesher-openmpi-libs-featured.png date: “2022-08-17”

lastmod: “2022-08-17”

#image: /images/fedora/36/netgen-mesher-openmpi-libs-featured.png

Introduction


In this tutorial we learn how to install netgen-mesher-openmpi-libs on Fedora 36.

Introduction

What is netgen-mesher-openmpi-libs

In this tutorial we learn how to install netgen-mesher-openmpi-libs on Fedora 36.

Netgen libraries compiled against openmpi.

What is netgen-mesher-openmpi-libs

Netgen libraries compiled against openmpi.
We can use yum or dnf to install netgen-mesher-openmpi-libs on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install netgen-mesher-openmpi-libs.

Install netgen-mesher-openmpi-libs on Fedora 36 Using dnf

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

Update yum database with dnf using the following command.

Install netgen-mesher-openmpi-libs on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.
sudo dnf makecache --refresh

sudo dnf makecache --refresh
After updating yum database, We can install `netgen-mesher-openmpi-libs` using `dnf` by running the following command:
After updating yum database, We can install `netgen-mesher-openmpi-libs` using `dnf` by running the following command:
sudo dnf -y install netgen-mesher-openmpi-libs

sudo dnf -y install netgen-mesher-openmpi-libs
## Install netgen-mesher-openmpi-libs on Fedora 36 Using yum

Update yum database with yum using the following command.

Install netgen-mesher-openmpi-libs on Fedora 36 Using yum

Update yum database with `yum` using the following command.
sudo yum makecache --refresh
sudo yum makecache --refresh
After updating yum database, We can install `netgen-mesher-openmpi-libs` using `yum` by running the following command:
After updating yum database, We can install `netgen-mesher-openmpi-libs` using `yum` by running the following command:
sudo yum -y install netgen-mesher-openmpi-libs
## How To Uninstall netgen-mesher-openmpi-libs on Fedora 36
sudo yum -y install netgen-mesher-openmpi-libs

How To Uninstall netgen-mesher-openmpi-libs on Fedora 36

To uninstall only the netgen-mesher-openmpi-libs package we can use the following command:

To uninstall only the `netgen-mesher-openmpi-libs` package we can use the following command:
sudo dnf remove netgen-mesher-openmpi-libs

sudo dnf remove netgen-mesher-openmpi-libs

netgen-mesher-openmpi-libs Package Contents on Fedora 36

netgen-mesher-openmpi-libs Package Contents on Fedora 36

```bash
/usr/lib/.build-id
/usr/lib/.build-id/0f
/usr/lib/.build-id/0f/43d6a2a027974b8d6a4a77a151f8bed18a30d4
/usr/lib/.build-id/68
/usr/lib/.build-id/68/a8793eec130153c1175824d950224e7497ef3f
/usr/lib/.build-id/74
/usr/lib/.build-id/74/3c1fe3c30e5dce9291e26ad5b16984f7dcf427
/usr/lib/.build-id/82
/usr/lib/.build-id/82/9ca0beb8b4f2fd52996f63f5d11c53e885d866
/usr/lib/.build-id/85
/usr/lib/.build-id/85/24b3775090e5d90ed29926e393d301eeaa22da
/usr/lib/.build-id/93
/usr/lib/.build-id/93/f3b499d007f29ffb55214008dcab01ee009d83
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/39b948abf202c7bd64fa80778dd30d03fa509e
/usr/lib/.build-id/9a/f64131247c93f3a65c7bf146602825d3910fc2
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/7418a42f03b6c5c06be1c0ef50ef3d9ec0d64f
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/dff3560568af92ac7ac2842dc1a701dc2ef83b
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/c80027314fe254046f22e3761f950f1b2c45d9
/usr/lib/.build-id/d4
/usr/lib/.build-id/d4/ed847ee6b33596c8c14606f0ff352794a807bf
/usr/lib/.build-id/dd
/usr/lib/.build-id/dd/8f2eff0ed075220788faef04c1f68711a3dfa1
/usr/lib/.build-id/df
/usr/lib/.build-id/df/c83b561ff054c94e565693cebb75c2ffd51cce
/usr/lib64/openmpi/lib/libngcsg.so.6.2
/usr/lib64/openmpi/lib/libngcsgvis.so.6.2
/usr/lib64/openmpi/lib/libnggeom2d.so.6.2
/usr/lib64/openmpi/lib/libnggeom2dvis.so.6.2
/usr/lib64/openmpi/lib/libnggui.so.6.2
/usr/lib64/openmpi/lib/libnginterface.so.6.2
/usr/lib64/openmpi/lib/libnglib.so.6.2
/usr/lib64/openmpi/lib/libngmesh.so.6.2
/usr/lib64/openmpi/lib/libngocc.so.6.2
/usr/lib64/openmpi/lib/libngoccvis.so.6.2
/usr/lib64/openmpi/lib/libngstl.so.6.2
/usr/lib64/openmpi/lib/libngstlvis.so.6.2
/usr/lib64/openmpi/lib/libngtogl.so.6.2
/usr/lib64/openmpi/lib/libngvisual.so.6.2

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/0b /usr/lib/.build-id/0b/988693ce1c35ea00d0b46ed10792502561e2d4 /usr/lib/.build-id/1e /usr/lib/.build-id/1e/542c53322506eb71d62d5e4083904ca11293ad /usr/lib/.build-id/34 /usr/lib/.build-id/34/7d3eb1851682a612c9d2bf51524997ad35f792 /usr/lib/.build-id/35 /usr/lib/.build-id/35/47fe516b13986eb0fee3fe327bc2efc7622243 /usr/lib/.build-id/45 /usr/lib/.build-id/45/9d8c84c380e69bae34c686cfbee91bea0e10ff /usr/lib/.build-id/5d/52a50f038832db257f1a5845e4106d41cd4301 /usr/lib/.build-id/71 /usr/lib/.build-id/71/d541058fa693ed9b3293ebe8a3220e0e461d9f /usr/lib/.build-id/7f /usr/lib/.build-id/7f/77da3d48866b1fb48be4dd22aba6d7e6ccddd0 /usr/lib/.build-id/83 /usr/lib/.build-id/83/04de8ba95e5d21b9b4409f9681b10513340a75 /usr/lib/.build-id/88 /usr/lib/.build-id/88/0be922764878820d1974e32f3f54b3d8e9c3cf /usr/lib/.build-id/8a /usr/lib/.build-id/8a/605b55e98c32090345110b7f4e9bae50158ea6 /usr/lib/.build-id/96 /usr/lib/.build-id/96/bb7a0f7124482acb19d48a95b33eb3621751b1 /usr/lib/.build-id/d0 /usr/lib/.build-id/d0/9cf3e53fe66978e6761e96dff0cb1bd5bd3f6f /usr/lib/.build-id/eb /usr/lib/.build-id/eb/71595ddbf9c950b19a49bdfa9660bef702a8fc /usr/lib/openmpi/lib/libngcsg.so.6.2 /usr/lib/openmpi/lib/libngcsgvis.so.6.2 /usr/lib/openmpi/lib/libnggeom2d.so.6.2 /usr/lib/openmpi/lib/libnggeom2dvis.so.6.2 /usr/lib/openmpi/lib/libnggui.so.6.2 /usr/lib/openmpi/lib/libnginterface.so.6.2 /usr/lib/openmpi/lib/libnglib.so.6.2 /usr/lib/openmpi/lib/libngmesh.so.6.2 /usr/lib/openmpi/lib/libngocc.so.6.2 /usr/lib/openmpi/lib/libngoccvis.so.6.2 /usr/lib/openmpi/lib/libngstl.so.6.2 /usr/lib/openmpi/lib/libngstlvis.so.6.2 /usr/lib/openmpi/lib/libngtogl.so.6.2 /usr/lib/openmpi/lib/libngvisual.so.6.2


## References

* [netgen-mesher-openmpi-libs website](https://github.com/NGSolve/netgen)

## Summary

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