jalview command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
jalview: command not found
or when using sudo you get the following error message
sudo: jalview: command not found
Solutions to jalview: command not found
How To Fix jalview: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu jalview is provided by jalview package.
jalview is:
JalView is a Java DNA, RNA and protein sequence alignment editor that can work with sequence alignments produced by programs implementing alignment algorithms such as clustalw, kalign and t-coffee.
It has lots of features, is actively developed, and will compare advantageously to BioEdit, while being free as in free speech!
To fix this problem, we can install more using the command below.
sudo apt-get -y install jalview
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install jalview.
sudo apt -y install jalview
Or if you have aptitude installed you can use the following command.
sudo aptitude install jalview
Summary
In this tutorial we learn how to fix jalview command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.