How to Install and Uninstall libdevel-leak-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 12,2024

1. Install "libdevel-leak-perl" package

This tutorial shows how to install libdevel-leak-perl on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libdevel-leak-perl" package

In this section, we are going to explain the necessary steps to uninstall libdevel-leak-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libdevel-leak-perl package on Ubuntu 21.10 (Impish Indri)

Package: libdevel-leak-perl
Architecture: amd64
Version: 0.03-3build7
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 39
Depends: perl (>= 5.32.0-4), perlapi-5.32.0, libc6 (>= 2.4)
Filename: pool/universe/libd/libdevel-leak-perl/libdevel-leak-perl_0.03-3build7_amd64.deb
Size: 10056
MD5sum: b8892493ee84d8257b02028ecbf32f22
SHA1: e81846150d7e4b739d37c66e4c955c0fc6b6dc8d
SHA256: 40a23845c35040203355887157acc875044a120d3454c3a417045655dab70f60
SHA512: c470bc1e264d4b5eef7b11e5c25cae10aa69e8dcf9783c77effd61c769b80f0f375cd77df0d4a4dc730b49f7d18095648e0f230ad55ce9a67690e49a3cedfe60
Homepage: https://metacpan.org/release/Devel-Leak
Description-en: 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: de950fdc1bf9599d81c619159f15b7a9