evolvotron_render command not found

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

Introduction

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

evolvotron_render: command not found

or when using sudo you get the following error message

sudo: evolvotron_render: command not found

Solutions to evolvotron_render: command not found

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

In Ubuntu evolvotron_render is provided by evolvotron package.

evolvotron is:

This is an interactive generative art application to evolve images/textures/patterns/animations through an iterative process of random mutation and user-selection driven evolution. This process is also often referred to as “evolutionary art” or “genetic art”. If you like lava lamps, and still think the Mandelbrot set is cool, this could be the software for you.

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

sudo apt-get -y install evolvotron

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

You can also use apt command to install evolvotron.

sudo apt -y install evolvotron

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

sudo aptitude install evolvotron

Summary

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