How To Install ghc-bytestring-prof on Fedora 36

In this tutorial we learn how to install ghc-bytestring-prof in Fedora 36. ghc-bytestring-prof is Haskell bytestring profiling library

Introduction

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

What is ghc-bytestring-prof

This package provides the Haskell bytestring profiling library.

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

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

sudo dnf -y install ghc-bytestring-prof

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

sudo yum -y install ghc-bytestring-prof

How To Uninstall ghc-bytestring-prof on Fedora 36

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

sudo dnf remove ghc-bytestring-prof

ghc-bytestring-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/bytestring-0.10.12.0/Data/ByteString.p_hi
/usr/lib64/ghc-8.10.5/bytestring-0.10.12.0/Data/ByteString/Builder.p_hi
/usr/lib64/ghc-8.10.5/bytestring-0.10.12.0/Data/ByteString/Builder/ASCII.p_hi
/usr/lib64/ghc-8.10.5/bytestring-0.10.12.0/Data/ByteString/Builder/Extra.p_hi
/usr/lib64/ghc-8.10.5/bytestring-0.10.12.0/Data/ByteString/Builder/Internal.p_hi
/usr/lib64/ghc-8.10.5/bytestring-0.10.12.0/Data/ByteString/Builder/Prim.p_hi
/usr/lib64/ghc-8.10.5/bytestring-0.10.12.0/Data/ByteString/Builder/Prim/ASCII.p_hi
/usr/lib64/ghc-8.10.5/bytestring-0.10.12.0/Data/ByteString/Builder/Prim/Binary.p_hi
/usr/lib64/ghc-8.10.5/bytestring-0.10.12.0/Data/ByteString/Builder/Prim/Internal.p_hi
/usr/lib64/ghc-8.10.5/bytestring-0.10.12.0/Data/ByteString/Builder/Prim/Internal/Base16.p_hi
/usr/lib64/ghc-8.10.5/bytestring-0.10.12.0/Data/ByteString/Builder/Prim/Internal/Floating.p_hi
/usr/lib64/ghc-8.10.5/bytestring-0.10.12.0/Data/ByteString/Builder/Prim/Internal/UncheckedShifts.p_hi
/usr/lib64/ghc-8.10.5/bytestring-0.10.12.0/Data/ByteString/Char8.p_hi
/usr/lib64/ghc-8.10.5/bytestring-0.10.12.0/Data/ByteString/Internal.p_hi
/usr/lib64/ghc-8.10.5/bytestring-0.10.12.0/Data/ByteString/Lazy.p_hi
/usr/lib64/ghc-8.10.5/bytestring-0.10.12.0/Data/ByteString/Lazy/Builder.p_hi
/usr/lib64/ghc-8.10.5/bytestring-0.10.12.0/Data/ByteString/Lazy/Builder/ASCII.p_hi
/usr/lib64/ghc-8.10.5/bytestring-0.10.12.0/Data/ByteString/Lazy/Builder/Extras.p_hi
/usr/lib64/ghc-8.10.5/bytestring-0.10.12.0/Data/ByteString/Lazy/Char8.p_hi
/usr/lib64/ghc-8.10.5/bytestring-0.10.12.0/Data/ByteString/Lazy/Internal.p_hi
/usr/lib64/ghc-8.10.5/bytestring-0.10.12.0/Data/ByteString/Short.p_hi
/usr/lib64/ghc-8.10.5/bytestring-0.10.12.0/Data/ByteString/Short/Internal.p_hi
/usr/lib64/ghc-8.10.5/bytestring-0.10.12.0/Data/ByteString/Unsafe.p_hi
/usr/lib64/ghc-8.10.5/bytestring-0.10.12.0/libHSbytestring-0.10.12.0_p.a

References

Summary

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