rubberband command not found

In this troubleshooting guide we learn how to fix rubberband command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

rubberband: command not found

or when using sudo you get the following error message

sudo: rubberband: command not found

Solutions to rubberband: command not found

How To Fix rubberband: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu rubberband is provided by rubberband-cli package.

rubberband-cli is:

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.

This package contains a command-line utility that can be used to exploit Rubber Band’s capabilities.

To fix this problem, we can install more using the command below.

sudo apt-get -y install rubberband-cli

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install rubberband-cli.

sudo apt -y install rubberband-cli

Or if you have aptitude installed you can use the following command.

sudo aptitude install rubberband-cli

Summary

In this tutorial we learn how to fix rubberband command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.