hilive command not found

In this troubleshooting guide we learn how to fix hilive command not found error message

Introduction

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

hilive: command not found

or when using sudo you get the following error message

sudo: hilive: command not found

Solutions to hilive: command not found

How To Fix hilive: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu hilive is provided by hilive package.

hilive is:

HiLive is a read mapping tool that maps Illumina HiSeq (or comparable) reads to a reference genome right in the moment when they are produced. This means, read mapping is finished as soon as the sequencer is finished generating the data.

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

sudo apt-get -y install hilive

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

You can also use apt command to install hilive.

sudo apt -y install hilive

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

sudo aptitude install hilive

Summary

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