monobristol command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
monobristol: command not found
or when using sudo you get the following error message
sudo: monobristol: command not found
Solutions to monobristol: command not found
How To Fix monobristol: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu monobristol is provided by monobristol package.
monobristol is:
monobristol provides a simple GUI for Bristol.
Bristol is synth emulation package for a diverse range of vintage synthesizers, electric pianos and organs. The application consists of a multithreaded audio synthesizer and a user interface called brighton.
To fix this problem, we can install more using the command below.
sudo apt-get -y install monobristol
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install monobristol.
sudo apt -y install monobristol
Or if you have aptitude installed you can use the following command.
sudo aptitude install monobristol
Summary
In this tutorial we learn how to fix monobristol command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.