How To Install netgen-mesher on Fedora 36
Introduction
In this tutorial we learn how to install netgen-mesher
on Fedora 36.
What is netgen-mesher
NETGEN is an automatic 3d tetrahedral mesh generator. It accepts input from constructive solid geometry (CSG) or boundary representation (BRep) from STL file format. The connection to a geometry kernel allows the handling of IGES and STEP files. NETGEN contains modules for mesh optimization and hierarchical mesh refinement.
We can use yum
or dnf
to install netgen-mesher
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install netgen-mesher.
Install netgen-mesher 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 netgen-mesher
using dnf
by running the following command:
sudo dnf -y install netgen-mesher
Install netgen-mesher 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 netgen-mesher
using yum
by running the following command:
sudo yum -y install netgen-mesher
How To Uninstall netgen-mesher on Fedora 36
To uninstall only the netgen-mesher
package we can use the following command:
sudo dnf remove netgen-mesher
netgen-mesher Package Contents on Fedora 36
---
title: "How To Install netgen-mesher on Fedora 36"
linkTitle: "netgen-mesher"
type: "docs"
description: "In this tutorial we learn how to install netgen-mesher in Fedora 36. netgen-mesher is Automatic mesh generation tool"
date: "2022-08-17"
/usr/bin/netgen-mesher
/usr/lib/.build-id
/usr/lib/.build-id/90
/usr/lib/.build-id/90/63cfa5ae1e9db652fc9da1fdb757b31183a30d
lastmod: "2022-08-17"
#image: /images/fedora/36/netgen-mesher-featured.png
---
## Introduction
In this tutorial we learn how to install netgen-mesher
on Fedora 36.
References
What is netgen-mesher
Summary
NETGEN is an automatic 3d tetrahedral mesh generator. It accepts input from constructive solid geometry (CSG) or boundary representation (BRep) from STL file format. The connection to a geometry kernel allows the handling of IGES and STEP files. NETGEN contains modules for mesh optimization and hierarchical mesh refinement.
In this tutorial we learn how to install netgen-mesher
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
We can use yum
or dnf
to install netgen-mesher
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install netgen-mesher.
Install netgen-mesher 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 netgen-mesher
using dnf
by running the following command:
sudo dnf -y install netgen-mesher
Install netgen-mesher 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 netgen-mesher
using yum
by running the following command:
sudo yum -y install netgen-mesher
How To Uninstall netgen-mesher on Fedora 36
To uninstall only the netgen-mesher
package we can use the following command:
sudo dnf remove netgen-mesher
netgen-mesher Package Contents on Fedora 36
/usr/bin/netgen-mesher
/usr/lib/.build-id
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/98fb66e2d9253720f59b184a39c7b9b3e38d07
References
Summary
In this tutorial we learn how to install netgen-mesher
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).