How to Install and Uninstall libheaptrack Package on Kali Linux

Last updated: May 08,2024

1. Install "libheaptrack" package

Please follow the instructions below to install libheaptrack on Kali Linux

$ sudo apt update $ sudo apt install libheaptrack

2. Uninstall "libheaptrack" package

Please follow the step by step instructions below to uninstall libheaptrack on Kali Linux:

$ sudo apt remove libheaptrack $ sudo apt autoclean && sudo apt autoremove

3. Information about the libheaptrack package on Kali Linux

Package: libheaptrack
Source: heaptrack
Version: 1.5.0+dfsg1-2
Installed-Size: 262
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: libc6 (>= 2.34), libdw1 (>= 0.158), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libunwind8
Size: 77112
SHA256: b94aef844ad7a9bdfbf439a714018d6c1f17399df847795850170112738d3888
SHA1: e5667ebf5dbe0dd739795231040bcdcf4b1469ff
MD5sum: 30999765593912a7c26aef79e92bbcba
Description: heap memory profiler for Linux
Heap memory usage profiler. It uses LD_PRELOAD to track all calls
to the core memory allocation functions and logs these occurrences.
Additionally, backtraces are obtained and logged. It can also
generate a historigram of allocation sizes over the number of
calls. Heaptrack measures the following:
.
* Heap memory consumption (like Massif).
* Number of calls to allocation functions (like callgrind).
* Total amount of memory allocated, ignoring deallocations.
* Leaked memory (like memcheck).
.
Heaptrack is notable for its ability to attach to running processes,
for consuming substantially less memory than Valgrind, and for not
reducing an application's interactivity as much as Valgrind does.
Heaptrack is useful for debugging memory leaks and memory ballooning.
.
The package contains the shared libraries.
Description-md5:
Homepage: https://github.com/KDE/heaptrack
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/h/heaptrack/libheaptrack_1.5.0+dfsg1-2_amd64.deb