roguenarok-single command not found

In this troubleshooting guide we learn how to fix roguenarok-single command not found error message

Introduction

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

roguenarok-single: command not found

or when using sudo you get the following error message

sudo: roguenarok-single: command not found

Solutions to roguenarok-single: command not found

How To Fix roguenarok-single: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu roguenarok-single is provided by roguenarok package.

roguenarok is:

RogueNaRok is a versatile and scalable algorithm for rogue taxon identification. It also includes implementations of the maximum agreement subtree, leaf stability index and taxonomic instability index.

To fix this problem, we can install more using the command below.

sudo apt-get -y install roguenarok

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install roguenarok.

sudo apt -y install roguenarok

Or if you have aptitude installed you can use the following command.

sudo aptitude install roguenarok

Summary

In this tutorial we learn how to fix roguenarok-single command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.