bs1770gain command not found

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

Introduction

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

bs1770gain: command not found

or when using sudo you get the following error message

sudo: bs1770gain: command not found

Solutions to bs1770gain: command not found

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

In Ubuntu bs1770gain is provided by bs1770gain package.

bs1770gain is:

The command line tool bs1770gain is a loudness scanner compliant with ITU-R BS.1770 and its flavors EBU R128, ATSC A/85, and ReplayGain 2.0. It helps normalizing the loudness of audio and video files to the same level.

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

sudo apt-get -y install bs1770gain

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

You can also use apt command to install bs1770gain.

sudo apt -y install bs1770gain

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

sudo aptitude install bs1770gain

Summary

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