surpyvor command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
surpyvor: command not found
or when using sudo you get the following error message
sudo: surpyvor: command not found
Solutions to surpyvor: command not found
How To Fix surpyvor: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu surpyvor is provided by surpyvor package.
surpyvor is:
SURVIVOR is a tool set for simulating/evaluating structural variations, merging and comparing SVs within and among samples, and includes various methods to reformat or summarize structural variations.
This package provides a Python wrapper to help with its integration in various Python-based workflows.
To fix this problem, we can install more using the command below.
sudo apt-get -y install surpyvor
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install surpyvor.
sudo apt -y install surpyvor
Or if you have aptitude installed you can use the following command.
sudo aptitude install surpyvor
Summary
In this tutorial we learn how to fix surpyvor command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.