How To Install gazebo-ode on Fedora 36

In this tutorial we learn how to install gazebo-ode in Fedora 36. gazebo-ode is Gazebo fork of the Open Dynamics Engine

Introduction

In this tutorial we learn how to install gazebo-ode on Fedora 36.

What is gazebo-ode

Gazebo fork of the Open Dynamics Engine physics library

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

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

sudo dnf -y install gazebo-ode

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

sudo yum -y install gazebo-ode

How To Uninstall gazebo-ode on Fedora 36

To uninstall only the gazebo-ode package we can use the following command:

sudo dnf remove gazebo-ode

gazebo-ode Package Contents on Fedora 36

---
title: "How To Install gazebo-ode on Fedora 36"
linkTitle: "gazebo-ode"
type: "docs"
description: "In this tutorial we learn how to install gazebo-ode in Fedora 36. gazebo-ode is Gazebo fork of the Open Dynamics Engine"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/gazebo-ode-featured.png
---

## Introduction

In this tutorial we learn how to install `gazebo-ode` on Fedora 36.

### What is `gazebo-ode`

> Gazebo fork of the Open Dynamics Engine physics library  

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

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

sudo dnf -y install gazebo-ode

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

sudo yum -y install gazebo-ode

How To Uninstall gazebo-ode on Fedora 36

To uninstall only the gazebo-ode package we can use the following command:

sudo dnf remove gazebo-ode

gazebo-ode Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b0/cca20ec3a42b7b9faeaf8ba61b292b40fa6a2c
/usr/lib/libgazebo_ode.so.10
/usr/lib/libgazebo_ode.so.10.1.0
/usr/share/licenses/gazebo-ode
/usr/share/licenses/gazebo-ode/LICENSE-BSD.TXT

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/bd/10fa5e5c1d47b954dfe73230240bbf0eb0a688 /usr/lib64/libgazebo_ode.so.10 /usr/lib64/libgazebo_ode.so.10.1.0 /usr/share/licenses/gazebo-ode /usr/share/licenses/gazebo-ode/LICENSE-BSD.TXT


## References

* [gazebo-ode website](http://www.gazebosim.org)

## Summary

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