How to Install and Uninstall ghc-utf8-string.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 10,2024

1. Install "ghc-utf8-string.x86_64" package

Please follow the steps below to install ghc-utf8-string.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install ghc-utf8-string.x86_64

2. Uninstall "ghc-utf8-string.x86_64" package

Please follow the guidance below to uninstall ghc-utf8-string.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove ghc-utf8-string.x86_64 $ sudo dnf autoremove

3. Information about the ghc-utf8-string.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:12:21 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-utf8-string
Version : 1.0.2
Release : 2.el9
Architecture : x86_64
Size : 49 k
Source : ghc-utf8-string-1.0.2-2.el9.src.rpm
Repository : epel
Summary : Support for reading and writing UTF8 Strings
URL : https://hackage.haskell.org/package/utf8-string
License : BSD
Description : A UTF8 layer for Strings. The utf8-string package provides operations for
: encoding UTF8 strings to Word8 lists and back, and for reading and writing UTF8
: without truncation.