How to Install and Uninstall perl-Test-MemoryGrowth.noarch Package on Oracle Linux 8
Last updated: November 01,2024
1. Install "perl-Test-MemoryGrowth.noarch" package
Here is a brief guide to show you how to install perl-Test-MemoryGrowth.noarch on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
perl-Test-MemoryGrowth.noarch
Copied
2. Uninstall "perl-Test-MemoryGrowth.noarch" package
This is a short guide on how to uninstall perl-Test-MemoryGrowth.noarch on Oracle Linux 8:
$
sudo dnf remove
perl-Test-MemoryGrowth.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Test-MemoryGrowth.noarch package on Oracle Linux 8
Last metadata expiration check: 1:58:58 ago on Mon Sep 12 02:51:38 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.
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.