How To Install OpenMesh on Fedora 36

In this tutorial we learn how to install OpenMesh in Fedora 36. OpenMesh is A generic and efficient polygon mesh data structure

Introduction

In this tutorial we learn how to install OpenMesh on Fedora 36.

What is OpenMesh

OpenMesh is a generic and efficient data structure for representing and manipulating polygonal meshes.

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

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

sudo dnf -y install OpenMesh

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

sudo yum -y install OpenMesh

How To Uninstall OpenMesh on Fedora 36

To uninstall only the OpenMesh package we can use the following command:

sudo dnf remove OpenMesh

OpenMesh Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/818d067fe537296a693c2a4b883ab63211e85e
/usr/lib/.build-id/98
/usr/lib/.build-id/98/2c38cbb3130642e31c850faffa9ff2985e5955
/usr/lib/libOpenMeshCore.so.6.3
/usr/lib/libOpenMeshTools.so.6.3
/usr/share/doc/OpenMesh
/usr/share/doc/OpenMesh/CHANGELOG.md
/usr/share/doc/OpenMesh/README.Fedora
/usr/share/doc/OpenMesh/README.md
/usr/share/doc/OpenMesh/VERSION
/usr/share/licenses/OpenMesh
/usr/share/licenses/OpenMesh/LICENSE

References

Summary

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


title: “How To Install OpenMesh on Fedora 36” linkTitle: “OpenMesh” type: “docs” description: “In this tutorial we learn how to install OpenMesh in Fedora 36. OpenMesh is A generic and efficient polygon mesh data structure” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/OpenMesh-featured.png

Introduction

In this tutorial we learn how to install OpenMesh on Fedora 36.

What is OpenMesh

OpenMesh is a generic and efficient data structure for representing and manipulating polygonal meshes.

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

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

sudo dnf -y install OpenMesh

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

sudo yum -y install OpenMesh

How To Uninstall OpenMesh on Fedora 36

To uninstall only the OpenMesh package we can use the following command:

sudo dnf remove OpenMesh

OpenMesh Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/3ba2daff16f59f2b47a67453b308b1ce14328d
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/374da6a1a9c767635843498a5f4411fd7ae8b8
/usr/lib64/libOpenMeshCore.so.6.3
/usr/lib64/libOpenMeshTools.so.6.3
/usr/share/doc/OpenMesh
/usr/share/doc/OpenMesh/CHANGELOG.md
/usr/share/doc/OpenMesh/README.Fedora
/usr/share/doc/OpenMesh/README.md
/usr/share/doc/OpenMesh/VERSION
/usr/share/licenses/OpenMesh
/usr/share/licenses/OpenMesh/LICENSE

References

Summary

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