How to Install and Uninstall libdevel-leak-perl Package on Kali Linux

Last updated: May 13,2024

1. Install "libdevel-leak-perl" package

Please follow the guidance below to install libdevel-leak-perl on Kali Linux

$ sudo apt update $ sudo apt install libdevel-leak-perl

2. Uninstall "libdevel-leak-perl" package

This guide covers the steps necessary to uninstall libdevel-leak-perl on Kali Linux:

$ sudo apt remove libdevel-leak-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdevel-leak-perl package on Kali Linux

Package: libdevel-leak-perl
Source: libdevel-leak-perl (0.03-4)
Version: 0.03-4+b2
Installed-Size: 40
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.4)
Size: 9820
SHA256: 528b3a4f015233211be7025d26c18b033d181854e3df61ac185f47bdf64f5205
SHA1: 4a0baf62a725550f7ef40549033bf9f4d13f3900
MD5sum: ea2ddc23f590b4f66d084cf0745631d3
Description: utility for looking for perl objects that are not reclaimed
Devel::Leak has two functions: NoteSV and CheckSV.
.
NoteSV walks the perl internal table of allocated SVs (scalar values) - (which
actually contains arrays and hashes too), and records their addresses in a
table. It returns a count of these "things", and stores a pointer to the
table (which is obtained from the heap using malloc()) in its argument.
.
CheckSV is passed argument which holds a pointer to a table created by
NoteSV. It re-walks the perl-internals and calls sv_dump() for any "things"
which did not exist when NoteSV was called. It returns a count of the number
of "things" now allocated.
Description-md5:
Homepage: https://metacpan.org/release/Devel-Leak
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libd/libdevel-leak-perl/libdevel-leak-perl_0.03-4+b2_amd64.deb