How To Install admesh-devel on Fedora 36

In this tutorial we learn how to install admesh-devel in Fedora 36. admesh-devel is Development files for the admesh library

Introduction

In this tutorial we learn how to install admesh-devel on Fedora 36.

What is admesh-devel

ADMesh is a program for diagnosing and/or repairing commonly encountered problems with STL (STereo Lithography) data files. This package contains the development files needed for building new applications that utilize the admesh library.

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

Install admesh-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

title: “How To Install admesh-devel on Fedora 36” linkTitle: “admesh-devel” type: “docs” description: “In this tutorial we learn how to install admesh-devel in Fedora 36. admesh-devel is Development files for the admesh library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/admesh-devel-featured.png

Introduction

In this tutorial we learn how to install admesh-devel on Fedora 36.

What is admesh-devel

ADMesh is a program for diagnosing and/or repairing commonly encountered problems with STL (STereo Lithography) data files. This package contains the development files needed for building new applications that utilize the admesh library.

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

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

sudo dnf -y install admesh-devel

Install admesh-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

After updating yum database, We can install admesh-devel using dnf by running the following command:


sudo yum makecache --refresh
```bash

sudo dnf -y install admesh-devel

After updating yum database, We can install `admesh-devel` using `yum` by running the following command:


```bash
sudo yum -y install admesh-devel
## Install admesh-devel on Fedora 36 Using yum

How To Uninstall admesh-devel on Fedora 36

Update yum database with yum using the following command.

To uninstall only the admesh-devel package we can use the following command:


```bash
sudo yum makecache --refresh
sudo dnf remove admesh-devel


## admesh-devel Package Contents on Fedora 36
After updating yum database, We can install `admesh-devel` using `yum` by running the following command:


```bash
```bash
sudo yum -y install admesh-devel

How To Uninstall admesh-devel on Fedora 36

To uninstall only the admesh-devel package we can use the following command:

sudo dnf remove admesh-devel

admesh-devel Package Contents on Fedora 36

/usr/include/admesh
/usr/include/admesh/stl.h
/usr/lib/libadmesh.so
/usr/lib/pkgconfig/libadmesh.pc

References

Summary

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

/usr/include/admesh /usr/include/admesh/stl.h /usr/lib64/libadmesh.so /usr/lib64/pkgconfig/libadmesh.pc


## References

* [admesh-devel website](http://github.com/admesh/admesh/)

## Summary

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