How To Install ghc-criterion-measurement on Fedora 36

In this tutorial we learn how to install ghc-criterion-measurement in Fedora 36. ghc-criterion-measurement is Haskell criterion-measurement library

Introduction

In this tutorial we learn how to install ghc-criterion-measurement on Fedora 36.

What is ghc-criterion-measurement

This package provides the Haskell criterion-measurement library.

We can use yum or dnf to install ghc-criterion-measurement on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-criterion-measurement.

Install ghc-criterion-measurement on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install ghc-criterion-measurement using dnf by running the following command:

sudo dnf -y install ghc-criterion-measurement

Install ghc-criterion-measurement on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ghc-criterion-measurement using yum by running the following command:

sudo yum -y install ghc-criterion-measurement

How To Uninstall ghc-criterion-measurement on Fedora 36

To uninstall only the ghc-criterion-measurement package we can use the following command:

sudo dnf remove ghc-criterion-measurement

ghc-criterion-measurement Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/ac7b6fc5de400a5efb69eaa418bc4989315096
/usr/lib64/libHScriterion-measurement-0.1.3.0-9VuRCidUSydFMPtFfmzBlx-ghc8.10.5.so
/usr/share/licenses/ghc-criterion-measurement
/usr/share/licenses/ghc-criterion-measurement/LICENSE

References

Summary

In this tutorial we learn how to install ghc-criterion-measurement on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).