How to Install and Uninstall libmetrics-any-perl Package on Kali Linux

Last updated: May 16,2024

1. Install "libmetrics-any-perl" package

Please follow the instructions below to install libmetrics-any-perl on Kali Linux

$ sudo apt update $ sudo apt install libmetrics-any-perl

2. Uninstall "libmetrics-any-perl" package

Here is a brief guide to show you how to uninstall libmetrics-any-perl on Kali Linux:

$ sudo apt remove libmetrics-any-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmetrics-any-perl package on Kali Linux

Package: libmetrics-any-perl
Version: 0.10-1
Installed-Size: 105
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libscalar-list-utils-perl
Size: 45828
SHA256: 33ea658a2da22b79aeb15595220db33e501a5d78d5181e48fe2bcf4f7a8a12b5
SHA1: 2e486821b937fdcfddb3f1174d0677b4e8f7cf6f
MD5sum: 4ba8757c78ace0e9fbc3d91aee51cb53
Description: abstract collection of monitoring metrics
Metrics::Any provides a central location for modules to report monitoring
metrics, such as counters of the number of times interesting events have
happened, and programs to collect up and send those metrics to monitoring
services.
.
Inspired by Log::Any, this module splits the overall problem into two sides.
Modules wishing to provide metrics for monitoring purposes can use the use
Metrics::Any statement to obtain a collector into which they can report
metric events. By default this collector doesn't actually do anything, so
modules can easily use it without adding extra specific dependencies for
specific reporting.
.
A program using one or more such modules can apply a different policy and
request a particular adapter implementation in order to actually report these
metrics to some external system, by using the use Metrics::Any::Adapter
statement.
Description-md5:
Homepage: https://metacpan.org/release/Metrics-Any
Section: perl
Priority: optional
Filename: pool/main/libm/libmetrics-any-perl/libmetrics-any-perl_0.10-1_all.deb