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

In this tutorial we learn how to install ghc-th-expand-syns in Fedora 36. ghc-th-expand-syns is Expands type synonyms in Template Haskell ASTs

Introduction

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

What is ghc-th-expand-syns

Expands type synonyms in Template Haskell ASTs.

We can use yum or dnf to install ghc-th-expand-syns 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.

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

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

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

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

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

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

sudo dnf remove ghc-th-expand-syns

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

/usr/lib/.build-id
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/1e066be4cd2a3736edaca5a2ef66a138fbf41d
/usr/lib64/libHSth-expand-syns-0.4.8.0-2KEFObF57v6HBlUNJtAzhi-ghc8.10.5.so
/usr/share/licenses/ghc-th-expand-syns
/usr/share/licenses/ghc-th-expand-syns/LICENSE

References

Summary

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