indelible command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
indelible: command not found
or when using sudo you get the following error message
sudo: indelible: command not found
Solutions to indelible: command not found
How To Fix indelible: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu indelible is provided by indelible package.
indelible is:
INDELible is a new, portable, and flexible application for biological sequence simulation that combines many features in the same place for the first time. Using a length-dependent model of indel formation it can simulate evolution of multi-partitioned nucleotide, amino-acid, or codon data sets through the processes of insertion, deletion, and substitution in continuous time.
Nucleotide simulations may use the general unrestricted model or the general time reversible model and its derivatives, and amino-acid simulations can be conducted using fifteen different empirical rate matrices. Substitution rate heterogeneity can be modeled via the continuous and discrete gamma distributions, with or without a proportion of invariant sites. INDELible can also simulate under non-homogeneous and non-stationary conditions where evolutionary models are permitted to change across a phylogeny.
Unique among indel simulation programs, INDELible offers the ability to simulate using codon models that exhibit nonsynonymous/synonymous rate ratio heterogeneity among sites and/or lineages.
To fix this problem, we can install more using the command below.
sudo apt-get -y install indelible
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install indelible.
sudo apt -y install indelible
Or if you have aptitude installed you can use the following command.
sudo aptitude install indelible
Summary
In this tutorial we learn how to fix indelible command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.