graphlan command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
graphlan: command not found
or when using sudo you get the following error message
sudo: graphlan: command not found
Solutions to graphlan: command not found
How To Fix graphlan: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu graphlan is provided by graphlan package.
graphlan is:
GraPhlAn is a software tool for producing high-quality circular representations of taxonomic and phylogenetic trees. It focuses on concise, integrative, informative, and publication-ready representations of phylogenetically- and taxonomically-driven investigation.
To fix this problem, we can install more using the command below.
sudo apt-get -y install graphlan
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install graphlan.
sudo apt -y install graphlan
Or if you have aptitude installed you can use the following command.
sudo aptitude install graphlan
Summary
In this tutorial we learn how to fix graphlan command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.