How to Install and Uninstall perl-Test-MemoryGrowth.noarch Package on Rocky Linux 8

Last updated: May 17,2024

1. Install "perl-Test-MemoryGrowth.noarch" package

This guide let you learn how to install perl-Test-MemoryGrowth.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install perl-Test-MemoryGrowth.noarch

2. Uninstall "perl-Test-MemoryGrowth.noarch" package

Learn how to uninstall perl-Test-MemoryGrowth.noarch on Rocky Linux 8:

$ sudo dnf remove perl-Test-MemoryGrowth.noarch $ sudo dnf autoremove

3. Information about the perl-Test-MemoryGrowth.noarch package on Rocky Linux 8

Last metadata expiration check: 0:37:29 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Test-MemoryGrowth
Version : 0.03
Release : 5.el8
Architecture : noarch
Size : 24 k
Source : perl-Test-MemoryGrowth-0.03-5.el8.src.rpm
Repository : epel
Summary : Assert that code does not cause growth in memory usage
URL : https://metacpan.org/release/Test-MemoryGrowth
License : GPL+ or Artistic
Description : This module provides a function to check that a given block of code does
: not result in the process consuming extra memory once it has finished.
: Despite the name of this module it does not, in the strictest sense of the
: word, test for a memory leak: that term is specifically applied to cases
: where memory has been allocated but all record of it has been lost, so it
: cannot possibly be reclaimed. While the method employed by this module can
: detect such bugs, it can also detect cases where memory is still referenced
: and reachable, but the usage has grown more than would be expected or
: necessary.