How to Install and Uninstall libtest-valgrind-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "libtest-valgrind-perl" package

This guide let you learn how to install libtest-valgrind-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libtest-valgrind-perl" package

Please follow the step by step instructions below to uninstall libtest-valgrind-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libtest-valgrind-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libtest-valgrind-perl
Priority: optional
Section: universe/perl
Installed-Size: 206
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.18-2
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.18-2_all.deb
Size: 90064
MD5sum: 83a2b5e85990222d605e09de4ce54c30
SHA1: 6d02a5e932a2c85967a92e4c7ee1054cbd0eeb12
SHA256: 37c0354d68120cd740660f8f6570b87da6049077d30b4c9b0d15d98c565a849c
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
Homepage: https://metacpan.org/release/Test-Valgrind
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu