How To Install python3-netgen-mesher-openmpi on Fedora 36

In this tutorial we learn how to install python3-netgen-mesher-openmpi in Fedora 36. python3-netgen-mesher-openmpi is Python3 interface for netgen compiled against openmpi

Introduction

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

What is python3-netgen-mesher-openmpi

Python3 interface for netgen compiled against openmpi.

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

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

sudo dnf -y install python3-netgen-mesher-openmpi

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

sudo yum -y install python3-netgen-mesher-openmpi

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

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

sudo dnf remove python3-netgen-mesher-openmpi

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

/usr/lib/.build-id
/usr/lib/.build-id/63
/usr/lib/.build-id/63/7c512bc5527df026493d0cdd1a4b47c4e5022a
/usr/lib/.build-id/69/4bbf1e2f1b5817f661e1343787f6bf17d7e101
/usr/lib64/openmpi/python3.10/site-packages/netgen_mesher
/usr/lib64/openmpi/python3.10/site-packages/netgen_mesher/NgOCC.py
/usr/lib64/openmpi/python3.10/site-packages/netgen_mesher/__init__.py
/usr/lib64/openmpi/python3.10/site-packages/netgen_mesher/csg.py
/usr/lib64/openmpi/python3.10/site-packages/netgen_mesher/geom2d.py
/usr/lib64/openmpi/python3.10/site-packages/netgen_mesher/gui.py
/usr/lib64/openmpi/python3.10/site-packages/netgen_mesher/libngpy.so
/usr/lib64/openmpi/python3.10/site-packages/netgen_mesher/meshing.py
/usr/lib64/openmpi/python3.10/site-packages/netgen_mesher/occ.py
/usr/lib64/openmpi/python3.10/site-packages/netgen_mesher/read_gmsh.py
/usr/lib64/openmpi/python3.10/site-packages/netgen_mesher/stl.py
/usr/lib64/openmpi/python3.10/site-packages/netgen_mesher/webgui.py
/usr/lib64/openmpi/python3.10/site-packages/pyngcore.cpython-310-x86_64-linux-gnu.so

References

Summary

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