How To Install ghc-kan-extensions-prof on Fedora 36

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

Introduction

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

What is ghc-kan-extensions-prof

This package provides the Haskell kan-extensions profiling library.

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

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

sudo dnf -y install ghc-kan-extensions-prof

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

sudo yum -y install ghc-kan-extensions-prof

How To Uninstall ghc-kan-extensions-prof on Fedora 36

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

sudo dnf remove ghc-kan-extensions-prof

ghc-kan-extensions-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/kan-extensions-5.2.3/Control/Comonad/Density.p_hi
/usr/lib64/ghc-8.10.5/kan-extensions-5.2.3/Control/Monad/Co.p_hi
/usr/lib64/ghc-8.10.5/kan-extensions-5.2.3/Control/Monad/Codensity.p_hi
/usr/lib64/ghc-8.10.5/kan-extensions-5.2.3/Data/Functor/Contravariant/Coyoneda.p_hi
/usr/lib64/ghc-8.10.5/kan-extensions-5.2.3/Data/Functor/Contravariant/Day.p_hi
/usr/lib64/ghc-8.10.5/kan-extensions-5.2.3/Data/Functor/Contravariant/Yoneda.p_hi
/usr/lib64/ghc-8.10.5/kan-extensions-5.2.3/Data/Functor/Coyoneda.p_hi
/usr/lib64/ghc-8.10.5/kan-extensions-5.2.3/Data/Functor/Day.p_hi
/usr/lib64/ghc-8.10.5/kan-extensions-5.2.3/Data/Functor/Day/Curried.p_hi
/usr/lib64/ghc-8.10.5/kan-extensions-5.2.3/Data/Functor/Invariant/Day.p_hi
/usr/lib64/ghc-8.10.5/kan-extensions-5.2.3/Data/Functor/Kan/Lan.p_hi
/usr/lib64/ghc-8.10.5/kan-extensions-5.2.3/Data/Functor/Kan/Ran.p_hi
/usr/lib64/ghc-8.10.5/kan-extensions-5.2.3/Data/Functor/Yoneda.p_hi
/usr/lib64/ghc-8.10.5/kan-extensions-5.2.3/libHSkan-extensions-5.2.3-1y5gVnSWGUcEYN2jSLFm4k_p.a

References

Summary

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