How To Install rubberband on Fedora 36

In this tutorial we learn how to install rubberband in Fedora 36. rubberband is Audio time-stretching and pitch-shifting library

Introduction

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

What is rubberband

Rubber Band is a library and utility program that permits you to change the tempo and pitch of an audio recording independently of one another.

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

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

sudo dnf -y install rubberband

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

sudo yum -y install rubberband

How To Uninstall rubberband on Fedora 36

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

sudo dnf remove rubberband

rubberband Package Contents on Fedora 36

---
title: "How To Install rubberband on Fedora 36"
linkTitle: "rubberband"
type: "docs"
description: "In this tutorial we learn how to install rubberband in Fedora 36. rubberband is Audio time-stretching and pitch-shifting library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/rubberband-featured.png
---

## Introduction

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

### What is `rubberband`

> Rubber Band is a library and utility program that permits you to change the tempo and pitch of an audio recording independently of one another.  

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

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

sudo dnf -y install rubberband

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

sudo yum -y install rubberband

How To Uninstall rubberband on Fedora 36

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

sudo dnf remove rubberband

rubberband Package Contents on Fedora 36

/usr/bin/rubberband
/usr/lib/.build-id
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/4adcd1b3c3bfb1f78411395135e68ae1adc7a4
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/b39fd05b3968ccdd9f9f93527a013b9468d2b7
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/0b1c35821aae659fd1fe35a600f52eee6787e4
/usr/lib/.build-id/db
/usr/lib/.build-id/db/ed673c9277b921f3375203d0e6e7c5219fbaf3
/usr/lib64/ladspa/ladspa-rubberband.cat
/usr/lib64/ladspa/ladspa-rubberband.so
/usr/lib64/librubberband.so.2
/usr/lib64/librubberband.so.2.1.7
/usr/lib64/vamp/vamp-rubberband.cat
/usr/lib64/vamp/vamp-rubberband.so
/usr/share/doc/rubberband
/usr/share/doc/rubberband/README.md
/usr/share/ladspa/rdf/ladspa-rubberband.rdf
/usr/share/licenses/rubberband
/usr/share/licenses/rubberband/COPYING

References

Summary

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

/usr/bin/rubberband /usr/lib/.build-id /usr/lib/.build-id/0d /usr/lib/.build-id/0d/b7bd0011ab14825879e6eaa5976c2696ae0175 /usr/lib/.build-id/33 /usr/lib/.build-id/33/9ce3ffd691d585678783c04039b5a486217647 /usr/lib/.build-id/d3 /usr/lib/.build-id/d3/e45be30fddaf6c5bbf0b3a1e7aa6f68e18ee53 /usr/lib/.build-id/ef /usr/lib/.build-id/ef/2a10adca805c36173d8e6e384740732e9a344d /usr/lib/ladspa/ladspa-rubberband.cat /usr/lib/ladspa/ladspa-rubberband.so /usr/lib/librubberband.so.2 /usr/lib/librubberband.so.2.1.7 /usr/lib/vamp/vamp-rubberband.cat /usr/lib/vamp/vamp-rubberband.so /usr/share/doc/rubberband /usr/share/doc/rubberband/README.md /usr/share/ladspa/rdf/ladspa-rubberband.rdf /usr/share/licenses/rubberband /usr/share/licenses/rubberband/COPYING


## References

* [rubberband website](http://www.breakfastquay.com/rubberband/)

## Summary

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