zita-mu1 command not found
In this troubleshooting guide we learn how to fix zita-mu1 command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
zita-mu1: command not found
or when using sudo you get the following error message
sudo: zita-mu1: command not found
Solutions to zita-mu1: command not found
How To Fix zita-mu1: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu zita-mu1 is provided by zita-mu1 package.
zita-mu1 is:
zita-mu1 is a simple Jack application used to organise stereo monitoring.
Main features:
- Four stereo inputs.
- K20 RMS/peak meters and stereo correlation meter.
- Two monitoring outputs with individual volume controls.
- Left / Right / Mono and Dim swithes.
- Output of unmodified selected input, e.g. for metering.
- Talkback level controls and buttons with automatic dimming of speakers.
To fix this problem, we can install more using the command below.
sudo apt-get -y install zita-mu1
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install zita-mu1.
sudo apt -y install zita-mu1
Or if you have aptitude installed you can use the following command.
sudo aptitude install zita-mu1
Summary
In this tutorial we learn how to fix zita-mu1 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.