How To Install perl-Test2-Plugin-MemUsage on Fedora 36

In this tutorial we learn how to install perl-Test2-Plugin-MemUsage in Fedora 36. perl-Test2-Plugin-MemUsage is Test2 plugin that collects and displays memory usage information

Introduction

In this tutorial we learn how to install perl-Test2-Plugin-MemUsage on Fedora 36.

What is perl-Test2-Plugin-MemUsage

This Test2 plugin will collect memory usage information from /proc/PID/status and display it for you when the test is done running.

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

Install perl-Test2-Plugin-MemUsage 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-Test2-Plugin-MemUsage using dnf by running the following command:

sudo dnf -y install perl-Test2-Plugin-MemUsage

Install perl-Test2-Plugin-MemUsage 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-Test2-Plugin-MemUsage using yum by running the following command:

sudo yum -y install perl-Test2-Plugin-MemUsage

How To Uninstall perl-Test2-Plugin-MemUsage on Fedora 36

To uninstall only the perl-Test2-Plugin-MemUsage package we can use the following command:

sudo dnf remove perl-Test2-Plugin-MemUsage

perl-Test2-Plugin-MemUsage Package Contents on Fedora 36

/usr/share/doc/perl-Test2-Plugin-MemUsage
/usr/share/doc/perl-Test2-Plugin-MemUsage/Changes
/usr/share/doc/perl-Test2-Plugin-MemUsage/README
/usr/share/licenses/perl-Test2-Plugin-MemUsage
/usr/share/licenses/perl-Test2-Plugin-MemUsage/LICENSE
/usr/share/man/man3/Test2::Plugin::MemUsage.3pm.gz
/usr/share/perl5/vendor_perl/Test2
/usr/share/perl5/vendor_perl/Test2/Plugin
/usr/share/perl5/vendor_perl/Test2/Plugin/MemUsage.pm

References

Summary

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