How to Install and Uninstall ghc-text.x86_64 Package on CentOS Stream 8

Last updated: October 06,2024

1. Install "ghc-text.x86_64" package

Please follow the guidelines below to install ghc-text.x86_64 on CentOS Stream 8

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

2. Uninstall "ghc-text.x86_64" package

Please follow the step by step instructions below to uninstall ghc-text.x86_64 on CentOS Stream 8:

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

3. Information about the ghc-text.x86_64 package on CentOS Stream 8

Last metadata expiration check: 2:22:58 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : ghc-text
Version : 1.2.3.0
Release : 1.el8
Architecture : x86_64
Size : 417 k
Source : ghc-text-1.2.3.0-1.el8.src.rpm
Repository : epel
Summary : An efficient packed Unicode text type
URL : https://hackage.haskell.org/package/text
License : BSD
Description : An efficient packed, immutable Unicode text type (both strict and lazy), with a
: powerful loop fusion optimization framework.
:
: The 'Text' type represents Unicode character strings, in a time and
: space-efficient manner. This package provides text processing capabilities that
: are optimized for performance critical use, both in terms of large data
: quantities and high speed.
:
: The 'Text' type provides character-encoding, type-safe case conversion via
: whole-string case conversion functions (see "Data.Text"). It also provides a
: range of functions for converting 'Text' values to and from 'ByteStrings',
: using several standard encodings (see "Data.Text.Encoding").
:
: Efficient locale-sensitive support for text IO is also supported (see
: "Data.Text.IO").