tombo command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
tombo: command not found
or when using sudo you get the following error message
sudo: tombo: command not found
Solutions to tombo: command not found
How To Fix tombo: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu tombo is provided by tombo package.
tombo is:
Tombo is a suite of tools primarily for the identification of modified nucleotides from nanopore sequencing data. Tombo also provides tools for the analysis and visualization of raw nanopore signal.
To fix this problem, we can install more using the command below.
sudo apt-get -y install tombo
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install tombo.
sudo apt -y install tombo
Or if you have aptitude installed you can use the following command.
sudo aptitude install tombo
Summary
In this tutorial we learn how to fix tombo command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.