calamaris command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
calamaris: command not found
or when using sudo you get the following error message
sudo: calamaris: command not found
Solutions to calamaris: command not found
How To Fix calamaris: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu calamaris is provided by calamaris package.
calamaris is:
Calamaris is a Perl script which generates nice statistics out of Squid or Oops log files. It is invoked daily before the proxy rotates its log files, and mails the statistics or puts them on the web.
Various options are supported for generated reports; some extra features require the suggested Perl modules.
To fix this problem, we can install more using the command below.
sudo apt-get -y install calamaris
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install calamaris.
sudo apt -y install calamaris
Or if you have aptitude installed you can use the following command.
sudo aptitude install calamaris
Summary
In this tutorial we learn how to fix calamaris command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.