How To Install calamaris on Fedora 36

In this tutorial we learn how to install calamaris in Fedora 36. calamaris is Analyzer and report generator for web proxy servers like Squid

Introduction

In this tutorial we learn how to install calamaris on Fedora 36.

What is calamaris

Calamaris is used to produce statistical output from web proxy servers like Squid, NetCache, Inktomi Traffic Server, Oops! proxy server, Compaq TaskSmart, Cisco Content Engines, iPlanet Proxy Server or related proxy log files. The resulting output can be ASCII or HTML with or without graphics and with or without frames. It is possible to cache calculated data in a file to use them in later runs.

We can use yum or dnf to install calamaris on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install calamaris.

Install calamaris on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install calamaris using dnf by running the following command:

sudo dnf -y install calamaris

Install calamaris on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install calamaris using yum by running the following command:

sudo yum -y install calamaris

How To Uninstall calamaris on Fedora 36

To uninstall only the calamaris package we can use the following command:

sudo dnf remove calamaris

calamaris Package Contents on Fedora 36

/usr/bin/calamaris
/usr/share/doc/calamaris
/usr/share/doc/calamaris/CHANGES
/usr/share/doc/calamaris/CONTRIBUTORS
/usr/share/doc/calamaris/EXAMPLES
/usr/share/doc/calamaris/EXAMPLES.v3
/usr/share/doc/calamaris/README
/usr/share/licenses/calamaris
/usr/share/licenses/calamaris/COPYRIGHT
/usr/share/man/man1/calamaris.1.gz
/usr/share/perl5/vendor_perl/calamaris
/usr/share/perl5/vendor_perl/calamaris/calAxestype.pm
/usr/share/perl5/vendor_perl/calamaris/calAxestype3d.pm
/usr/share/perl5/vendor_perl/calamaris/calBars3d.pm

References

Summary

In this tutorial we learn how to install calamaris on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).