How To Install perl-Test-Metrics-Any on Fedora 36

In this tutorial we learn how to install perl-Test-Metrics-Any in Fedora 36. perl-Test-Metrics-Any is Assert that code produces metrics via Metrics

Introduction

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

What is perl-Test-Metrics-Any

This test module helps write unit tests which assert that the code under test reports metrics via Metrics

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

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

sudo dnf -y install perl-Test-Metrics-Any

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

sudo yum -y install perl-Test-Metrics-Any

How To Uninstall perl-Test-Metrics-Any on Fedora 36

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

sudo dnf remove perl-Test-Metrics-Any

perl-Test-Metrics-Any Package Contents on Fedora 36

/usr/share/doc/perl-Test-Metrics-Any
/usr/share/doc/perl-Test-Metrics-Any/Changes
/usr/share/doc/perl-Test-Metrics-Any/README
/usr/share/licenses/perl-Test-Metrics-Any
/usr/share/licenses/perl-Test-Metrics-Any/LICENSE
/usr/share/man/man3/Test::Metrics::Any.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/Metrics
/usr/share/perl5/vendor_perl/Test/Metrics/Any.pm

References

Summary

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