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

Last updated: July 01,2024

1. Install "ghc-criterion.x86_64" package

Please follow the guidance below to install ghc-criterion.x86_64 on Fedora 34

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

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

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

Last metadata expiration check: 2:03:12 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-criterion
Version : 1.5.6.2
Release : 6.fc34
Architecture : x86_64
Size : 273 k
Source : ghc-criterion-1.5.6.2-6.fc34.src.rpm
Repository : fedora
Summary : Robust, reliable performance measurement and analysis
URL : https://hackage.haskell.org/package/criterion
License : BSD
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
: .