How To Install ghc-haskell-src-exts-util on Fedora 36

In this tutorial we learn how to install ghc-haskell-src-exts-util in Fedora 36. ghc-haskell-src-exts-util is Helper functions for working with haskell-src-exts trees

Introduction

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

What is ghc-haskell-src-exts-util

A small suite of helper functions for working with haskell-src-exts - Free variables - Bound variables - Minimal (approximate) rebracketing of AST values such that prettyprint roundtrips.

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

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

sudo dnf -y install ghc-haskell-src-exts-util

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

sudo yum -y install ghc-haskell-src-exts-util

How To Uninstall ghc-haskell-src-exts-util on Fedora 36

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

sudo dnf remove ghc-haskell-src-exts-util

ghc-haskell-src-exts-util Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/059a6a12300ccdcdd8533cf9c93058643cfd7f
/usr/lib64/libHShaskell-src-exts-util-0.2.5-8NEqTDah7dNAMASAey4jjf-ghc8.10.5.so
/usr/share/licenses/ghc-haskell-src-exts-util
/usr/share/licenses/ghc-haskell-src-exts-util/LICENSE

References

Summary

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