ktImportMETAREP-EC command not found

In this troubleshooting guide we learn how to fix ktImportMETAREP-EC command not found error message

Introduction

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

ktImportMETAREP-EC: command not found

or when using sudo you get the following error message

sudo: ktImportMETAREP-EC: command not found

Solutions to ktImportMETAREP-EC: command not found

How To Fix ktImportMETAREP-EC: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu ktImportMETAREP-EC 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-EC command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.