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

Last updated: October 10,2024

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

Learn how to install perl-Net-Statsd.noarch on Fedora 34

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

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

Please follow the instructions below to uninstall perl-Net-Statsd.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:30:41 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Net-Statsd
Version : 0.12
Release : 15.fc34
Architecture : noarch
Size : 25 k
Source : perl-Net-Statsd-0.12-15.fc34.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.