lingot command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
lingot: command not found
or when using sudo you get the following error message
sudo: lingot: command not found
Solutions to lingot: command not found
How To Fix lingot: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu lingot is provided by lingot package.
lingot is:
Lingot is a musical instrument tuner. It’s accurate, easy to use, and highly configurable. Originally conceived to tune electric guitars, it can now be used to tune any instrument.
It looks like an analogic tuner, with a gauge indicating the relative shift to a certain note indicating that note and its frequency.
To fix this problem, we can install more using the command below.
sudo apt-get -y install lingot
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install lingot.
sudo apt -y install lingot
Or if you have aptitude installed you can use the following command.
sudo aptitude install lingot
Summary
In this tutorial we learn how to fix lingot command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.