easy_eliza command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
easy_eliza: command not found
or when using sudo you get the following error message
sudo: easy_eliza: command not found
Solutions to easy_eliza: command not found
How To Fix easy_eliza: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu easy_eliza is provided by tempest-for-eliza package.
tempest-for-eliza is:
Tempest for Eliza uses a computer monitor to send out AM radio signals. This transmission can then be played as audio via a radio.
All electronic devices send out electromagnetic waves, monitors included, at frequencies high enough for a short-wave AM radio.
Tempest for Eliza displays pictures on a computer screen, one for each note in the song.
To fix this problem, we can install more using the command below.
sudo apt-get -y install tempest-for-eliza
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install tempest-for-eliza.
sudo apt -y install tempest-for-eliza
Or if you have aptitude installed you can use the following command.
sudo aptitude install tempest-for-eliza
Summary
In this tutorial we learn how to fix easy_eliza command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.