f1tattoo command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
f1tattoo: command not found
or when using sudo you get the following error message
sudo: f1tattoo: command not found
Solutions to f1tattoo: command not found
How To Fix f1tattoo: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu f1tattoo is provided by qpxtool package.
qpxtool is:
QPxTool gives you access to all available Quality Checks (Q-Checks) on written and blank media, that are available for your drive. This will help you to find the right media and the optimized writing speed for your hardware, which will increase the chance for a long data lifetime.
QPxTool depends on the used drive, not all drives are able to read the Q-Checks and not all of them are supported by QPxTool. Currently, most newer drives of LiteOn, NEC, Pioneer and Plextor are supported.
To fix this problem, we can install more using the command below.
sudo apt-get -y install qpxtool
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install qpxtool.
sudo apt -y install qpxtool
Or if you have aptitude installed you can use the following command.
sudo aptitude install qpxtool
Summary
In this tutorial we learn how to fix f1tattoo command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.