ebumeter command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
ebumeter: command not found
or when using sudo you get the following error message
sudo: ebumeter: command not found
Solutions to ebumeter: command not found
How To Fix ebumeter: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu ebumeter is provided by ebumeter package.
ebumeter is:
These tools help controlling loudness of audio material aimed primarily for broadcasting, but they can be useful in other situation.
ebumeter and ebur128 allow users to measure Momentary (400 ms), Short term (3s) and Integrated Loudness (from start to stop). They can be used on audio files and signals through JACK.
This package contains two programs:
- ebumeter - interactive meter working via jackd
- ebur128 - the command line app to measure sound files
To fix this problem, we can install more using the command below.
sudo apt-get -y install ebumeter
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install ebumeter.
sudo apt -y install ebumeter
Or if you have aptitude installed you can use the following command.
sudo aptitude install ebumeter
Summary
In this tutorial we learn how to fix ebumeter command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.