How to Install and Uninstall perl-Net-Statsd.noarch Package on Fedora 38

Last updated: September 21,2024

1. Install "perl-Net-Statsd.noarch" package

Please follow the guidance below to install perl-Net-Statsd.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install perl-Net-Statsd.noarch

2. Uninstall "perl-Net-Statsd.noarch" package

Here is a brief guide to show you how to uninstall perl-Net-Statsd.noarch on Fedora 38:

$ sudo dnf remove perl-Net-Statsd.noarch $ sudo dnf autoremove

3. Information about the perl-Net-Statsd.noarch package on Fedora 38

Last metadata expiration check: 0:45:57 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : perl-Net-Statsd
Version : 0.12
Release : 21.fc38
Architecture : noarch
Size : 25 k
Source : perl-Net-Statsd-0.12-21.fc38.src.rpm
Repository : fedora
Summary : Sends statistics to the stats daemon over UDP
URL : https://metacpan.org/release/Net-Statsd
License : GPL+ or Artistic
Description : 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.