rambo-k command not found

In this troubleshooting guide we learn how to fix rambo-k command not found error message

Introduction

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

rambo-k: command not found

or when using sudo you get the following error message

sudo: rambo-k: command not found

Solutions to rambo-k: command not found

How To Fix rambo-k: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu rambo-k is provided by rambo-k package.

rambo-k is:

RAMBO-K is a tool for rapid and sensitive removal of background sequences from Next Generation Sequencing data.

RAMBO-K is a reference-based tool for rapid and sensitive extraction of one organisms reads from a mixed dataset. It is based on a Markov chain implementation, which uses genomic characteristics of each reference to assign reads to the associated set.

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

sudo apt-get -y install rambo-k

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

You can also use apt command to install rambo-k.

sudo apt -y install rambo-k

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

sudo aptitude install rambo-k

Summary

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