How to Install and Uninstall libtest-memorygrowth-perl Package on Kali Linux

Last updated: May 11,2024

1. Install "libtest-memorygrowth-perl" package

In this section, we are going to explain the necessary steps to install libtest-memorygrowth-perl on Kali Linux

$ sudo apt update $ sudo apt install libtest-memorygrowth-perl

2. Uninstall "libtest-memorygrowth-perl" package

Please follow the step by step instructions below to uninstall libtest-memorygrowth-perl on Kali Linux:

$ sudo apt remove libtest-memorygrowth-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtest-memorygrowth-perl package on Kali Linux

Package: libtest-memorygrowth-perl
Version: 0.04-4
Installed-Size: 29
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Recommends: libdevel-mat-dumper-perl
Size: 11600
SHA256: 8eee75938e6ee3bdc3925bb6af7add4afa3a53b5a61a582ee3f98b772a907182
SHA1: 5c15f968e088493adbec5172af180fae9911bef2
MD5sum: 80e5f086f8e3457bc3088d3ecf318a04
Description: module to assert that code does not cause growth in memory usage
Test::MemoryGrowth 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.
.
The block of code will be run a large number of times (by default 10,000),
and the difference in memory usage by the process before and after is
compared. If the memory usage has now increased by more than one byte per
call, then the test fails.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Test-MemoryGrowth
Section: perl
Priority: optional
Filename: pool/main/libt/libtest-memorygrowth-perl/libtest-memorygrowth-perl_0.04-4_all.deb