meterbridge command not found

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

Introduction

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

meterbridge: command not found

or when using sudo you get the following error message

sudo: meterbridge: command not found

Solutions to meterbridge: command not found

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

In Ubuntu meterbridge is provided by meterbridge package.

meterbridge is:

Meterbridge implements various meters for the JACK Audio Connection Kit. Examples of the available types are:

  • PPM Peak Program level Meter
  • VU Volume Unit Meter
  • DPM Digital Peak Meter
  • JF Jellyfish Meter
  • SCO Scope

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

sudo apt-get -y install meterbridge

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

You can also use apt command to install meterbridge.

sudo apt -y install meterbridge

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

sudo aptitude install meterbridge

Summary

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