How To Install ghc-th-expand-syns-devel on Fedora 36

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

Introduction

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

What is ghc-th-expand-syns-devel

This package provides the Haskell th-expand-syns library development files.

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

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

sudo dnf -y install ghc-th-expand-syns-devel

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

sudo yum -y install ghc-th-expand-syns-devel

How To Uninstall ghc-th-expand-syns-devel on Fedora 36

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

sudo dnf remove ghc-th-expand-syns-devel

ghc-th-expand-syns-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/package.conf.d/th-expand-syns-0.4.8.0.conf
/usr/lib64/ghc-8.10.5/th-expand-syns-0.4.8.0
/usr/lib64/ghc-8.10.5/th-expand-syns-0.4.8.0/Language
/usr/lib64/ghc-8.10.5/th-expand-syns-0.4.8.0/Language/Haskell
/usr/lib64/ghc-8.10.5/th-expand-syns-0.4.8.0/Language/Haskell/TH
/usr/lib64/ghc-8.10.5/th-expand-syns-0.4.8.0/Language/Haskell/TH/ExpandSyns
/usr/lib64/ghc-8.10.5/th-expand-syns-0.4.8.0/Language/Haskell/TH/ExpandSyns.dyn_hi
/usr/lib64/ghc-8.10.5/th-expand-syns-0.4.8.0/Language/Haskell/TH/ExpandSyns.hi
/usr/lib64/ghc-8.10.5/th-expand-syns-0.4.8.0/Language/Haskell/TH/ExpandSyns/SemigroupCompat.dyn_hi
/usr/lib64/ghc-8.10.5/th-expand-syns-0.4.8.0/Language/Haskell/TH/ExpandSyns/SemigroupCompat.hi
/usr/lib64/ghc-8.10.5/th-expand-syns-0.4.8.0/libHSth-expand-syns-0.4.8.0-2KEFObF57v6HBlUNJtAzhi.a
/usr/share/doc/ghc-th-expand-syns-devel
/usr/share/doc/ghc-th-expand-syns-devel/changelog.markdown

References

Summary

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