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

Last updated: October 06,2024

1. Install "ghc-base16-bytestring.x86_64" package

In this section, we are going to explain the necessary steps to install ghc-base16-bytestring.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install ghc-base16-bytestring.x86_64

2. Uninstall "ghc-base16-bytestring.x86_64" package

Please follow the step by step instructions below to uninstall ghc-base16-bytestring.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove ghc-base16-bytestring.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:44:41 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-base16-bytestring
Version : 1.0.2.0
Release : 1.el9
Architecture : x86_64
Size : 19 k
Source : ghc-base16-bytestring-1.0.2.0-1.el9.src.rpm
Repository : epel
Summary : RFC 4648-compliant Base16 encodings for ByteStrings
URL : https://hackage.haskell.org/package/base16-bytestring
License : BSD
Description : This package provides support for encoding and decoding binary data according
: to 'base16' (see also ) for
: strict (see "Data.ByteString.Base16") and lazy 'ByteString's (see
: "Data.ByteString.Base16.Lazy").
:
: See the package which
: provides superior encoding and decoding performance as well as support for
: lazy, short, and strict variants of 'Text' and 'ByteString' values.
: Additionally, see the : base-encoding> package which provides an uniform API providing conversion paths
: between more binary and textual types.