phd1994 command not found

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

Introduction

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

phd1994: command not found

or when using sudo you get the following error message

sudo: phd1994: command not found

Solutions to phd1994: command not found

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

In Ubuntu phd1994 is provided by profphd-net package.

profphd-net is:

Profnet is a component of the prediction methods that make up the Predict Protein service by the lab of Burkhard Rost. It provides the neural network component to a variety of predictors that perform protein feature prediction directly from sequence. This neural network implementation has to be compiled for every different network architecture.

This package contains the neural network architecture for profphd.

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

sudo apt-get -y install profphd-net

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

You can also use apt command to install profphd-net.

sudo apt -y install profphd-net

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

sudo aptitude install profphd-net

Summary

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