How To Install ghc-split-devel on Fedora 36

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

Introduction

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

What is ghc-split-devel

This package provides the Haskell split library development files.

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

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

sudo dnf -y install ghc-split-devel

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

sudo yum -y install ghc-split-devel

How To Uninstall ghc-split-devel on Fedora 36

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

sudo dnf remove ghc-split-devel

ghc-split-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/package.conf.d/split-0.2.3.4.conf
/usr/lib64/ghc-8.10.5/split-0.2.3.4
/usr/lib64/ghc-8.10.5/split-0.2.3.4/Data
/usr/lib64/ghc-8.10.5/split-0.2.3.4/Data/List
/usr/lib64/ghc-8.10.5/split-0.2.3.4/Data/List/Split
/usr/lib64/ghc-8.10.5/split-0.2.3.4/Data/List/Split.dyn_hi
/usr/lib64/ghc-8.10.5/split-0.2.3.4/Data/List/Split.hi
/usr/lib64/ghc-8.10.5/split-0.2.3.4/Data/List/Split/Internals.dyn_hi
/usr/lib64/ghc-8.10.5/split-0.2.3.4/Data/List/Split/Internals.hi
/usr/lib64/ghc-8.10.5/split-0.2.3.4/libHSsplit-0.2.3.4-9bcArGQAspn7wiU3tzsZKC.a
/usr/share/doc/ghc-split-devel
/usr/share/doc/ghc-split-devel/CHANGES
/usr/share/doc/ghc-split-devel/README

References

Summary

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