How To Install ghc-dhall on Fedora 36

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

Introduction

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

What is ghc-dhall

This package provides the Haskell dhall shared library.

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

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

sudo dnf -y install ghc-dhall

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

sudo yum -y install ghc-dhall

How To Uninstall ghc-dhall on Fedora 36

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

sudo dnf remove ghc-dhall

ghc-dhall Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/18
/usr/lib/.build-id/18/71c1a4962b770db270fbdae7e28381a913484b
/usr/lib64/libHSdhall-1.39.0-4RzI1E4lyggKSfQIcmu4Eq-ghc8.10.5.so

References

Summary

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