igor command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
igor: command not found
or when using sudo you get the following error message
sudo: igor: command not found
Solutions to igor: command not found
How To Fix igor: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu igor is provided by igor package.
igor is:
IGoR (Inference and Generation of Repertoires) is a versatile software to analyze and model immune receptors generation, selection, mutation and all other processes.
To fix this problem, we can install more using the command below.
sudo apt-get -y install igor
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install igor.
sudo apt -y install igor
Or if you have aptitude installed you can use the following command.
sudo aptitude install igor
Summary
In this tutorial we learn how to fix igor command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.