How To Install gearbox on Fedora 36

In this tutorial we learn how to install gearbox in Fedora 36. gearbox is A collection of usable peer-reviewed robotics-related libraries

Introduction

In this tutorial we learn how to install gearbox on Fedora 36.

What is gearbox

Gearbox provides a collection of usable peer-reviewed robotics-related libraries. Gearbox is not an integration framework. It provides a set of implementations, without insisting on a standard API, for use by any number of existing frameworks. Gearbox includes cross-platform libraries to communicate over TCP, UDP, and serial, and implements the communication protocols of many popular sensors.

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

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

sudo dnf -y install gearbox

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

sudo yum -y install gearbox

How To Uninstall gearbox on Fedora 36

To uninstall only the gearbox package we can use the following command:

sudo dnf remove gearbox

gearbox Package Contents on Fedora 36

---
title: "How To Install gearbox on Fedora 36"
linkTitle: "gearbox"
type: "docs"
description: "In this tutorial we learn how to install gearbox in Fedora 36. gearbox is A collection of usable peer-reviewed robotics-related libraries"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/gearbox-featured.png
---

## Introduction

In this tutorial we learn how to install `gearbox` on Fedora 36.

### What is `gearbox`

> Gearbox provides a collection of usable peer-reviewed robotics-related libraries. Gearbox is not an integration framework. It provides a set of implementations, without insisting on a standard API, for use by any number of existing frameworks.  Gearbox includes cross-platform libraries to communicate over TCP, UDP, and serial, and implements the communication protocols of many popular sensors.  

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

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

sudo dnf -y install gearbox

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

sudo yum -y install gearbox

How To Uninstall gearbox on Fedora 36

To uninstall only the gearbox package we can use the following command:

sudo dnf remove gearbox

gearbox Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/28
/usr/lib/.build-id/28/8c022580372b0f99cfa304d49f6f00f4b2006b
/usr/lib/.build-id/85
/usr/lib/.build-id/85/cf04d73ec94984b778eefeeee904511b7c018e
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/537ab56e72de054c0a2e8650cd5fa2fc17006e
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/2e049490aa6b7d2f335dd5f44d1d7e27e09649
/usr/lib/.build-id/ec
/usr/lib/.build-id/ec/74d0f37214881af8bbc3c6fcc4f7b8c86ece25
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/3197c9ace8844cb3904de952b64eed558c3fde
/usr/lib/libGbxGarminAcfr.so.1.0.0
/usr/lib/libGbxLockFileAcfr.so.1.0.0
/usr/lib/libGbxNovatelAcfr.so.1.0.0
/usr/lib/libGbxNovatelUtilAcfr.so.1.0.0
/usr/lib/libGbxSerialAcfr.so.1.0.0
/usr/lib/libGbxUtilAcfr.so.1.0.0
/usr/share/doc/gearbox
/usr/share/doc/gearbox/LICENSE

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/09 /usr/lib/.build-id/09/6c88931df9389268c8dd3e338b8be27f0259e0 /usr/lib/.build-id/49 /usr/lib/.build-id/49/ece385cc5f474cfd8103587f5d931f144d3e0d /usr/lib/.build-id/56 /usr/lib/.build-id/56/79a0ce93a6b307bccba7ec567e6dca195d7763 /usr/lib/.build-id/5a /usr/lib/.build-id/5a/16b4d93fe138fc14eff4c229d7299fa6c57dec /usr/lib/.build-id/65 /usr/lib/.build-id/65/a5326fff6d7bff50e330c362131cbbf2887dd8 /usr/lib/.build-id/9c /usr/lib/.build-id/9c/82c03584d23dcf40bed2ed0ac0d89577d6bfcc /usr/lib64/libGbxGarminAcfr.so.1.0.0 /usr/lib64/libGbxLockFileAcfr.so.1.0.0 /usr/lib64/libGbxNovatelAcfr.so.1.0.0 /usr/lib64/libGbxNovatelUtilAcfr.so.1.0.0 /usr/lib64/libGbxSerialAcfr.so.1.0.0 /usr/lib64/libGbxUtilAcfr.so.1.0.0 /usr/share/doc/gearbox /usr/share/doc/gearbox/LICENSE


## References

* [gearbox website](http://gearbox.sourceforge.net)

## Summary

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