How To Install ignition-math on Fedora 36

In this tutorial we learn how to install ignition-math in Fedora 36. ignition-math is Small, Fast, High Performance Math Library

Introduction

In this tutorial we learn how to install ignition-math on Fedora 36.

What is ignition-math

Ignition Math is a component in the Ignition framework, a set of libraries designed to rapidly develop robot applications. The library defines math classes and functions used in other Ignition libraries and programs.

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

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

sudo dnf -y install ignition-math

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

sudo yum -y install ignition-math

How To Uninstall ignition-math on Fedora 36

To uninstall only the ignition-math package we can use the following command:

sudo dnf remove ignition-math

ignition-math Package Contents on Fedora 36

---
title: "How To Install ignition-math on Fedora 36"
linkTitle: "ignition-math"
type: "docs"
description: "In this tutorial we learn how to install ignition-math in Fedora 36. ignition-math is Small, Fast, High Performance Math Library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/ignition-math-featured.png
---

## Introduction

In this tutorial we learn how to install `ignition-math` on Fedora 36.

### What is `ignition-math`

> Ignition Math is a component in the Ignition framework, a set of libraries designed to rapidly develop robot applications. The library defines math classes and functions used in other Ignition libraries and programs.  

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

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

sudo dnf -y install ignition-math

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

sudo yum -y install ignition-math

How To Uninstall ignition-math on Fedora 36

To uninstall only the ignition-math package we can use the following command:

sudo dnf remove ignition-math

ignition-math Package Contents on Fedora 36

/usr/lib/.build-id /usr/lib/.build-id/3e /usr/lib/.build-id/3e/4a9af56a148c03068e9145c971c192fbeb9281 /usr/lib/libignition-math4.so.4 /usr/lib/libignition-math4.so.4.0.0 /usr/share/doc/ignition-math /usr/share/doc/ignition-math/Changelog.md /usr/share/doc/ignition-math/README.md /usr/share/licenses/ignition-math /usr/share/licenses/ignition-math/COPYING

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/b8 /usr/lib/.build-id/b8/b7c6f56e9e32a4d3b1470f48da5f826ad197ae /usr/lib64/libignition-math4.so.4 /usr/lib64/libignition-math4.so.4.0.0 /usr/share/doc/ignition-math /usr/share/doc/ignition-math/Changelog.md /usr/share/doc/ignition-math/README.md /usr/share/licenses/ignition-math /usr/share/licenses/ignition-math/COPYING


## References

* [ignition-math website](http://ignitionrobotics.org/libraries/math)

## Summary

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