How to Install and Uninstall libtest-memory-cycle-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 13,2024

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

Please follow the steps below to install libtest-memory-cycle-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Please follow the guidance below to uninstall libtest-memory-cycle-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libtest-memory-cycle-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libtest-memory-cycle-perl
Priority: optional
Section: universe/perl
Installed-Size: 34
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.06-1
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
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
Homepage: https://metacpan.org/release/Test-Memory-Cycle
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu