How To Install ghc-template-haskell on Fedora 36

In this tutorial we learn how to install ghc-template-haskell in Fedora 36. ghc-template-haskell is Haskell template-haskell library

Introduction

In this tutorial we learn how to install ghc-template-haskell on Fedora 36.

What is ghc-template-haskell

This package provides the Haskell template-haskell library.

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

Install ghc-template-haskell 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-template-haskell using dnf by running the following command:

sudo dnf -y install ghc-template-haskell

Install ghc-template-haskell 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-template-haskell using yum by running the following command:

sudo yum -y install ghc-template-haskell

How To Uninstall ghc-template-haskell on Fedora 36

To uninstall only the ghc-template-haskell package we can use the following command:

sudo dnf remove ghc-template-haskell

ghc-template-haskell Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/d68bd89bdad2a0d44ab6bb29371f2bd8d9f888
/usr/lib64/libHStemplate-haskell-2.16.0.0-ghc8.10.5.so
/usr/share/licenses/ghc-template-haskell
/usr/share/licenses/ghc-template-haskell/LICENSE

References

Summary

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