How to Install and Uninstall libtest-valgrind-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "libtest-valgrind-perl" package

Learn how to install libtest-valgrind-perl on Ubuntu 21.10 (Impish Indri)

$ 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 Ubuntu 21.10 (Impish Indri):

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

3. Information about the libtest-valgrind-perl package on Ubuntu 21.10 (Impish Indri)

Package: libtest-valgrind-perl
Architecture: all
Version: 1.19-1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 207
Depends: perl, libenv-sanctify-perl, libfile-homedir-perl, libperl-destruct-level-perl, libxml-twig-perl, valgrind
Filename: pool/universe/libt/libtest-valgrind-perl/libtest-valgrind-perl_1.19-1_all.deb
Size: 90226
MD5sum: 93e70493b9076ad25e720365f4a68961
SHA1: ea2226bcfe5d65d6fcdccd698c781cd7c073a45c
SHA256: 6cc0303b02a6bf6d4f80cf97e4d3dd4836e4f50edec2640c165709513c202208
SHA512: 21b2636c20852e447d082d9280748dc6158448e7444149ef138189ce8ddea63c08a5496a93c363bec08991f7401ca818330f45100de35ae34a5cf24aeb98977c
Homepage: https://metacpan.org/release/Test-Valgrind
Description-en: 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: e6713431d2c536615e959cb1376d4121