How To Install ghc-utility-ht on Fedora 36

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

Introduction

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

What is ghc-utility-ht

This package provides the Haskell utility-ht library.

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

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

sudo dnf -y install ghc-utility-ht

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

sudo yum -y install ghc-utility-ht

How To Uninstall ghc-utility-ht on Fedora 36

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

sudo dnf remove ghc-utility-ht

ghc-utility-ht Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/56bf82facef8e8ba627b4b902d3f37c7ab3fa6
/usr/lib64/libHSutility-ht-0.0.16-BmfXslFi4RB5xsxoGdyvJ8-ghc8.10.5.so
/usr/share/licenses/ghc-utility-ht
/usr/share/licenses/ghc-utility-ht/LICENSE

References

Summary

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