How To Install openambit-devel on Fedora 36

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

Introduction

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

What is openambit-devel

The openambit-devel package contains libraries and header files for developing applications that use openambit.

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

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

sudo dnf -y install openambit-devel

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

sudo yum -y install openambit-devel

How To Uninstall openambit-devel on Fedora 36

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

sudo dnf remove openambit-devel

openambit-devel Package Contents on Fedora 36

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

## Introduction

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

### What is `openambit-devel`

> The openambit-devel package contains libraries and header files for developing applications that use openambit.  

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

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

sudo dnf -y install openambit-devel

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

sudo yum -y install openambit-devel

How To Uninstall openambit-devel on Fedora 36

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

sudo dnf remove openambit-devel

openambit-devel Package Contents on Fedora 36

/usr/include/libambit.h
/usr/include/movescount
/usr/include/movescount/deviceinfo.h
/usr/include/movescount/logentry.h
/usr/include/movescount/logstore.h
/usr/include/movescount/movescount.h
/usr/include/movescount/movescountxml.h
/usr/lib64/libambit.so
/usr/lib64/libmovescount.so
/usr/share/doc/openambit-devel
/usr/share/doc/openambit-devel/ambitconsole.c
/usr/share/doc/openambit-devel/movescountXmlDiff.pl
/usr/share/doc/openambit-devel/openambit2gpx.py

References

Summary

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

/usr/include/libambit.h /usr/include/movescount /usr/include/movescount/deviceinfo.h /usr/include/movescount/logentry.h /usr/include/movescount/logstore.h /usr/include/movescount/movescount.h /usr/include/movescount/movescountxml.h /usr/lib/libambit.so /usr/lib/libmovescount.so /usr/share/doc/openambit-devel /usr/share/doc/openambit-devel/ambitconsole.c /usr/share/doc/openambit-devel/movescountXmlDiff.pl /usr/share/doc/openambit-devel/openambit2gpx.py


## References

* [openambit-devel website](http://openambit.org/)

## Summary

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