ktImportMETAREP-BLAST command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
ktImportMETAREP-BLAST: command not found
or when using sudo you get the following error message
sudo: ktImportMETAREP-BLAST: command not found
Solutions to ktImportMETAREP-BLAST: command not found
How To Fix ktImportMETAREP-BLAST: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu ktImportMETAREP-BLAST is provided by radiant package.
radiant is:
Krona allows hierarchical data to be explored with zoomable pie charts. Krona charts include support for several bioinformatics tools and raw data formats. The charts can be viewed with a recent version of any major web browser.
To fix this problem, we can install more using the command below.
sudo apt-get -y install radiant
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install radiant.
sudo apt -y install radiant
Or if you have aptitude installed you can use the following command.
sudo aptitude install radiant
Summary
In this tutorial we learn how to fix ktImportMETAREP-BLAST command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.