How To Install ghc-data-clist-devel on Fedora 36

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

Introduction

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

What is ghc-data-clist-devel

This package provides the Haskell data-clist library development files.

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

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

sudo dnf -y install ghc-data-clist-devel

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

sudo yum -y install ghc-data-clist-devel

How To Uninstall ghc-data-clist-devel on Fedora 36

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

sudo dnf remove ghc-data-clist-devel

ghc-data-clist-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/data-clist-0.1.2.3
/usr/lib64/ghc-8.10.5/data-clist-0.1.2.3/Data
/usr/lib64/ghc-8.10.5/data-clist-0.1.2.3/Data/CircularList.dyn_hi
/usr/lib64/ghc-8.10.5/data-clist-0.1.2.3/Data/CircularList.hi
/usr/lib64/ghc-8.10.5/data-clist-0.1.2.3/libHSdata-clist-0.1.2.3-GgwewHQH8AIV4Ds0XDZD5.a
/usr/lib64/ghc-8.10.5/package.conf.d/data-clist-0.1.2.3.conf

References

Summary

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