Sibelia command not found

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

Introduction

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

Sibelia: command not found

or when using sudo you get the following error message

sudo: Sibelia: command not found

Solutions to Sibelia: command not found

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

In Ubuntu Sibelia is provided by sibelia package.

sibelia is:

Sibelia (Synteny Block ExpLoration tool) is a comparative genomics tool: It assists biologists in analysing the genomic variations that correlate with pathogens, or the genomic changes that help microorganisms adapt in different environments. Sibelia will also be helpful for the evolutionary and genome rearrangement studies for multiple strains of microorganisms.

Sibelia is useful in finding:

  1. shared regions,
  2. regions that present in one group of genomes but not in others,
  3. rearrangements that transform one genome to other genomes.

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

sudo apt-get -y install sibelia

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

You can also use apt command to install sibelia.

sudo apt -y install sibelia

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

sudo aptitude install sibelia

Summary

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