How To Install ghc-th-abstraction-devel on Fedora 36

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

Introduction

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

What is ghc-th-abstraction-devel

This package provides the Haskell th-abstraction library development files.

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

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

sudo dnf -y install ghc-th-abstraction-devel

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

sudo yum -y install ghc-th-abstraction-devel

How To Uninstall ghc-th-abstraction-devel on Fedora 36

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

sudo dnf remove ghc-th-abstraction-devel

ghc-th-abstraction-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/package.conf.d/th-abstraction-0.4.2.0.conf
/usr/lib64/ghc-8.10.5/th-abstraction-0.4.2.0
/usr/lib64/ghc-8.10.5/th-abstraction-0.4.2.0/Language
/usr/lib64/ghc-8.10.5/th-abstraction-0.4.2.0/Language/Haskell
/usr/lib64/ghc-8.10.5/th-abstraction-0.4.2.0/Language/Haskell/TH
/usr/lib64/ghc-8.10.5/th-abstraction-0.4.2.0/Language/Haskell/TH/Datatype
/usr/lib64/ghc-8.10.5/th-abstraction-0.4.2.0/Language/Haskell/TH/Datatype.dyn_hi
/usr/lib64/ghc-8.10.5/th-abstraction-0.4.2.0/Language/Haskell/TH/Datatype.hi
/usr/lib64/ghc-8.10.5/th-abstraction-0.4.2.0/Language/Haskell/TH/Datatype/Internal.dyn_hi
/usr/lib64/ghc-8.10.5/th-abstraction-0.4.2.0/Language/Haskell/TH/Datatype/Internal.hi
/usr/lib64/ghc-8.10.5/th-abstraction-0.4.2.0/Language/Haskell/TH/Datatype/TyVarBndr.dyn_hi
/usr/lib64/ghc-8.10.5/th-abstraction-0.4.2.0/Language/Haskell/TH/Datatype/TyVarBndr.hi
/usr/lib64/ghc-8.10.5/th-abstraction-0.4.2.0/libHSth-abstraction-0.4.2.0-5X2XqBZ7rCLBwJXut5dQBZ.a
/usr/share/doc/ghc-th-abstraction-devel
/usr/share/doc/ghc-th-abstraction-devel/ChangeLog.md
/usr/share/doc/ghc-th-abstraction-devel/README.md

References

Summary

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