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

Last updated: May 21,2024

1. Install "libtest-leaktrace-perl" package

Please follow the step by step instructions below to install libtest-leaktrace-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libtest-leaktrace-perl" package

This guide covers the steps necessary to uninstall libtest-leaktrace-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libtest-leaktrace-perl
Priority: optional
Section: universe/perl
Installed-Size: 72
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.15-1build1
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.14)
Filename: pool/universe/libt/libtest-leaktrace-perl/libtest-leaktrace-perl_0.15-1build1_amd64.deb
Size: 19628
MD5sum: 871dfb14a23926a4a66d66d0d20ab9a0
SHA1: 9f327e09a010ad228f2d047d6d9aa5f10df69b70
SHA256: 918337e4fbbe29619d44cc6f9757677283e8c844afff34210fcd12f96bedebf1
Description-en: Perl test module for tracing memory leaks
Test::LeakTrace provides several functions that detect and trace memory leaks.
This module scans arenas, the memory allocation system, so it can detect any
leaked scalar values (SVs) in given blocks. Leaked SVs are those which are not
released after the end of the scope they have been created, including internal
caches and global variables.
Description-md5: 44f7d84b31d908d4dea79804cb924f77
Homepage: https://metacpan.org/release/Test-LeakTrace
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu