belvu command not found

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

Introduction

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

belvu: command not found

or when using sudo you get the following error message

sudo: belvu: command not found

Solutions to belvu: command not found

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

In Ubuntu belvu is provided by belvu package.

belvu is:

Belvu is a multiple sequence alignment viewer and phylogenetic tool with an extensive set of user-configurable modes to color residues.

  • View multiple sequence alignments.
  • Residues can be coloured by conservation, with user-configurable cutoffs and colours.
  • Residues can be coloured by residue type (user-configurable).
  • Colour schemes can be imported or exported.
  • Swissprot (or PIR) entries can be fetched by double clicking.
  • The position in the alignment can be easily tracked.
  • Manual deletion of rows and columns.
  • Automatic editing of rows and columns based on customisable criteria:
    • removal of all-gap columns;
    • removal of all gaps;
    • removal of redundant sequences;
    • removal of a column by a user-specified percentage of gaps;
    • filtering of sequences by percent identity;
    • removal of sequences by a user-specified percentage of gaps;
    • removal of partial sequences (those starting or ending with gaps); and
    • removal of columns by conservation (with user-specified upper/lower cutoffs).
  • The alignment can be saved in Stockholm, Selex, MSF or FASTA format.
  • Distance matrices between sequences can be generated using a variety of distance metrics.
  • Distance matrices can be imported or exported.
  • Phylogenetic trees can be constructed based on various distance-based tree reconstruction algorithms.
  • Trees can be saved in New Hampshire format.
  • Belvu can perform bootstrap phylogenetic reconstruction.

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

sudo apt-get -y install belvu

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

You can also use apt command to install belvu.

sudo apt -y install belvu

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

sudo aptitude install belvu

Summary

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