How To Install ghc-haskell-src-meta on Fedora 36

In this tutorial we learn how to install ghc-haskell-src-meta in Fedora 36. ghc-haskell-src-meta is Parse source to template-haskell abstract syntax

Introduction

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

What is ghc-haskell-src-meta

The translation from haskell-src-exts abstract syntax to template-haskell abstract syntax isn’t 100% complete yet.

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

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

sudo dnf -y install ghc-haskell-src-meta

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

sudo yum -y install ghc-haskell-src-meta

How To Uninstall ghc-haskell-src-meta on Fedora 36

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

sudo dnf remove ghc-haskell-src-meta

ghc-haskell-src-meta Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/1012fca56be9af20b9e21e3e3ae71327912f41
/usr/lib64/libHShaskell-src-meta-0.8.7-3je3iJMDhUbBQLvn39bQBB-ghc8.10.5.so
/usr/share/licenses/ghc-haskell-src-meta
/usr/share/licenses/ghc-haskell-src-meta/LICENSE

References

Summary

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