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

In this tutorial we learn how to install ghc-microlens-ghc-devel in Fedora 36. ghc-microlens-ghc-devel is Haskell microlens-ghc library development files

Introduction

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

What is ghc-microlens-ghc-devel

This package provides the Haskell microlens-ghc library development files.

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

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

sudo dnf -y install ghc-microlens-ghc-devel

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

sudo yum -y install ghc-microlens-ghc-devel

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

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

sudo dnf remove ghc-microlens-ghc-devel

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

/usr/lib64/ghc-8.10.5/microlens-ghc-0.4.13
/usr/lib64/ghc-8.10.5/microlens-ghc-0.4.13/Lens
/usr/lib64/ghc-8.10.5/microlens-ghc-0.4.13/Lens/Micro
/usr/lib64/ghc-8.10.5/microlens-ghc-0.4.13/Lens/Micro/GHC
/usr/lib64/ghc-8.10.5/microlens-ghc-0.4.13/Lens/Micro/GHC.dyn_hi
/usr/lib64/ghc-8.10.5/microlens-ghc-0.4.13/Lens/Micro/GHC.hi
/usr/lib64/ghc-8.10.5/microlens-ghc-0.4.13/Lens/Micro/GHC/Internal.dyn_hi
/usr/lib64/ghc-8.10.5/microlens-ghc-0.4.13/Lens/Micro/GHC/Internal.hi
/usr/lib64/ghc-8.10.5/microlens-ghc-0.4.13/libHSmicrolens-ghc-0.4.13-48zqf4CXAJT1iw1DYvoq9p.a
/usr/lib64/ghc-8.10.5/package.conf.d/microlens-ghc-0.4.13.conf
/usr/share/doc/ghc-microlens-ghc-devel
/usr/share/doc/ghc-microlens-ghc-devel/CHANGELOG.md

References

Summary

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