guitarix command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
guitarix: command not found
or when using sudo you get the following error message
sudo: guitarix: command not found
Solutions to guitarix: command not found
How To Fix guitarix: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu guitarix is provided by guitarix package.
guitarix is:
Guitarix is a rock guitar amplifier for the JACK Audio Connection Kit with one input and two outputs. It provides one JACK input port and two JACK output ports. It is designed to produce nice trash/metal/rock/blues guitar sounds. Controls for bass, treble, gain, compressor, tube selector, distortion, flanger, freeverb, crybaby (wah), etc are available.
Guitarix is available as a GTK+ interface and the project provides LV2 and LADSPA plugins (see the guitarix-lv2 and guitarix-ladspa packages).
This package provides the standalone application with a GTK+ interface.
To fix this problem, we can install more using the command below.
sudo apt-get -y install guitarix
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install guitarix.
sudo apt -y install guitarix
Or if you have aptitude installed you can use the following command.
sudo aptitude install guitarix
Summary
In this tutorial we learn how to fix guitarix command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.