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

Last updated: October 05,2024

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

Please follow the instructions below to install gap-pkg-profiling.x86_64 on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 0:18:43 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : gap-pkg-profiling
Version : 2.4.1
Release : 1.fc34
Architecture : x86_64
Size : 77 k
Source : gap-pkg-profiling-2.4.1-1.fc34.src.rpm
Repository : fedora
Summary : Line by line profiling and code coverage for GAP
URL : http://gap-packages.github.io/profiling/
License : MIT and 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.