How to Install and Uninstall ghc-criterion.x86_64 Package on Fedora 39

Last updated: October 10,2024

1. Install "ghc-criterion.x86_64" package

Please follow the guidelines below to install ghc-criterion.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install ghc-criterion.x86_64

2. Uninstall "ghc-criterion.x86_64" package

Learn how to uninstall ghc-criterion.x86_64 on Fedora 39:

$ sudo dnf remove ghc-criterion.x86_64 $ sudo dnf autoremove

3. Information about the ghc-criterion.x86_64 package on Fedora 39

Last metadata expiration check: 1:50:21 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ghc-criterion
Version : 1.6.1.0
Release : 16.fc39
Architecture : x86_64
Size : 238 k
Source : ghc-criterion-1.6.1.0-16.fc39.src.rpm
Repository : fedora
Summary : Robust, reliable performance measurement and analysis
URL : https://hackage.haskell.org/package/criterion
License : BSD-3-Clause
Description : This library provides a powerful but simple way to measure software
: performance. It provides both a framework for executing and analysing
: benchmarks and a set of driver functions that makes it easy to build and run
: benchmarks, and to analyse their results.
:
: The fastest way to get started is to read the
: , followed
: by the documentation and examples in the "Criterion.Main" module.
:
: For examples of the kinds of reports that criterion generates, see
: .