How To Install perl-Net-Statsd on Fedora 36

In this tutorial we learn how to install perl-Net-Statsd in Fedora 36. perl-Net-Statsd is Sends statistics to the stats daemon over UDP

Introduction

In this tutorial we learn how to install perl-Net-Statsd on Fedora 36.

What is perl-Net-Statsd

This module implements a client for a statsd statistics collection server, such as the one in use at Etsy.com. You want to use this module to track statistics in your Perl application, such as how many times a certain event occurs (user logins in a web application, or database queries issued), or you want to time and then graph how long certain events take, like database queries execution time or time to download a certain file, etc.

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

Install perl-Net-Statsd 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-Net-Statsd using dnf by running the following command:

sudo dnf -y install perl-Net-Statsd

Install perl-Net-Statsd 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-Net-Statsd using yum by running the following command:

sudo yum -y install perl-Net-Statsd

How To Uninstall perl-Net-Statsd on Fedora 36

To uninstall only the perl-Net-Statsd package we can use the following command:

sudo dnf remove perl-Net-Statsd

perl-Net-Statsd Package Contents on Fedora 36

/usr/share/doc/perl-Net-Statsd
/usr/share/doc/perl-Net-Statsd/Changes
/usr/share/doc/perl-Net-Statsd/README
/usr/share/doc/perl-Net-Statsd/examples
/usr/share/doc/perl-Net-Statsd/examples/benchmark.pl
/usr/share/doc/perl-Net-Statsd/pod
/usr/share/doc/perl-Net-Statsd/pod/README.pod
/usr/share/licenses/perl-Net-Statsd
/usr/share/licenses/perl-Net-Statsd/LICENSE
/usr/share/man/man3/Net::Statsd.3pm.gz
/usr/share/perl5/vendor_perl/Net
/usr/share/perl5/vendor_perl/Net/Statsd.pm

References

Summary

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