How to Install and Uninstall gap-pkg-profiling.x86_64 Package on Fedora 39

Last updated: November 27,2024

1. Install "gap-pkg-profiling.x86_64" package

Please follow the steps below to install gap-pkg-profiling.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install gap-pkg-profiling.x86_64

2. Uninstall "gap-pkg-profiling.x86_64" package

This tutorial shows how to uninstall gap-pkg-profiling.x86_64 on Fedora 39:

$ sudo dnf remove gap-pkg-profiling.x86_64 $ sudo dnf autoremove

3. Information about the gap-pkg-profiling.x86_64 package on Fedora 39

Last metadata expiration check: 3:33:21 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : gap-pkg-profiling
Version : 2.5.4
Release : 2.fc39
Architecture : x86_64
Size : 84 k
Source : gap-pkg-profiling-2.5.4-2.fc39.src.rpm
Repository : fedora
Summary : Line by line profiling and code coverage for GAP
URL : https://gap-packages.github.io/profiling/
License : MIT AND LicenseRef-Fedora-Public-Domain
Description : This package provides line-by-line profiling of GAP, allowing both
: discovering which lines of code take the most time, and which lines of
: code are even executed.
:
: The main function provided by this package is
: OutputAnnotatedCodeCoverageFiles, which takes a previously generated
: profile (using ProfileLineByLine or CoverageLineByLine, both provided by
: the GAP library), and outputs human-readable HTML files.
:
: There is also OutputFlameGraph, which outputs a graphical diagram
: showing which functions took the most time during execution.