How to Install and Uninstall heaptrack.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: January 12,2025
1. Install "heaptrack.x86_64" package
Here is a brief guide to show you how to install heaptrack.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
heaptrack.x86_64
Copied
2. Uninstall "heaptrack.x86_64" package
Learn how to uninstall heaptrack.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
heaptrack.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the heaptrack.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 1:36:32 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : heaptrack
Version : 1.2.0
Release : 7.el8
Architecture : x86_64
Size : 562 k
Source : heaptrack-1.2.0-7.el8.src.rpm
Repository : epel
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
Available Packages
Name : heaptrack
Version : 1.2.0
Release : 7.el8
Architecture : x86_64
Size : 562 k
Source : heaptrack-1.2.0-7.el8.src.rpm
Repository : epel
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