proftmb command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
proftmb: command not found
or when using sudo you get the following error message
sudo: proftmb: command not found
Solutions to proftmb: command not found
How To Fix proftmb: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu proftmb is provided by proftmb package.
proftmb is:
proftmb predicts transmembrane beta-barrel (TMB) proteins in Gram-negative bacteria.
For each query protein, proftmb provides both a Z-value indicating that the protein actually contains a membrane barrel, and a four-state per-residue labeling of upward- and downward-facing strands, periplasmic hairpins and extracellular loops.
To fix this problem, we can install more using the command below.
sudo apt-get -y install proftmb
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install proftmb.
sudo apt -y install proftmb
Or if you have aptitude installed you can use the following command.
sudo aptitude install proftmb
Summary
In this tutorial we learn how to fix proftmb command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.