aeolus command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
aeolus: command not found
or when using sudo you get the following error message
sudo: aeolus: command not found
Solutions to aeolus: command not found
How To Fix aeolus: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu aeolus is provided by aeolus package.
aeolus is:
Aeolus is a synthesised (i.e. not sampled) pipe organ emulator that should be good enough to make an organist enjoy playing it. It is a software synthesiser optimised for this job, with possibly hundreds of controls for each stop, that enable the user to “voice” his instrument.
Main features of the default instrument: three manuals and one pedal, five different temperaments, variable tuning, MIDI control of course, stereo, surround or Ambisonics output, flexible audio controls including a large church reverb.
Aeolus is not very CPU-hungry, and should run without problems on a e.g. a 1GHz, 256Mb machine.
To fix this problem, we can install more using the command below.
sudo apt-get -y install aeolus
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install aeolus.
sudo apt -y install aeolus
Or if you have aptitude installed you can use the following command.
sudo aptitude install aeolus
Summary
In this tutorial we learn how to fix aeolus command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.