achilles command not found

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

Introduction

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

achilles: command not found

or when using sudo you get the following error message

sudo: achilles: command not found

Solutions to achilles: command not found

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

In Ubuntu achilles is provided by achilles package.

achilles is:

Achilles is an artificial life and evolution simulator that uses Hebbian neural networks and OpenGL/SDL to simulate life in a simplified environment. It is based on Larry Yaeger’s PolyWorld.

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

sudo apt-get -y install achilles

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

You can also use apt command to install achilles.

sudo apt -y install achilles

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

sudo aptitude install achilles

Summary

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