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

Last updated: September 20,2024

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

This guide let you learn how to install ghc-utf8-string.x86_64 on Rocky Linux 8

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

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

This tutorial shows how to uninstall ghc-utf8-string.x86_64 on Rocky Linux 8:

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

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

Last metadata expiration check: 2:05:05 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : ghc-utf8-string
Version : 1.0.1.1
Release : 6.el8
Architecture : x86_64
Size : 53 k
Source : ghc-utf8-string-1.0.1.1-6.el8.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.