How to Install and Uninstall heaptrack-gui Package on Kali Linux

Last updated: May 02,2024

1. Install "heaptrack-gui" package

Please follow the guidelines below to install heaptrack-gui on Kali Linux

$ sudo apt update $ sudo apt install heaptrack-gui

2. Uninstall "heaptrack-gui" package

Please follow the guidance below to uninstall heaptrack-gui on Kali Linux:

$ sudo apt remove heaptrack-gui $ sudo apt autoclean && sudo apt autoremove

3. Information about the heaptrack-gui package on Kali Linux

Package: heaptrack-gui
Source: heaptrack
Version: 1.5.0+dfsg1-2
Installed-Size: 1465
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: kio, libboost-filesystem1.83.0 (>= 1.83.0), libboost-iostreams1.83.0 (>= 1.83.0), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libkchart2 (>= 2.6.0), libkf5configcore5 (>= 4.97.0), libkf5configwidgets5 (>= 4.96.0), libkf5coreaddons5 (>= 5.16.0), libkf5i18n5 (>= 4.97.0), libkf5iconthemes5 (>= 4.96.0), libkf5kiowidgets5 (>= 5.69.0), libkf5threadweaver5 (>= 4.98.0), libkf5widgetsaddons5 (>= 5.16.0), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.7.0) | libqt5gui5-gles (>= 5.7.0), libqt5svg5 (>= 5.6.0~beta), libqt5widgets5 (>= 5.11.0~rc1), libstdc++6 (>= 13.1)
Size: 416828
SHA256: 5e01a4ae2add6f935bec577efa3cde522c16c951adb27ddb8efbb0c09a4bed0b
SHA1: e5c4b22d13b8edeecbd796f594676237a9e2cc76
MD5sum: 5ac2c30d78f33e49609d859934dec73e
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 GUI for data analysis.
Description-md5:
Homepage: https://github.com/KDE/heaptrack
Tag: uitoolkit::qt
Section: devel
Priority: optional
Filename: pool/main/h/heaptrack/heaptrack-gui_1.5.0+dfsg1-2_amd64.deb