How To Install lightsquid-apache on Fedora 36

In this tutorial we learn how to install lightsquid-apache in Fedora 36. lightsquid-apache is Web Controls for lightsquid

Introduction

In this tutorial we learn how to install lightsquid-apache on Fedora 36.

What is lightsquid-apache

lightsquid configuration files and scripts for Apache.

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

Install lightsquid-apache 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 lightsquid-apache using dnf by running the following command:

sudo dnf -y install lightsquid-apache

Install lightsquid-apache 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 lightsquid-apache using yum by running the following command:

sudo yum -y install lightsquid-apache

How To Uninstall lightsquid-apache on Fedora 36

To uninstall only the lightsquid-apache package we can use the following command:

sudo dnf remove lightsquid-apache

lightsquid-apache Package Contents on Fedora 36

/etc/httpd/conf.d/lightsquid.conf
/usr/share/lightsquid/cgi/bigfiles.cgi
/usr/share/lightsquid/cgi/day_detail.cgi
/usr/share/lightsquid/cgi/get.cgi
/usr/share/lightsquid/cgi/graph.cgi
/usr/share/lightsquid/cgi/group_detail.cgi
/usr/share/lightsquid/cgi/index.cgi
/usr/share/lightsquid/cgi/month_detail.cgi
/usr/share/lightsquid/cgi/topsites.cgi
/usr/share/lightsquid/cgi/user_detail.cgi
/usr/share/lightsquid/cgi/user_month.cgi
/usr/share/lightsquid/cgi/user_time.cgi
/usr/share/lightsquid/cgi/whousesite.cgi

References

Summary

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