How to Install and Uninstall ghc-base16-bytestring.x86_64 Package on Fedora 39

Last updated: October 10,2024

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

Please follow the guidance below to install ghc-base16-bytestring.x86_64 on Fedora 39

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

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

Please follow the steps below to uninstall ghc-base16-bytestring.x86_64 on Fedora 39:

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

3. Information about the ghc-base16-bytestring.x86_64 package on Fedora 39

Last metadata expiration check: 1:05:29 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ghc-base16-bytestring
Version : 1.0.2.0
Release : 6.fc39
Architecture : x86_64
Size : 20 k
Source : ghc-base16-bytestring-1.0.2.0-6.fc39.src.rpm
Repository : fedora
Summary : RFC 4648-compliant Base16 encodings for ByteStrings
URL : https://hackage.haskell.org/package/base16-bytestring
License : BSD-3-Clause
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.