igor-compute_pgen command not found

In this troubleshooting guide we learn how to fix igor-compute_pgen command not found error message

Introduction

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

igor-compute_pgen: command not found

or when using sudo you get the following error message

sudo: igor-compute_pgen: command not found

Solutions to igor-compute_pgen: command not found

How To Fix igor-compute_pgen: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu igor-compute_pgen 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-compute_pgen command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.