How to Install and Uninstall ghc-text-manipulate.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 24,2024

1. Install "ghc-text-manipulate.x86_64" package

This guide let you learn how to install ghc-text-manipulate.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install ghc-text-manipulate.x86_64

2. Uninstall "ghc-text-manipulate.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ghc-text-manipulate.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove ghc-text-manipulate.x86_64 $ sudo dnf autoremove

3. Information about the ghc-text-manipulate.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:17:28 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-text-manipulate
Version : 0.3.0.0
Release : 2.el9
Architecture : x86_64
Size : 80 k
Source : ghc-text-manipulate-0.3.0.0-2.el9.src.rpm
Repository : epel
Summary : Case conversion, word boundary manipulation, and textual subjugation
URL : https://hackage.haskell.org/package/text-manipulate
License : MPLv2.0
Description : Manipulate identifiers and structurally non-complex pieces of text by
: delimiting word boundaries via a combination of whitespace, control-characters,
: and case-sensitivity.
:
: Has support for common idioms like casing of programmatic variable names,
: taking, dropping, and splitting by word, and modifying the first character of a
: piece of text.
:
: /Caution:/ this library makes heavy use of the
: library's internal loop
: optimisation framework. Since internal modules are not guaranteed to have a
: stable API there is potential for build breakage when the text dependency is
: upgraded. Consider yourself warned!.