phylonium command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
phylonium: command not found
or when using sudo you get the following error message
sudo: phylonium: command not found
Solutions to phylonium: command not found
How To Fix phylonium: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu phylonium is provided by phylonium package.
phylonium is:
This is the phylonium program for estimating the evolutionary distances between closely related genomes. It is much faster than alignment based approaches for phylogeny reconstruction and usually more accurate than competing alignment-free methods.
To fix this problem, we can install more using the command below.
sudo apt-get -y install phylonium
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install phylonium.
sudo apt -y install phylonium
Or if you have aptitude installed you can use the following command.
sudo aptitude install phylonium
Summary
In this tutorial we learn how to fix phylonium command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.