How to Install and Uninstall ghc-base16-bytestring.x86_64 Package on Oracle Linux 9

Last updated: September 20,2024

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

Learn how to install ghc-base16-bytestring.x86_64 on Oracle Linux 9

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

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

This guide let you learn how to uninstall ghc-base16-bytestring.x86_64 on Oracle Linux 9:

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

3. Information about the ghc-base16-bytestring.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:05:30 ago on Thu Feb 15 07:50:05 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.