How to Install and Uninstall perl-Test-MemoryGrowth.noarch Package on Oracle Linux 9
Last updated: November 27,2024
1. Install "perl-Test-MemoryGrowth.noarch" package
Learn how to install perl-Test-MemoryGrowth.noarch on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
perl-Test-MemoryGrowth.noarch
Copied
2. Uninstall "perl-Test-MemoryGrowth.noarch" package
Please follow the steps below to uninstall perl-Test-MemoryGrowth.noarch on Oracle Linux 9:
$
sudo dnf remove
perl-Test-MemoryGrowth.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Test-MemoryGrowth.noarch package on Oracle Linux 9
Last metadata expiration check: 1:59:04 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Test-MemoryGrowth
Version : 0.04
Release : 6.el9
Architecture : noarch
Size : 25 k
Source : perl-Test-MemoryGrowth-0.04-6.el9.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.
Available Packages
Name : perl-Test-MemoryGrowth
Version : 0.04
Release : 6.el9
Architecture : noarch
Size : 25 k
Source : perl-Test-MemoryGrowth-0.04-6.el9.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.