stretchplayer command not found

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

Introduction

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

stretchplayer: command not found

or when using sudo you get the following error message

sudo: stretchplayer: command not found

Solutions to stretchplayer: command not found

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

In Ubuntu stretchplayer is provided by stretchplayer package.

stretchplayer is:

StretchPlayer will play back an audio file and allow you to time stretch (without affecting pitch) and/or pitch shift (without affecting the time) the audio, even while you are listening to it.

Warning: this package contains the development version (potentially unstable) released for testing purpose only.

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

sudo apt-get -y install stretchplayer

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

You can also use apt command to install stretchplayer.

sudo apt -y install stretchplayer

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

sudo aptitude install stretchplayer

Summary

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