rnr-lsi command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
rnr-lsi: command not found
or when using sudo you get the following error message
sudo: rnr-lsi: command not found
Solutions to rnr-lsi: command not found
How To Fix rnr-lsi: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu rnr-lsi 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 rnr-lsi command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.