How to Install and Uninstall leaktracer Package on Kali Linux

Last updated: May 10,2024

1. Install "leaktracer" package

This tutorial shows how to install leaktracer on Kali Linux

$ sudo apt update $ sudo apt install leaktracer

2. Uninstall "leaktracer" package

This tutorial shows how to uninstall leaktracer on Kali Linux:

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

3. Information about the leaktracer package on Kali Linux

Package: leaktracer
Version: 2.4-6.3
Installed-Size: 56
Maintainer: Yann Dirson
Architecture: amd64
Depends: gdb, libc6 (>= 2.33), libstdc++6 (>= 4.1.1), perl:any
Size: 20836
SHA256: 404ad686e34cc807959d63db62f5e6a86782fbf573a5aa0f7ab7a63593aed139
SHA1: c2b06746193b4b73c04ea34c5d6b78c5bdf25ebc
MD5sum: 995e9d3503b0475560f22d70e08f7034
Description: 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:
Tag: devel::debugger, devel::lang:c++, devel::library, devel::testing-qa,
interface::commandline, role::devel-lib, role::program, scope::utility
Section: devel
Priority: optional
Filename: pool/main/l/leaktracer/leaktracer_2.4-6.3_amd64.deb