openshot-audio-test-sound command not found

In this troubleshooting guide we learn how to fix openshot-audio-test-sound command not found error message

Introduction

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

openshot-audio-test-sound: command not found

or when using sudo you get the following error message

sudo: openshot-audio-test-sound: command not found

Solutions to openshot-audio-test-sound: command not found

How To Fix openshot-audio-test-sound: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu openshot-audio-test-sound is provided by libopenshot-audio-test-sound package.

libopenshot-audio-test-sound is:

The OpenShot audio library is a program which allows high-quality editing and playback of audio based on the JUCE library.

This package provides the test binary to test the sound using libopenshot-audio.

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

sudo apt-get -y install libopenshot-audio-test-sound

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

You can also use apt command to install libopenshot-audio-test-sound.

sudo apt -y install libopenshot-audio-test-sound

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

sudo aptitude install libopenshot-audio-test-sound

Summary

In this tutorial we learn how to fix openshot-audio-test-sound command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.