lsp-plugins-latency-meter command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
lsp-plugins-latency-meter: command not found
or when using sudo you get the following error message
sudo: lsp-plugins-latency-meter: command not found
Solutions to lsp-plugins-latency-meter: command not found
How To Fix lsp-plugins-latency-meter: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu lsp-plugins-latency-meter is provided by lsp-plugins-jack package.
lsp-plugins-jack is:
Linux Studio Plugins (LSP) provides a collection of audio effects, synthesizers, and a selection of audio tools for music and sound production. It provides standalone Jack clients and integrates into the LV2, LADSPA and VST plugin frameworks.
LSP provides the following plugins:
Audio effects: limiters, dynamic processors, expanders, gates, graphic equalisers, impulse responses, impulse reverbs, compressors, multiband compressors, parametric equalisers, phase detector, sidechain multiband compressors, sidechain limiters, sidechain dynamic processors, sidechain expanders, sidechain gates, sidechain compressors, slapback delays, delay compensators, triggers.
Synths: samplers, and multisamplers.
Tools: latency meters, oscillators, profiler, spectrum analyzers, and MIDI triggers
This package provides the standalone Jack clients.
To fix this problem, we can install more using the command below.
sudo apt-get -y install lsp-plugins-jack
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install lsp-plugins-jack.
sudo apt -y install lsp-plugins-jack
Or if you have aptitude installed you can use the following command.
sudo aptitude install lsp-plugins-jack
Summary
In this tutorial we learn how to fix lsp-plugins-latency-meter command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.