How To Install perl-Metrics-Any on Fedora 36

In this tutorial we learn how to install perl-Metrics-Any in Fedora 36. perl-Metrics-Any is Abstract collection of monitoring metrics

Introduction

In this tutorial we learn how to install perl-Metrics-Any on Fedora 36.

What is perl-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.

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

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

sudo dnf -y install perl-Metrics-Any

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

sudo yum -y install perl-Metrics-Any

How To Uninstall perl-Metrics-Any on Fedora 36

To uninstall only the perl-Metrics-Any package we can use the following command:

sudo dnf remove perl-Metrics-Any

perl-Metrics-Any Package Contents on Fedora 36

/usr/share/doc/perl-Metrics-Any
/usr/share/doc/perl-Metrics-Any/Changes
/usr/share/doc/perl-Metrics-Any/README
/usr/share/licenses/perl-Metrics-Any
/usr/share/licenses/perl-Metrics-Any/LICENSE
/usr/share/man/man3/Metrics::Any.3pm.gz
/usr/share/man/man3/Metrics::Any::Adapter.3pm.gz
/usr/share/man/man3/Metrics::Any::Adapter::File.3pm.gz
/usr/share/man/man3/Metrics::Any::Adapter::Null.3pm.gz
/usr/share/man/man3/Metrics::Any::Adapter::Stderr.3pm.gz
/usr/share/man/man3/Metrics::Any::Adapter::Tee.3pm.gz
/usr/share/man/man3/Metrics::Any::Adapter::Test.3pm.gz
/usr/share/man/man3/Metrics::Any::AdapterBase::Stored.3pm.gz
/usr/share/man/man3/Metrics::Any::Collector.3pm.gz
/usr/share/perl5/vendor_perl/Metrics
/usr/share/perl5/vendor_perl/Metrics/Any
/usr/share/perl5/vendor_perl/Metrics/Any.pm
/usr/share/perl5/vendor_perl/Metrics/Any/Adapter
/usr/share/perl5/vendor_perl/Metrics/Any/Adapter.pm
/usr/share/perl5/vendor_perl/Metrics/Any/Adapter/File.pm
/usr/share/perl5/vendor_perl/Metrics/Any/Adapter/Null.pm
/usr/share/perl5/vendor_perl/Metrics/Any/Adapter/Stderr.pm
/usr/share/perl5/vendor_perl/Metrics/Any/Adapter/Tee.pm
/usr/share/perl5/vendor_perl/Metrics/Any/Adapter/Test.pm
/usr/share/perl5/vendor_perl/Metrics/Any/AdapterBase
/usr/share/perl5/vendor_perl/Metrics/Any/AdapterBase/Stored.pm
/usr/share/perl5/vendor_perl/Metrics/Any/Collector.pm

References

Summary

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