fmit command not found

In this troubleshooting guide we learn how to fix fmit command not found error message

Introduction

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

fmit: command not found

or when using sudo you get the following error message

sudo: fmit: command not found

Solutions to fmit: command not found

How To Fix fmit: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu fmit is provided by fmit package.

fmit is:

FMIT is a graphical utility for tuning your musical instruments, with error and volume history and advanced features like microtonal tuning, statistics, and various views like waveform shape, harmonics ratios and real-time Discrete Fourier Transform (DFT). All views and advanced features are optional so that the interface can also be very simple.

To fix this problem, we can install more using the command below.

sudo apt-get -y install fmit

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install fmit.

sudo apt -y install fmit

Or if you have aptitude installed you can use the following command.

sudo aptitude install fmit

Summary

In this tutorial we learn how to fix fmit command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.