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

Last updated: October 05,2024

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

Please follow the guidelines below to install ghc-base16-bytestring.x86_64 on Fedora 34

$ 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 Fedora 34:

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

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

Last metadata expiration check: 0:57:49 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ghc-base16-bytestring
Version : 0.1.1.7
Release : 3.fc34
Architecture : x86_64
Size : 16 k
Source : ghc-base16-bytestring-0.1.1.7-3.fc34.src.rpm
Repository : fedora
Summary : Fast hex encoding and decoding 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 also the
: package which provides an uniform API providing conversion paths between more
: binary and textual types.