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

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

Introduction

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

What is python3-netgen-mesher-mpich

Python3 interface for netgen compiled against mpich.

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

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

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

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

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

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

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

sudo dnf remove python3-netgen-mesher-mpich

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

/usr/lib/.build-id
/usr/lib/.build-id/94/d65fba0e0c896e822d779c1e6108b414bd4b53
/usr/lib/.build-id/f3/4c696b34aea56c4dfe4d7e41b2404908893e37
/usr/lib64/mpich/python3.10/site-packages/netgen_mesher
/usr/lib64/mpich/python3.10/site-packages/netgen_mesher/NgOCC.py
/usr/lib64/mpich/python3.10/site-packages/netgen_mesher/__init__.py
/usr/lib64/mpich/python3.10/site-packages/netgen_mesher/csg.py
/usr/lib64/mpich/python3.10/site-packages/netgen_mesher/geom2d.py
/usr/lib64/mpich/python3.10/site-packages/netgen_mesher/gui.py
/usr/lib64/mpich/python3.10/site-packages/netgen_mesher/libngpy.so
/usr/lib64/mpich/python3.10/site-packages/netgen_mesher/meshing.py
/usr/lib64/mpich/python3.10/site-packages/netgen_mesher/occ.py
/usr/lib64/mpich/python3.10/site-packages/netgen_mesher/read_gmsh.py
/usr/lib64/mpich/python3.10/site-packages/netgen_mesher/stl.py
/usr/lib64/mpich/python3.10/site-packages/netgen_mesher/webgui.py
/usr/lib64/mpich/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-mpich on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).