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

Last updated: May 13,2024

1. Install "libtest-memory-cycle-perl" package

Please follow the guidance below to install libtest-memory-cycle-perl on Kali Linux

$ sudo apt update $ sudo apt install libtest-memory-cycle-perl

2. Uninstall "libtest-memory-cycle-perl" package

This guide covers the steps necessary to uninstall libtest-memory-cycle-perl on Kali Linux:

$ sudo apt remove libtest-memory-cycle-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libtest-memory-cycle-perl
Version: 1.06-2
Installed-Size: 36
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libdevel-cycle-perl, libpadwalker-perl
Size: 11364
SHA256: 6a12653682346362e9791f5275677c57185880f750f7493184d5c96112eb59ba
SHA1: 61861820653f7be109f16a52e3bb9fd4556cf2af
MD5sum: 5f8982c036253f41415eb158567c9de7
Description: Perl module that verifies code hasn't left circular references
Test::Memory::Cycle checks for memory leaks and circular memory
references. It's a thin Test::More-compatible wrapper around Lincoln
Stein's Devel::Cycle module.
.
Perl's garbage collection has one big problem: Circular references
can't get cleaned up. A circular reference can be as simple as two
reference that refer to each other. Test::Memory::Cycle is built on
top of Devel::Cycle to give you an easy way to check for these
circular references. You can also use memory_cycle_exists() to make
sure that you have a cycle where you expect to have one.
Description-md5:
Homepage: https://metacpan.org/release/Test-Memory-Cycle
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libt/libtest-memory-cycle-perl/libtest-memory-cycle-perl_1.06-2_all.deb