How to Install and Uninstall gprof2dot.noarch Package on Fedora 38

Last updated: October 12,2024

1. Install "gprof2dot.noarch" package

This tutorial shows how to install gprof2dot.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install gprof2dot.noarch

2. Uninstall "gprof2dot.noarch" package

This is a short guide on how to uninstall gprof2dot.noarch on Fedora 38:

$ sudo dnf remove gprof2dot.noarch $ sudo dnf autoremove

3. Information about the gprof2dot.noarch package on Fedora 38

Last metadata expiration check: 1:30:56 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : gprof2dot
Version : 1.0
Release : 0.20.D20220729git944151e0b4.fc38.1
Architecture : noarch
Size : 139 k
Source : gprof2dot-1.0-0.20.D20220729git944151e0b4.fc38.1.src.rpm
Repository : fedora
Summary : Generate dot graphs from the output of several profilers
URL : https://github.com/jrfonseca/gprof2dot
License : LGPLv3+
Description :
: This is a Python script to convert the output from prof, gprof, oprofile,
: Shark, AQtime, and python profilers into a dot graph. It has the following
: features:
:
: * can correctly parse C++ template function names
: * allows to prune nodes and edges below a certain threshold
: * uses an heuristic to propagate time inside mutually recursive functions
: * uses color efficiently to draw attention to hot-spots