cecilia command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
cecilia: command not found
or when using sudo you get the following error message
sudo: cecilia: command not found
Solutions to cecilia: command not found
How To Fix cecilia: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu cecilia is provided by cecilia package.
cecilia is:
Cecilia is an audio signal processing environment aimed at sound designers. It lets you create your own GUI using a simple syntax and comes with many original built-in modules and presets for sound effects and synthesis.
Cecilia uses the pyo audio engine created for the Python programming language.
To fix this problem, we can install more using the command below.
sudo apt-get -y install cecilia
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install cecilia.
sudo apt -y install cecilia
Or if you have aptitude installed you can use the following command.
sudo aptitude install cecilia
Summary
In this tutorial we learn how to fix cecilia command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.