pilercr command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
pilercr: command not found
or when using sudo you get the following error message
sudo: pilercr: command not found
Solutions to pilercr: command not found
How To Fix pilercr: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu pilercr is provided by pilercr package.
pilercr is:
CRISPR elements are short, highly conserved repeats in prokaryotic genomes separated by unique sequences of similar length. PILERCR is designed for the identification and analysis of CRISPR repeats.
To fix this problem, we can install more using the command below.
sudo apt-get -y install pilercr
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install pilercr.
sudo apt -y install pilercr
Or if you have aptitude installed you can use the following command.
sudo aptitude install pilercr
Summary
In this tutorial we learn how to fix pilercr command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.