How to Install and Uninstall heaptrack.x86_64 Package on Fedora 34

Last updated: October 06,2024

1. Install "heaptrack.x86_64" package

Please follow the step by step instructions below to install heaptrack.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install heaptrack.x86_64

2. Uninstall "heaptrack.x86_64" package

Please follow the step by step instructions below to uninstall heaptrack.x86_64 on Fedora 34:

$ sudo dnf remove heaptrack.x86_64 $ sudo dnf autoremove

3. Information about the heaptrack.x86_64 package on Fedora 34

Last metadata expiration check: 3:39:02 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : heaptrack
Version : 1.2.0
Release : 4.fc34
Architecture : x86_64
Size : 565 k
Source : heaptrack-1.2.0-4.fc34.src.rpm
Repository : fedora
Summary : A heap memory profiler for Linux
URL : https://cgit.kde.org/heaptrack.git/
License : GPLv2+
Description : Heaptrack traces all memory allocations and annotates these events with stack
: traces.Dedicated analysis tools then allow you to interpret the heap memory
: profile to:
: - find hotspots that need to be optimized to reduce the memory footprint of your
: application
: - find memory leaks, i.e. locations that allocate memory which is never
: deallocated
: - find allocation hotspots, i.e. code locations that trigger a lot of memory
: allocation calls
: - find temporary allocations, which are allocations that are directly followed
: by their deallocation