SURVIVOR command not found

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

Introduction

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

SURVIVOR: command not found

or when using sudo you get the following error message

sudo: SURVIVOR: command not found

Solutions to SURVIVOR: command not found

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

In Ubuntu SURVIVOR is provided by survivor package.

survivor is:

SURVIVOR is a tool set for simulating/evaluating structural variantions, merging and comparing SVs within and among samples, and includes various methods to reformat or summarize structural variantions.

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

sudo apt-get -y install survivor

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

You can also use apt command to install survivor.

sudo apt -y install survivor

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

sudo aptitude install survivor

Summary

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