aevol_misc_create_eps command not found

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

Introduction

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

aevol_misc_create_eps: command not found

or when using sudo you get the following error message

sudo: aevol_misc_create_eps: command not found

Solutions to aevol_misc_create_eps: command not found

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

In Ubuntu aevol_misc_create_eps is provided by aevol package.

aevol is:

Aevol is a digital genetics model: populations of digital organisms are subjected to a process of selection and variation, which creates a Darwinian dynamics.

By modifying the characteristics of selection (e.g. population size, type of environment, environmental variations) or variation (e.g. mutation rates, chromosomal rearrangement rates, types of rearrangements, horizontal transfer), one can study experimentally the impact of these parameters on the structure of the evolved organisms. In particular, since Aevol integrates a precise and realistic model of the genome, it allows for the study of structural variations of the genome (e.g. number of genes, synteny, proportion of coding sequences).

The simulation platform comes along with a set of tools for analysing phylogenies and measuring many characteristics of the organisms and populations along evolution.

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

sudo apt-get -y install aevol

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

You can also use apt command to install aevol.

sudo apt -y install aevol

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

sudo aptitude install aevol

Summary

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