profisis command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
profisis: command not found
or when using sudo you get the following error message
sudo: profisis: command not found
Solutions to profisis: command not found
How To Fix profisis: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu profisis is provided by profisis package.
profisis is:
Profisis (ISIS) identifies interacting protein residues in protein-protein interfaces from sequence alone.
The strongest predictions of the method reached over 90% accuracy in a cross-validation experiment.
To fix this problem, we can install more using the command below.
sudo apt-get -y install profisis
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install profisis.
sudo apt -y install profisis
Or if you have aptitude installed you can use the following command.
sudo aptitude install profisis
Summary
In this tutorial we learn how to fix profisis command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.