How to Install and Uninstall leaktracer Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "leaktracer" package

Please follow the guidelines below to install leaktracer on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install leaktracer

2. Uninstall "leaktracer" package

This guide let you learn how to uninstall leaktracer on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove leaktracer $ sudo apt autoclean && sudo apt autoremove

3. Information about the leaktracer package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: leaktracer
Priority: optional
Section: universe/devel
Installed-Size: 116
Maintainer: Yann Dirson
Architecture: amd64
Version: 2.4-5
Depends: gdb, libc6 (>= 2.3.4-1), libgcc1 (>= 1:4.0.2), libstdc++6 (>= 4.0.2-3), perl
Filename: pool/universe/l/leaktracer/leaktracer_2.4-5_amd64.deb
Size: 21410
MD5sum: 7302f9175cc11a2d98bfc60c99d2c217
SHA1: a5155f719569a993a18a32b85ca0b8a0dfc02e86
SHA256: a96752f5aee08f6429b0d3db152e8fc80650d2a5ff590dbfe806099ae1f7371a
Description-en: Simple and efficient memory-leak tracer for C++ programs
LeakTracer traces calls to new and delete, and reports
inconsistencies in the C++-level memory-management.
.
It has limitations (eg. when you override the new and delete
operators yourself), but is very easy to use (eg. compared to more
complete tools like mpatrol), traces the C++ level (unlike most other
tools), and gives pretty good results.
.
It uses gdb to display source-file information.
Description-md5: a455b760fc59642c8e1bc4b3668e947d
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu