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

Last updated: January 09,2025

1. Install "ghc-criterion.x86_64" package

Please follow the steps below to install ghc-criterion.x86_64 on Fedora 35

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

2. Uninstall "ghc-criterion.x86_64" package

This guide let you learn how to uninstall ghc-criterion.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 1:13:18 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ghc-criterion
Version : 1.5.9.0
Release : 8.fc35
Architecture : x86_64
Size : 267 k
Source : ghc-criterion-1.5.9.0-8.fc35.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
: .