zita-lrx command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
zita-lrx: command not found
or when using sudo you get the following error message
sudo: zita-lrx: command not found
Solutions to zita-lrx: command not found
How To Fix zita-lrx: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu zita-lrx is provided by zita-lrx package.
zita-lrx is:
Command line jack application providing 2, 3, or 4-band, 4th order crossover filters. The filter type is continuously variable between Linkwitz-Riley (-6dB at the xover frequency) and Butterworth(-3 dB at the xover frequency). Outputs are exactly phase matched in the crossover regions.
The application supports up to 16 channels.
Configuration is by a text file using ‘OSC’ style syntax (similar to Ambdec and Jconvolver). Apart from the basic filter parameters, the following can be set:
- Channel labels (used for naming Jack ports).
- Frequency band names (used in output port names).
- Optional output autoconnections.
- For each channel: gain and delay (in ms).
- For each frequency band: gain and delay.
To fix this problem, we can install more using the command below.
sudo apt-get -y install zita-lrx
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install zita-lrx.
sudo apt -y install zita-lrx
Or if you have aptitude installed you can use the following command.
sudo aptitude install zita-lrx
Summary
In this tutorial we learn how to fix zita-lrx command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.