How To Install ghc-base64-bytestring on Fedora 36

In this tutorial we learn how to install ghc-base64-bytestring in Fedora 36. ghc-base64-bytestring is Fast base64 encoding and decoding for ByteStrings

Introduction

In this tutorial we learn how to install ghc-base64-bytestring on Fedora 36.

What is ghc-base64-bytestring

This package provides support for encoding and decoding binary data according to ‘base64’ (see also <https strict and lazy ByteStrings.

We can use yum or dnf to install ghc-base64-bytestring on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-base64-bytestring.

Install ghc-base64-bytestring on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install ghc-base64-bytestring using dnf by running the following command:

sudo dnf -y install ghc-base64-bytestring

Install ghc-base64-bytestring on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ghc-base64-bytestring using yum by running the following command:

sudo yum -y install ghc-base64-bytestring

How To Uninstall ghc-base64-bytestring on Fedora 36

To uninstall only the ghc-base64-bytestring package we can use the following command:

sudo dnf remove ghc-base64-bytestring

ghc-base64-bytestring Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/5ae453c27b2d9727b2651f0ec764ae3acbdbf2
/usr/lib64/libHSbase64-bytestring-1.1.0.0-Czka7JQqcrB3bbdQKqpLyp-ghc8.10.5.so
/usr/share/licenses/ghc-base64-bytestring
/usr/share/licenses/ghc-base64-bytestring/LICENSE

References

Summary

In this tutorial we learn how to install ghc-base64-bytestring on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).