How To Install ghc-io-streams-prof on Fedora 36

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

Introduction

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

What is ghc-io-streams-prof

This package provides the Haskell io-streams profiling library.

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

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

sudo dnf -y install ghc-io-streams-prof

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

sudo yum -y install ghc-io-streams-prof

How To Uninstall ghc-io-streams-prof on Fedora 36

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

sudo dnf remove ghc-io-streams-prof

ghc-io-streams-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/io-streams-1.5.2.1/System/IO/Streams.p_hi
/usr/lib64/ghc-8.10.5/io-streams-1.5.2.1/System/IO/Streams/Attoparsec.p_hi
/usr/lib64/ghc-8.10.5/io-streams-1.5.2.1/System/IO/Streams/Attoparsec/ByteString.p_hi
/usr/lib64/ghc-8.10.5/io-streams-1.5.2.1/System/IO/Streams/Attoparsec/Text.p_hi
/usr/lib64/ghc-8.10.5/io-streams-1.5.2.1/System/IO/Streams/Builder.p_hi
/usr/lib64/ghc-8.10.5/io-streams-1.5.2.1/System/IO/Streams/ByteString.p_hi
/usr/lib64/ghc-8.10.5/io-streams-1.5.2.1/System/IO/Streams/Combinators.p_hi
/usr/lib64/ghc-8.10.5/io-streams-1.5.2.1/System/IO/Streams/Concurrent.p_hi
/usr/lib64/ghc-8.10.5/io-streams-1.5.2.1/System/IO/Streams/Core.p_hi
/usr/lib64/ghc-8.10.5/io-streams-1.5.2.1/System/IO/Streams/Debug.p_hi
/usr/lib64/ghc-8.10.5/io-streams-1.5.2.1/System/IO/Streams/File.p_hi
/usr/lib64/ghc-8.10.5/io-streams-1.5.2.1/System/IO/Streams/Handle.p_hi
/usr/lib64/ghc-8.10.5/io-streams-1.5.2.1/System/IO/Streams/Internal.p_hi
/usr/lib64/ghc-8.10.5/io-streams-1.5.2.1/System/IO/Streams/Internal/Attoparsec.p_hi
/usr/lib64/ghc-8.10.5/io-streams-1.5.2.1/System/IO/Streams/Internal/Network.p_hi
/usr/lib64/ghc-8.10.5/io-streams-1.5.2.1/System/IO/Streams/Internal/Search.p_hi
/usr/lib64/ghc-8.10.5/io-streams-1.5.2.1/System/IO/Streams/List.p_hi
/usr/lib64/ghc-8.10.5/io-streams-1.5.2.1/System/IO/Streams/Network.p_hi
/usr/lib64/ghc-8.10.5/io-streams-1.5.2.1/System/IO/Streams/Process.p_hi
/usr/lib64/ghc-8.10.5/io-streams-1.5.2.1/System/IO/Streams/Text.p_hi
/usr/lib64/ghc-8.10.5/io-streams-1.5.2.1/System/IO/Streams/Tutorial.p_hi
/usr/lib64/ghc-8.10.5/io-streams-1.5.2.1/System/IO/Streams/Vector.p_hi
/usr/lib64/ghc-8.10.5/io-streams-1.5.2.1/System/IO/Streams/Zlib.p_hi
/usr/lib64/ghc-8.10.5/io-streams-1.5.2.1/libHSio-streams-1.5.2.1-2LbNpkPRugV2n0Klm45JUM_p.a

References

Summary

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