How To Install ghc-type-equality on Fedora 36

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

Introduction

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

What is ghc-type-equality

This package provides the Haskell type-equality library.

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

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

sudo dnf -y install ghc-type-equality

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

sudo yum -y install ghc-type-equality

How To Uninstall ghc-type-equality on Fedora 36

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

sudo dnf remove ghc-type-equality

ghc-type-equality Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/5358bb3cdf35a7322049296422fca18a5cab43
/usr/lib64/libHStype-equality-1-6KeijnK9hJvDbmfLTepmBU-ghc8.10.5.so
/usr/share/licenses/ghc-type-equality
/usr/share/licenses/ghc-type-equality/LICENSE

References

Summary

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