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

Last updated: October 05,2024

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

In this section, we are going to explain the necessary steps to install ghc-text-manipulate.x86_64 on Fedora 34

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

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

Please follow the steps below to uninstall ghc-text-manipulate.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 1:23:27 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ghc-text-manipulate
Version : 0.2.0.1
Release : 3.fc34
Architecture : x86_64
Size : 79 k
Source : ghc-text-manipulate-0.2.0.1-3.fc34.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!.