awffull_history_regen command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
awffull_history_regen: command not found
or when using sudo you get the following error message
sudo: awffull_history_regen: command not found
Solutions to awffull_history_regen: command not found
How To Fix awffull_history_regen: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu awffull_history_regen is provided by awffull package.
awffull is:
AWFFull is a Web server log analysis program, forked from Webalizer. It adds a number of new features and improvements, such as extended frontpage history, resizable graphs, and a few more pie charts.
Webalizer is a great weblog analysis program but hasn’t been going anywhere in recent years. AWFFull takes that base and starts to fix the niggles and annoyances and hopefully become a useful enhancement.
As a base, weblizer has a stated goal of producing web server analysis. AWFFull on the other hand, will gradually focus more on the business intelligence contained within those logs - and not specifically limited just to web server logs.
Major Enhancements vs. Webalizer
The frontpage history can now cover more than 12 months. StyleSheets (CSS) are supported. Customise to your hearts content! The log type can be auto-detected Can process: CLF, Combined, Squid, FTP XFER and Domino v6 Logs All graphs are now resizable, rather than being a fixed size Config File simplification to reduce duplication of common config pairings Bookmarking numbers are tracked. Be aware that these are estimates! Backend changes: Use of PCRE lib and standard library calls to ease coding pain Pattern Matching improvements can increase the speed of a run by 50%. YMMV! 404 Errors are tracked and displayed with both the target and referrering URL Can specify what is a page or what is not.
To fix this problem, we can install more using the command below.
sudo apt-get -y install awffull
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install awffull.
sudo apt -y install awffull
Or if you have aptitude installed you can use the following command.
sudo aptitude install awffull
Summary
In this tutorial we learn how to fix awffull_history_regen command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.