How To Install ghc-ilist-devel on Fedora 36

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

Introduction

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

What is ghc-ilist-devel

This package provides the Haskell ilist library development files.

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

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

sudo dnf -y install ghc-ilist-devel

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

sudo yum -y install ghc-ilist-devel

How To Uninstall ghc-ilist-devel on Fedora 36

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

sudo dnf remove ghc-ilist-devel

ghc-ilist-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/ilist-0.4.0.1
/usr/lib64/ghc-8.10.5/ilist-0.4.0.1/Data
/usr/lib64/ghc-8.10.5/ilist-0.4.0.1/Data/List
/usr/lib64/ghc-8.10.5/ilist-0.4.0.1/Data/List/Index.dyn_hi
/usr/lib64/ghc-8.10.5/ilist-0.4.0.1/Data/List/Index.hi
/usr/lib64/ghc-8.10.5/ilist-0.4.0.1/libHSilist-0.4.0.1-5VSuJQsIrUSLwQ7dKoYrjt.a
/usr/lib64/ghc-8.10.5/package.conf.d/ilist-0.4.0.1.conf

References

Summary

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