How To Install rubberband-devel on Fedora 36

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

Introduction

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

What is rubberband-devel

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. The rubberband-devel package contains libraries and header files for developing applications that use rubberband.

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

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

sudo dnf -y install rubberband-devel

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

sudo yum -y install rubberband-devel

How To Uninstall rubberband-devel on Fedora 36

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

sudo dnf remove rubberband-devel

rubberband-devel Package Contents on Fedora 36

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

## Introduction

/usr/include/rubberband
/usr/include/rubberband/RubberBandStretcher.h
/usr/include/rubberband/rubberband-c.h
/usr/lib64/librubberband.so
/usr/lib64/pkgconfig/rubberband.pc
/usr/share/doc/rubberband-devel
/usr/share/doc/rubberband-devel/CHANGELOG
In this tutorial we learn how to install `rubberband-devel` on Fedora 36.

### What is `rubberband-devel`

> 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.  The rubberband-devel package contains libraries and header files for developing applications that use rubberband.  

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

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

sudo dnf -y install rubberband-devel

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

sudo yum -y install rubberband-devel

How To Uninstall rubberband-devel on Fedora 36



## References
To uninstall only the `rubberband-devel` package we can use the following command:


```bash
* [rubberband-devel website](http://www.breakfastquay.com/rubberband/)

sudo dnf remove rubberband-devel
## Summary

rubberband-devel Package Contents on Fedora 36

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

/usr/include/rubberband
/usr/include/rubberband/RubberBandStretcher.h
/usr/include/rubberband/rubberband-c.h
/usr/lib/librubberband.so
/usr/lib/pkgconfig/rubberband.pc
/usr/share/doc/rubberband-devel
/usr/share/doc/rubberband-devel/CHANGELOG

References

Summary

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