fullquottel command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
fullquottel: command not found
or when using sudo you get the following error message
sudo: fullquottel: command not found
Solutions to fullquottel: command not found
How To Fix fullquottel: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu fullquottel is provided by fullquottel package.
fullquottel is:
Fullquottel performs several tests to determine if a message is written in the top-post style (a.k.a. “TOFU” or jeopardy-style quoting) - the full response above and a full quote of the original message below.
Each test is customizable and has an associated score. Fullquottel returns the total score for the message in several forms which are useful e.g. for sorting e-mail.
To fix this problem, we can install more using the command below.
sudo apt-get -y install fullquottel
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install fullquottel.
sudo apt -y install fullquottel
Or if you have aptitude installed you can use the following command.
sudo aptitude install fullquottel
Summary
In this tutorial we learn how to fix fullquottel command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.