How to Install and Uninstall ghc-split.x86_64 Package on Oracle Linux 9

Last updated: July 03,2024

1. Install "ghc-split.x86_64" package

Please follow the step by step instructions below to install ghc-split.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install ghc-split.x86_64

2. Uninstall "ghc-split.x86_64" package

This tutorial shows how to uninstall ghc-split.x86_64 on Oracle Linux 9:

$ sudo dnf remove ghc-split.x86_64 $ sudo dnf autoremove

3. Information about the ghc-split.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:05:29 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ghc-split
Version : 0.2.3.4
Release : 7.el9
Architecture : x86_64
Size : 29 k
Source : ghc-split-0.2.3.4-7.el9.src.rpm
Repository : epel
Summary : Combinator library for splitting lists
URL : https://hackage.haskell.org/package/split
License : BSD
Description : A collection of various methods for splitting lists into parts, akin to the
: "split" function found in several mainstream languages. Here is its tale:
:
: Once upon a time the standard "Data.List" module held no function for splitting
: a list into parts according to a delimiter. Many a brave lambda-knight strove
: to add such a function, but their striving was in vain, for Lo, the Supreme
: Council fell to bickering amongst themselves what was to be the essential
: nature of the One True Function which could cleave a list in twain (or thrain,
: or any required number of parts).
:
: And thus came to pass the split package, comprising divers functions for
: splitting a list asunder, each according to its nature. And the Supreme Council
: had no longer any grounds for argument, for the favored method of each was
: contained therein.
:
: To get started, see the "Data.List.Split" module.