How To Install ghc-microlens-ghc-prof on Fedora 36

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

Introduction

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

What is ghc-microlens-ghc-prof

This package provides the Haskell microlens-ghc profiling library.

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

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

sudo dnf -y install ghc-microlens-ghc-prof

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

sudo yum -y install ghc-microlens-ghc-prof

How To Uninstall ghc-microlens-ghc-prof on Fedora 36

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

sudo dnf remove ghc-microlens-ghc-prof

ghc-microlens-ghc-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/microlens-ghc-0.4.13/Lens/Micro/GHC.p_hi
/usr/lib64/ghc-8.10.5/microlens-ghc-0.4.13/Lens/Micro/GHC/Internal.p_hi
/usr/lib64/ghc-8.10.5/microlens-ghc-0.4.13/libHSmicrolens-ghc-0.4.13-48zqf4CXAJT1iw1DYvoq9p_p.a

References

Summary

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