lutefisk command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
lutefisk: command not found
or when using sudo you get the following error message
sudo: lutefisk: command not found
Solutions to lutefisk: command not found
How To Fix lutefisk: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu lutefisk is provided by lutefisk package.
lutefisk is:
Lutefisk performs a de novo interpreation of collision-induced decay (CID) spectra, providing the user with a file containing all the possible sequence candidates corresponding to the CID data.
To fix this problem, we can install more using the command below.
sudo apt-get -y install lutefisk
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install lutefisk.
sudo apt -y install lutefisk
Or if you have aptitude installed you can use the following command.
sudo aptitude install lutefisk
Summary
In this tutorial we learn how to fix lutefisk command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.