How To Install perl-Log-Agent-syslog on Fedora 36

In this tutorial we learn how to install perl-Log-Agent-syslog in Fedora 36. perl-Log-Agent-syslog is Syslog driver for Log

Introduction

In this tutorial we learn how to install perl-Log-Agent-syslog on Fedora 36.

What is perl-Log-Agent-syslog

This logging driver delegates log operations to syslog() via the Sys

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

Install perl-Log-Agent-syslog 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 perl-Log-Agent-syslog using dnf by running the following command:

sudo dnf -y install perl-Log-Agent-syslog

Install perl-Log-Agent-syslog 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 perl-Log-Agent-syslog using yum by running the following command:

sudo yum -y install perl-Log-Agent-syslog

How To Uninstall perl-Log-Agent-syslog on Fedora 36

To uninstall only the perl-Log-Agent-syslog package we can use the following command:

sudo dnf remove perl-Log-Agent-syslog

perl-Log-Agent-syslog Package Contents on Fedora 36

/usr/share/man/man3/Log::Agent::Channel::Syslog.3pm.gz
/usr/share/man/man3/Log::Agent::Driver::Syslog.3pm.gz
/usr/share/perl5/vendor_perl/Log/Agent/Channel/Syslog.pm
/usr/share/perl5/vendor_perl/Log/Agent/Driver/Syslog.pm

References

Summary

In this tutorial we learn how to install perl-Log-Agent-syslog on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).