How To Install ghc-ilist on Fedora 36

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

Introduction

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

What is ghc-ilist

This package provides the Haskell ilist library.

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

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

sudo dnf -y install ghc-ilist

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

sudo yum -y install ghc-ilist

How To Uninstall ghc-ilist on Fedora 36

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

sudo dnf remove ghc-ilist

ghc-ilist Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/c0d7684da095945f316ee98ae0cc3df64db073
/usr/lib64/libHSilist-0.4.0.1-5VSuJQsIrUSLwQ7dKoYrjt-ghc8.10.5.so
/usr/share/licenses/ghc-ilist
/usr/share/licenses/ghc-ilist/LICENSE

References

Summary

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