How to Install and Uninstall libtest-memory-cycle-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 13,2024

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

Learn how to install libtest-memory-cycle-perl on Ubuntu 21.10 (Impish Indri)

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

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

This tutorial shows how to uninstall libtest-memory-cycle-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libtest-memory-cycle-perl package on Ubuntu 21.10 (Impish Indri)

Package: libtest-memory-cycle-perl
Architecture: all
Version: 1.06-1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 34
Depends: perl, libdevel-cycle-perl, libpadwalker-perl
Filename: pool/universe/libt/libtest-memory-cycle-perl/libtest-memory-cycle-perl_1.06-1_all.deb
Size: 10372
MD5sum: c6515e94c44a91d7a778674e57866871
SHA1: 651a770d007863fc3078f80782877e565e11e519
SHA256: 606f7a78e4cbfee5b1e8711fd4f996eec7f584bae3b6e745466e84e42292bd27
SHA512: 59ff471e570707f6fa92cdf44c8827d8e7c7a1838516f9b097a06ba56c84fc5bc42396e780da48d674c40980960339f30e39be0e754b64ec15752f556e00ccb4
Homepage: https://metacpan.org/release/Test-Memory-Cycle
Description-en: 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: bd48d7e7c3d475b47b6b0c0a042e08bc