bp_process_wormbase.pl command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
bp_process_wormbase.pl: command not found
or when using sudo you get the following error message
sudo: bp_process_wormbase.pl: command not found
Solutions to bp_process_wormbase.pl: command not found
How To Fix bp_process_wormbase.pl: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu bp_process_wormbase.pl is provided by libbio-db-ace-perl package.
libbio-db-ace-perl is:
This provides a standard BioPerl database access to Ace, using Lincoln Steins excellent AcePerl module.
This interface is designed at the moment to work through a aceclient/aceserver type mechanism
To fix this problem, we can install more using the command below.
sudo apt-get -y install libbio-db-ace-perl
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install libbio-db-ace-perl.
sudo apt -y install libbio-db-ace-perl
Or if you have aptitude installed you can use the following command.
sudo aptitude install libbio-db-ace-perl
Summary
In this tutorial we learn how to fix bp_process_wormbase.pl command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.