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

Last updated: April 29,2024

1. Install "libtest-refcount-perl" package

This is a short guide on how to install libtest-refcount-perl on Kali Linux

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

2. Uninstall "libtest-refcount-perl" package

Please follow the steps below to uninstall libtest-refcount-perl on Kali Linux:

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

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

Package: libtest-refcount-perl
Version: 0.10-4
Installed-Size: 29
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Recommends: libdevel-mat-dumper-perl
Size: 11700
SHA256: 211d0ce374c12516997ab73001122be6d364a3ac446f84243dc999413ded6461
SHA1: acaaefa460d0885e4b8df89e910405e07184cf91
MD5sum: b6125edd910cab5724ba4ab17621376e
Description: 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:
Homepage: https://metacpan.org/release/Test-Refcount
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libt/libtest-refcount-perl/libtest-refcount-perl_0.10-4_all.deb