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

Last updated: September 20,2024

1. Install "libtest-weaken-perl" package

Here is a brief guide to show you how to install libtest-weaken-perl on Kali Linux

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

2. Uninstall "libtest-weaken-perl" package

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

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

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

Package: libtest-weaken-perl
Version: 3.022000-1.1
Installed-Size: 95
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 35636
SHA256: 9f7e007df396fc2610ecaaef343ced25adf855b9246edeea7f984cfd7537a64d
SHA1: e429dbdfa868e345977fc6464d92046bc81b8185
MD5sum: 3322a548c1c63923d8dcba3eeb5e8ba8
Description: Perl module to test that freed memory objects were actually freed
A memory leak occurs when a Perl data structure is destroyed but some of the
contents of that structure are not freed. Leaked memory is a useless
overhead. Leaks can significantly impact system performance. They can also
cause an application to abend due to lack of memory. In Perl, circular
references are a common cause of memory leaks. Circular references are
allowed in Perl, but data structures containing circular references will leak
memory unless the programmer takes specific measures to prevent leaks.
Preventive measures include weakening the references and arranging to break
the reference cycle just before the structure is destroyed. When using
circular references, it is easy to misdesign or misimplement a scheme for
preventing memory leaks. Mistakes of this kind have been hard to detect in a
test suite. Test::Weaken allows easy detection of unfreed Perl data and
allows you to examine the unfreed data, even data that would usually have
been made inaccessible.
Description-md5:
Homepage: http://search.cpan.org/dist/Test-Weaken/
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libt/libtest-weaken-perl/libtest-weaken-perl_3.022000-1.1_all.deb