How To Install xpilot-ng-logwatch on Fedora 36

In this tutorial we learn how to install xpilot-ng-logwatch in Fedora 36. xpilot-ng-logwatch is Logwatch scripts for the xpilot game server

Introduction

In this tutorial we learn how to install xpilot-ng-logwatch on Fedora 36.

What is xpilot-ng-logwatch

logwatch scripts for the Xpilot game server

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

Install xpilot-ng-logwatch 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 xpilot-ng-logwatch using dnf by running the following command:

sudo dnf -y install xpilot-ng-logwatch

Install xpilot-ng-logwatch 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 xpilot-ng-logwatch using yum by running the following command:

sudo yum -y install xpilot-ng-logwatch

How To Uninstall xpilot-ng-logwatch on Fedora 36

To uninstall only the xpilot-ng-logwatch package we can use the following command:

sudo dnf remove xpilot-ng-logwatch

xpilot-ng-logwatch Package Contents on Fedora 36

/usr/share/logwatch/dist.conf/logfiles/xpilot-ng.conf
/usr/share/logwatch/dist.conf/services/xpilot-ng.conf
/usr/share/logwatch/scripts/services/xpilot-ng
/usr/share/logwatch/scripts/shared/applyxpilotdate

References

Summary

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