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

Last updated: May 02,2024

1. Install "libtest-valgrind-perl" package

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

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

2. Uninstall "libtest-valgrind-perl" package

This tutorial shows how to uninstall libtest-valgrind-perl on Kali Linux:

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

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

Package: libtest-valgrind-perl
Version: 1.19-5
Installed-Size: 231
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libenv-sanctify-perl, libfile-homedir-perl, libperl-destruct-level-perl, libxml-twig-perl, valgrind
Size: 88760
SHA256: f928c8834af173393c1a3ccda820eb5981fe9f4944be6554a85133be48efc2cb
SHA1: 13cc6a0b0d2ceb1df53f651c65a54c595e0be615
MD5sum: b73b72560168f212dc9d30044fb94f0a
Description: module to test Perl code through valgrind
Test::Valgrind is a module that lets you run Perl code through the memcheck
tool of the Valgrind Memory Debugger, to test it for memory errors and leaks.
.
Due to the nature of perl's memory allocator, this module can't track leaks
of Perl objects. This includes non-mortalized scalars and memory cycles.
However, it can track leaks of chunks of memory allocated in XS extensions
with Newx and friends or malloc. As such, it's complementary to the other
very good leak detectors such as Test::LeakTrace.
.
Additionally, this module can run arbitrary commands (not just Perl code)
and provide output compliant with Perl's Test Anything Protocol (TAP).
This means that any executable can be run under valgrind and incorporated
into your testsuite.
Description-md5:
Homepage: https://metacpan.org/release/Test-Valgrind
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/libt/libtest-valgrind-perl/libtest-valgrind-perl_1.19-5_all.deb