carla-control command not found

In this troubleshooting guide we learn how to fix carla-control command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

carla-control: command not found

or when using sudo you get the following error message

sudo: carla-control: command not found

Solutions to carla-control: command not found

How To Fix carla-control: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu carla-control is provided by carla package.

carla is:

Carla is an audio plugin host, with support for many audio drivers and plugin formats. It has some nice features like automation of parameters via MIDI CC and full OSC control. Currently supports LADSPA, DSSI, LV2, VST2/3 and AU plugin formats, plus SF2 and SFZ sounds banks.

This package contains the main application.

To fix this problem, we can install more using the command below.

sudo apt-get -y install carla

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install carla.

sudo apt -y install carla

Or if you have aptitude installed you can use the following command.

sudo aptitude install carla

Summary

In this tutorial we learn how to fix carla-control command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.