pycorrfit command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
pycorrfit: command not found
or when using sudo you get the following error message
sudo: pycorrfit: command not found
Solutions to pycorrfit: command not found
How To Fix pycorrfit: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu pycorrfit is provided by pycorrfit package.
pycorrfit is:
PyCorrFit is a general-purpose FCS evaluation software that, amongst other formats, supports the established Zeiss ConfoCor3 ~.fcs file format. PyCorrFit comes with several built-in model functions, covering a wide range of applications in standard confocal FCS. In addition, it contains equations dealing with different excitation geometries like total internal reflection (TIR).
To fix this problem, we can install more using the command below.
sudo apt-get -y install pycorrfit
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install pycorrfit.
sudo apt -y install pycorrfit
Or if you have aptitude installed you can use the following command.
sudo aptitude install pycorrfit
Summary
In this tutorial we learn how to fix pycorrfit command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.