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

Last updated: April 29,2024

1. Install "libtest-refcount-perl" package

Here is a brief guide to show you how to install libtest-refcount-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libtest-refcount-perl" package

Learn how to uninstall libtest-refcount-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libtest-refcount-perl
Priority: optional
Section: universe/perl
Installed-Size: 27
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.08-3
Depends: perl
Filename: pool/universe/libt/libtest-refcount-perl/libtest-refcount-perl_0.08-3_all.deb
Size: 10710
MD5sum: 3c6e3329fa4f09271ca523be1211c5f5
SHA1: 6e12bfe2eb5e9b0b0e0060a22b2f9b7dd6ab048c
SHA256: af2d7ce936f0b15906152bb8c4f3e61f0e4e81b6ed1b60290ff67109664d4592
Description-en: Perl module to assert reference counts
Test::Refcount asserts that an object's reference count is as expected. Since
Perl's automatic memory management algorithm uses reference counting to keep
track of which 'things' (ie, scalars, objects, etc.) are in use, problems
like circular references (where a variable points to itself) can prevent Perl
from properly freeing them.
.
If the assertion fails; that is, if the actual reference count is different
to what was expected, a trace of references to the object is printed, using
the Devel::FindRef module. It is probably most useful as part of a
comprehensive module author test suite.
Description-md5: 718652f3a84aa6779f409701ae0bf6ad
Homepage: https://metacpan.org/release/Test-Refcount
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu