How to Install and Uninstall ghc-text.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "ghc-text.x86_64" package

Please follow the guidelines below to install ghc-text.x86_64 on Rocky Linux 8

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

2. Uninstall "ghc-text.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ghc-text.x86_64 on Rocky Linux 8:

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

3. Information about the ghc-text.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:52:55 ago on Mon Sep 12 10:27:18 2022.
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").