How To Install ghc-lens-aeson-devel on Fedora 36

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

Introduction

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

What is ghc-lens-aeson-devel

This package provides the Haskell lens-aeson library development files.

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

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

sudo dnf -y install ghc-lens-aeson-devel

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

sudo yum -y install ghc-lens-aeson-devel

How To Uninstall ghc-lens-aeson-devel on Fedora 36

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

sudo dnf remove ghc-lens-aeson-devel

ghc-lens-aeson-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/lens-aeson-1.1.1
/usr/lib64/ghc-8.10.5/lens-aeson-1.1.1/Data
/usr/lib64/ghc-8.10.5/lens-aeson-1.1.1/Data/Aeson
/usr/lib64/ghc-8.10.5/lens-aeson-1.1.1/Data/Aeson/Lens.dyn_hi
/usr/lib64/ghc-8.10.5/lens-aeson-1.1.1/Data/Aeson/Lens.hi
/usr/lib64/ghc-8.10.5/lens-aeson-1.1.1/libHSlens-aeson-1.1.1-17lyHFO6qCVA0pE4g1lk9b.a
/usr/lib64/ghc-8.10.5/package.conf.d/lens-aeson-1.1.1.conf
/usr/share/doc/ghc-lens-aeson-devel
/usr/share/doc/ghc-lens-aeson-devel/AUTHORS.markdown
/usr/share/doc/ghc-lens-aeson-devel/CHANGELOG.markdown
/usr/share/doc/ghc-lens-aeson-devel/README.markdown

References

Summary

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