How to Install and Uninstall ghc-text-manipulate.x86_64 Package on Fedora 36

Last updated: July 07,2024

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

Please follow the instructions below to install ghc-text-manipulate.x86_64 on Fedora 36

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

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

Please follow the guidance below to uninstall ghc-text-manipulate.x86_64 on Fedora 36:

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

3. Information about the ghc-text-manipulate.x86_64 package on Fedora 36

Last metadata expiration check: 3:12:38 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-text-manipulate
Version : 0.3.0.0
Release : 2.fc36
Architecture : x86_64
Size : 80 k
Source : ghc-text-manipulate-0.3.0.0-2.fc36.src.rpm
Repository : fedora
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!.