How to Install and Uninstall flamegraph.noarch Package on Rocky Linux 9

Last updated: October 11,2024

1. Install "flamegraph.noarch" package

This guide covers the steps necessary to install flamegraph.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install flamegraph.noarch

2. Uninstall "flamegraph.noarch" package

Please follow the guidelines below to uninstall flamegraph.noarch on Rocky Linux 9:

$ sudo dnf remove flamegraph.noarch $ sudo dnf autoremove

3. Information about the flamegraph.noarch package on Rocky Linux 9

Last metadata expiration check: 1:57:14 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : flamegraph
Version : 1.0
Release : 12.20220917gitd9fcc27.el9
Architecture : noarch
Size : 30 k
Source : flamegraph-1.0-12.20220917gitd9fcc27.el9.src.rpm
Repository : epel
Summary : Stack trace visualizer
URL : http://www.brendangregg.com/flamegraphs.html
License : CDDL-1.0
Description : Flame graphs visualize profiled code. Stack samples can be captured
: using Linux perf_events, FreeBSD pmcstat (hwpmc), DTrace, SystemTap, and
: many other profilers. This package contains only the visualizer script,
: flamegraph.pl.