How To Install levmar-devel on Fedora 36
Introduction
In this tutorial we learn how to install levmar-devel
on Fedora 36.
What is levmar-devel
Development files for the levmar library, and demo program.
We can use yum
or dnf
to install levmar-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install levmar-devel.
Install levmar-devel on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
title: “How To Install levmar-devel on Fedora 36”
After updating yum database, We can install levmar-devel
using dnf
by running the following command:
linkTitle: “levmar-devel”
sudo dnf -y install levmar-devel
Install levmar-devel 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 levmar-devel
using yum
by running the following command:
sudo yum -y install levmar-devel
How To Uninstall levmar-devel on Fedora 36
To uninstall only the levmar-devel
package we can use the following command:
sudo dnf remove levmar-devel
levmar-devel Package Contents on Fedora 36
type: "docs"
description: "In this tutorial we learn how to install levmar-devel in Fedora 36. levmar-devel is Development files for levmar library, and demo program"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/levmar-devel-featured.png
---
## Introduction
In this tutorial we learn how to install `levmar-devel` on Fedora 36.
### What is `levmar-devel`
> Development files for the levmar library, and demo program.
We can use `yum` or `dnf` to install `levmar-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install levmar-devel.
## Install levmar-devel on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install levmar-devel
using dnf
by running the following command:
sudo dnf -y install levmar-devel
Install levmar-devel 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 levmar-devel
using yum
by running the following command:
sudo yum -y install levmar-devel
How To Uninstall levmar-devel on Fedora 36
To uninstall only the levmar-devel
package we can use the following command:
sudo dnf remove levmar-devel
levmar-devel Package Contents on Fedora 36
/usr/bin/lmdemo
/usr/include/levmar.h
/usr/lib/.build-id
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/538643449c004229d422ce3ec68dc9f946c02e
/usr/lib64/liblevmar.so
References
Summary
In this tutorial we learn how to install levmar-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/bin/lmdemo /usr/include/levmar.h /usr/lib/.build-id /usr/lib/.build-id/c2 /usr/lib/.build-id/c2/63095c658ad5b79ef162cd61fd41ffabbc384f /usr/lib/liblevmar.so
## References
* [levmar-devel website](http://www.ics.forth.gr/~lourakis/levmar/)
## Summary
In this tutorial we learn how to install `levmar-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).