How to Install and Uninstall ghc-base64-bytestring.x86_64 Package on Fedora 38

Last updated: March 01,2025

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

Please follow the steps below to install ghc-base64-bytestring.x86_64 on Fedora 38

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

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

Learn how to uninstall ghc-base64-bytestring.x86_64 on Fedora 38:

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

3. Information about the ghc-base64-bytestring.x86_64 package on Fedora 38

Last metadata expiration check: 5:00:31 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ghc-base64-bytestring
Version : 1.2.1.0
Release : 2.fc38
Architecture : x86_64
Size : 31 k
Source : ghc-base64-bytestring-1.2.1.0-2.fc38.src.rpm
Repository : fedora
Summary : Fast base64 encoding and decoding for ByteStrings
URL : https://hackage.haskell.org/package/base64-bytestring
License : BSD-3-Clause
Description : This package provides support for encoding and decoding binary data according
: to 'base64' (see also ) for
: strict and lazy ByteStrings
:
: For a fuller-featured and better-performing Base64 library, see the
: package.