How To Install ghc-type-equality-devel on Fedora 36

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

Introduction

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

What is ghc-type-equality-devel

This package provides the Haskell type-equality library development files.

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

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

sudo dnf -y install ghc-type-equality-devel

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

sudo yum -y install ghc-type-equality-devel

How To Uninstall ghc-type-equality-devel on Fedora 36

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

sudo dnf remove ghc-type-equality-devel

ghc-type-equality-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/package.conf.d/type-equality-1.conf
/usr/lib64/ghc-8.10.5/type-equality-1
/usr/lib64/ghc-8.10.5/type-equality-1/Data
/usr/lib64/ghc-8.10.5/type-equality-1/Data/Type
/usr/lib64/ghc-8.10.5/type-equality-1/Data/Type/Equality
/usr/lib64/ghc-8.10.5/type-equality-1/Data/Type/Equality/Hetero.dyn_hi
/usr/lib64/ghc-8.10.5/type-equality-1/Data/Type/Equality/Hetero.hi
/usr/lib64/ghc-8.10.5/type-equality-1/libHStype-equality-1-6KeijnK9hJvDbmfLTepmBU.a

References

Summary

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