How To Install ghc-aeson-better-errors-devel on Fedora 36

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

Introduction

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

What is ghc-aeson-better-errors-devel

This package provides the Haskell aeson-better-errors library development files.

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

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

sudo dnf -y install ghc-aeson-better-errors-devel

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

sudo yum -y install ghc-aeson-better-errors-devel

How To Uninstall ghc-aeson-better-errors-devel on Fedora 36

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

sudo dnf remove ghc-aeson-better-errors-devel

ghc-aeson-better-errors-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/aeson-better-errors-0.9.1.0
/usr/lib64/ghc-8.10.5/aeson-better-errors-0.9.1.0/Data
/usr/lib64/ghc-8.10.5/aeson-better-errors-0.9.1.0/Data/Aeson
/usr/lib64/ghc-8.10.5/aeson-better-errors-0.9.1.0/Data/Aeson/BetterErrors
/usr/lib64/ghc-8.10.5/aeson-better-errors-0.9.1.0/Data/Aeson/BetterErrors.dyn_hi
/usr/lib64/ghc-8.10.5/aeson-better-errors-0.9.1.0/Data/Aeson/BetterErrors.hi
/usr/lib64/ghc-8.10.5/aeson-better-errors-0.9.1.0/Data/Aeson/BetterErrors/Internal.dyn_hi
/usr/lib64/ghc-8.10.5/aeson-better-errors-0.9.1.0/Data/Aeson/BetterErrors/Internal.hi
/usr/lib64/ghc-8.10.5/aeson-better-errors-0.9.1.0/Data/Aeson/BetterErrors/Utils.dyn_hi
/usr/lib64/ghc-8.10.5/aeson-better-errors-0.9.1.0/Data/Aeson/BetterErrors/Utils.hi
/usr/lib64/ghc-8.10.5/aeson-better-errors-0.9.1.0/libHSaeson-better-errors-0.9.1.0-IkmJ9Yhw6Gp7I1nQlxwyGz.a
/usr/lib64/ghc-8.10.5/package.conf.d/aeson-better-errors-0.9.1.0.conf
/usr/share/doc/ghc-aeson-better-errors-devel
/usr/share/doc/ghc-aeson-better-errors-devel/README.md

References

Summary

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