How to Install and Uninstall flamegraph.noarch Package on CentOS Stream 8

Last updated: July 02,2024

1. Install "flamegraph.noarch" package

This guide let you learn how to install flamegraph.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install flamegraph.noarch

2. Uninstall "flamegraph.noarch" package

Please follow the step by step instructions below to uninstall flamegraph.noarch on CentOS Stream 8:

$ sudo dnf remove flamegraph.noarch $ sudo dnf autoremove

3. Information about the flamegraph.noarch package on CentOS Stream 8

Last metadata expiration check: 1:15:07 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : flamegraph
Version : 1.0
Release : 12.20221102gitd9fcc27.20221102gitd9fcc27.el8
Architecture : noarch
Size : 31 k
Source : flamegraph-1.0-12.20221102gitd9fcc27.20221102gitd9fcc27.el8.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.