brighton command not found

In this troubleshooting guide we learn how to fix brighton command not found error message

Introduction

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

brighton: command not found

or when using sudo you get the following error message

sudo: brighton: command not found

Solutions to brighton: command not found

How To Fix brighton: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu brighton is provided by bristol package.

bristol is:

Bristol is a synthesizer emulator application. Bristol uses the sound card PCM generator and can be MIDI driven, furthermore it can be set to use the low latency scheduling feature of the kernel, reducing audio under runs. It can handle any number of simultaneous synthesizers (they all connect to the same engine). It supports splitting and layering the keyboard with multiple synthesizers on a single midi channel. Currently Bristol emulates the following keyboards: Moog Mini, Moog Voyager (Bristol “Explorer”), Sequential Circuits Prophet-5, Roland Juno-6, Yamaha DX-7, Hammond (single manual), Hammond B3 (dual manual).

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

sudo apt-get -y install bristol

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

You can also use apt command to install bristol.

sudo apt -y install bristol

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

sudo aptitude install bristol

Summary

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