zita-rev1 command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
zita-rev1: command not found
or when using sudo you get the following error message
sudo: zita-rev1: command not found
Solutions to zita-rev1: command not found
How To Fix zita-rev1: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu zita-rev1 is provided by zita-rev1 package.
zita-rev1 is:
REV1 is a reworked version of the reverb originally developed for Aeolus. Its character is more ‘hall’ than ‘plate’, but it can be used on a wide variety of instruments or voices. It is not a spatialiser - the early reflections are different for the L and R inputs, but do not correspond to any real room. They have been tuned to match left and right sources to some extent.
In Stereo mode a dry/wet mix control is provided, so it can be used either as an insert or in send/return mode. For mono just connect one of the two channels.
In Ambisonic mode (selected by the -B command line option) the only option is the send/return mode.
To fix this problem, we can install more using the command below.
sudo apt-get -y install zita-rev1
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install zita-rev1.
sudo apt -y install zita-rev1
Or if you have aptitude installed you can use the following command.
sudo aptitude install zita-rev1
Summary
In this tutorial we learn how to fix zita-rev1 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.