How To Install ghc-base64-bytestring-devel on Fedora 36

In this tutorial we learn how to install ghc-base64-bytestring-devel in Fedora 36. ghc-base64-bytestring-devel is Haskell base64-bytestring library development files

Introduction

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

What is ghc-base64-bytestring-devel

This package provides the Haskell base64-bytestring library development files.

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

Install ghc-base64-bytestring-devel 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-devel using dnf by running the following command:

sudo dnf -y install ghc-base64-bytestring-devel

Install ghc-base64-bytestring-devel 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-devel using yum by running the following command:

sudo yum -y install ghc-base64-bytestring-devel

How To Uninstall ghc-base64-bytestring-devel on Fedora 36

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

sudo dnf remove ghc-base64-bytestring-devel

ghc-base64-bytestring-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/base64-bytestring-1.1.0.0
/usr/lib64/ghc-8.10.5/base64-bytestring-1.1.0.0/Data
/usr/lib64/ghc-8.10.5/base64-bytestring-1.1.0.0/Data/ByteString
/usr/lib64/ghc-8.10.5/base64-bytestring-1.1.0.0/Data/ByteString/Base64
/usr/lib64/ghc-8.10.5/base64-bytestring-1.1.0.0/Data/ByteString/Base64.dyn_hi
/usr/lib64/ghc-8.10.5/base64-bytestring-1.1.0.0/Data/ByteString/Base64.hi
/usr/lib64/ghc-8.10.5/base64-bytestring-1.1.0.0/Data/ByteString/Base64/Internal.dyn_hi
/usr/lib64/ghc-8.10.5/base64-bytestring-1.1.0.0/Data/ByteString/Base64/Internal.hi
/usr/lib64/ghc-8.10.5/base64-bytestring-1.1.0.0/Data/ByteString/Base64/Lazy.dyn_hi
/usr/lib64/ghc-8.10.5/base64-bytestring-1.1.0.0/Data/ByteString/Base64/Lazy.hi
/usr/lib64/ghc-8.10.5/base64-bytestring-1.1.0.0/Data/ByteString/Base64/URL
/usr/lib64/ghc-8.10.5/base64-bytestring-1.1.0.0/Data/ByteString/Base64/URL.dyn_hi
/usr/lib64/ghc-8.10.5/base64-bytestring-1.1.0.0/Data/ByteString/Base64/URL.hi
/usr/lib64/ghc-8.10.5/base64-bytestring-1.1.0.0/Data/ByteString/Base64/URL/Lazy.dyn_hi
/usr/lib64/ghc-8.10.5/base64-bytestring-1.1.0.0/Data/ByteString/Base64/URL/Lazy.hi
/usr/lib64/ghc-8.10.5/base64-bytestring-1.1.0.0/libHSbase64-bytestring-1.1.0.0-Czka7JQqcrB3bbdQKqpLyp.a
/usr/lib64/ghc-8.10.5/package.conf.d/base64-bytestring-1.1.0.0.conf
/usr/share/doc/ghc-base64-bytestring-devel
/usr/share/doc/ghc-base64-bytestring-devel/CHANGELOG.md
/usr/share/doc/ghc-base64-bytestring-devel/README.md

References

Summary

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