How To Install apcupsd-cgi on Fedora 36

In this tutorial we learn how to install apcupsd-cgi in Fedora 36. apcupsd-cgi is Web interface for apcupsd

Introduction

In this tutorial we learn how to install apcupsd-cgi on Fedora 36.

What is apcupsd-cgi

A CGI interface to the APC UPS monitoring daemon.

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

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

sudo dnf -y install apcupsd-cgi

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

sudo yum -y install apcupsd-cgi

How To Uninstall apcupsd-cgi on Fedora 36

To uninstall only the apcupsd-cgi package we can use the following command:

sudo dnf remove apcupsd-cgi

apcupsd-cgi Package Contents on Fedora 36

/etc/apcupsd/apcupsd.css
/etc/apcupsd/hosts.conf
/etc/apcupsd/multimon.conf
/etc/httpd/conf.d/apcupsd.conf
/usr/lib/.build-id
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/1f4e1dd2f286c275f31bc7b7fe00bfbdf40216
/usr/lib/.build-id/85
/usr/lib/.build-id/85/5618cf94de805fa75c7c2c8d718758d3160786
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/a1229d263e32a4fcaf767c209ebaff34e1cae8
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/115dd3b4b8d5437721295fdcb2fd3bd32aa30e
/var/www/apcupsd
/var/www/apcupsd/multimon.cgi
/var/www/apcupsd/upsfstats.cgi
/var/www/apcupsd/upsimage.cgi
/var/www/apcupsd/upsstats.cgi

References

Summary

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