How To Install ghc-ghcid-prof on Fedora 36

In this tutorial we learn how to install ghc-ghcid-prof in Fedora 36. ghc-ghcid-prof is Haskell ghcid profiling library

Introduction

In this tutorial we learn how to install ghc-ghcid-prof on Fedora 36.

What is ghc-ghcid-prof

This package provides the Haskell ghcid profiling library.

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

Install ghc-ghcid-prof 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-ghcid-prof using dnf by running the following command:

sudo dnf -y install ghc-ghcid-prof

Install ghc-ghcid-prof 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-ghcid-prof using yum by running the following command:

sudo yum -y install ghc-ghcid-prof

How To Uninstall ghc-ghcid-prof on Fedora 36

To uninstall only the ghc-ghcid-prof package we can use the following command:

sudo dnf remove ghc-ghcid-prof

ghc-ghcid-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/ghcid-0.8.7/Language/Haskell/Ghcid.p_hi
/usr/lib64/ghc-8.10.5/ghcid-0.8.7/Language/Haskell/Ghcid/Escape.p_hi
/usr/lib64/ghc-8.10.5/ghcid-0.8.7/Language/Haskell/Ghcid/Parser.p_hi
/usr/lib64/ghc-8.10.5/ghcid-0.8.7/Language/Haskell/Ghcid/Types.p_hi
/usr/lib64/ghc-8.10.5/ghcid-0.8.7/Language/Haskell/Ghcid/Util.p_hi
/usr/lib64/ghc-8.10.5/ghcid-0.8.7/Paths_ghcid.p_hi
/usr/lib64/ghc-8.10.5/ghcid-0.8.7/libHSghcid-0.8.7-IZIaePLQJXp2kVST159p19_p.a

References

Summary

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