rakverb2 command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
rakverb2: command not found
or when using sudo you get the following error message
sudo: rakverb2: command not found
Solutions to rakverb2: command not found
How To Fix rakverb2: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu rakverb2 is provided by rakarrack package.
rakarrack is:
Rakarrack is a guitar effects processor for GNU / Linux simple and easy to use but it contains features that make it unique in this field of applications.
Currently it contains 17 effects:
- Linear Equalizer
- Parametric Equalizer
- Compressor
- Distorsion
- Overdrive
- Echo
- Chorus
- Phaser
- Flanger
- Reverb
- WahWah
- Alienwah
- Harmonizer
- NoiseGate
- Musical Delay
- Cabinet
- AutoPan/Extra Stereo
Rakarrack integrates a tuner and a MIDI converter. It can also be handled by an external MIDI controller. The settings designed by the user can be stored in presets and these presets can be used to create banks of effects.
To fix this problem, we can install more using the command below.
sudo apt-get -y install rakarrack
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install rakarrack.
sudo apt -y install rakarrack
Or if you have aptitude installed you can use the following command.
sudo aptitude install rakarrack
Summary
In this tutorial we learn how to fix rakverb2 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.