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

Last updated: October 08,2024

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

In this section, we are going to explain the necessary steps to install ghc-base64-bytestring.x86_64 on Fedora 39

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

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

This tutorial shows how to uninstall ghc-base64-bytestring.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 1:45:50 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ghc-base64-bytestring
Version : 1.2.1.0
Release : 4.fc39
Architecture : x86_64
Size : 31 k
Source : ghc-base64-bytestring-1.2.1.0-4.fc39.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.