How to Install and Uninstall ghc-split.x86_64 Package on Fedora 34

Last updated: September 22,2024

1. Install "ghc-split.x86_64" package

Please follow the guidelines below to install ghc-split.x86_64 on Fedora 34

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

2. Uninstall "ghc-split.x86_64" package

Please follow the step by step instructions below to uninstall ghc-split.x86_64 on Fedora 34:

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

3. Information about the ghc-split.x86_64 package on Fedora 34

Last metadata expiration check: 5:24:41 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-split
Version : 0.2.3.4
Release : 4.fc34
Architecture : x86_64
Size : 29 k
Source : ghc-split-0.2.3.4-4.fc34.src.rpm
Repository : fedora
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.