How To Install ghc-streaming-commons-prof on Fedora 36

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

Introduction

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

What is ghc-streaming-commons-prof

This package provides the Haskell streaming-commons profiling library.

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

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

sudo dnf -y install ghc-streaming-commons-prof

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

sudo yum -y install ghc-streaming-commons-prof

How To Uninstall ghc-streaming-commons-prof on Fedora 36

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

sudo dnf remove ghc-streaming-commons-prof

ghc-streaming-commons-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/streaming-commons-0.2.2.1/Data/Streaming/ByteString/Builder.p_hi
/usr/lib64/ghc-8.10.5/streaming-commons-0.2.2.1/Data/Streaming/ByteString/Builder/Buffer.p_hi
/usr/lib64/ghc-8.10.5/streaming-commons-0.2.2.1/Data/Streaming/FileRead.p_hi
/usr/lib64/ghc-8.10.5/streaming-commons-0.2.2.1/Data/Streaming/Filesystem.p_hi
/usr/lib64/ghc-8.10.5/streaming-commons-0.2.2.1/Data/Streaming/Network.p_hi
/usr/lib64/ghc-8.10.5/streaming-commons-0.2.2.1/Data/Streaming/Network/Internal.p_hi
/usr/lib64/ghc-8.10.5/streaming-commons-0.2.2.1/Data/Streaming/Process.p_hi
/usr/lib64/ghc-8.10.5/streaming-commons-0.2.2.1/Data/Streaming/Process/Internal.p_hi
/usr/lib64/ghc-8.10.5/streaming-commons-0.2.2.1/Data/Streaming/Text.p_hi
/usr/lib64/ghc-8.10.5/streaming-commons-0.2.2.1/Data/Streaming/Zlib.p_hi
/usr/lib64/ghc-8.10.5/streaming-commons-0.2.2.1/Data/Streaming/Zlib/Lowlevel.p_hi
/usr/lib64/ghc-8.10.5/streaming-commons-0.2.2.1/Data/Text/Internal/Encoding/Utf16.p_hi
/usr/lib64/ghc-8.10.5/streaming-commons-0.2.2.1/Data/Text/Internal/Encoding/Utf32.p_hi
/usr/lib64/ghc-8.10.5/streaming-commons-0.2.2.1/Data/Text/Internal/Encoding/Utf8.p_hi
/usr/lib64/ghc-8.10.5/streaming-commons-0.2.2.1/Data/Text/Internal/Unsafe/Char.p_hi
/usr/lib64/ghc-8.10.5/streaming-commons-0.2.2.1/Data/Text/Internal/Unsafe/Shift.p_hi
/usr/lib64/ghc-8.10.5/streaming-commons-0.2.2.1/libHSstreaming-commons-0.2.2.1-GrZWqG0Hv912v4RkpEYGMi_p.a

References

Summary

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