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

Last updated: September 29,2024

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

Please follow the instructions below to install ghc-text-manipulate.x86_64 on Oracle Linux 9

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

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

Please follow the instructions below to uninstall ghc-text-manipulate.x86_64 on Oracle Linux 9:

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

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

Last metadata expiration check: 0:55:04 ago on Thu Feb 15 07:50:05 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!.