How To Install ghc-streaming-commons on Fedora 36

In this tutorial we learn how to install ghc-streaming-commons in Fedora 36. ghc-streaming-commons is Common lower-level functions for streaming data libraries

Introduction

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

What is ghc-streaming-commons

Provides low-dependency functionality commonly needed by various streaming data libraries, such as conduit and pipes.

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

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

sudo dnf -y install ghc-streaming-commons

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

sudo yum -y install ghc-streaming-commons

How To Uninstall ghc-streaming-commons on Fedora 36

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

sudo dnf remove ghc-streaming-commons

ghc-streaming-commons Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/19
/usr/lib/.build-id/19/d3a139d4deb5534e7b502f3f12f0c0eb4276b7
/usr/lib64/libHSstreaming-commons-0.2.2.1-GrZWqG0Hv912v4RkpEYGMi-ghc8.10.5.so
/usr/share/licenses/ghc-streaming-commons
/usr/share/licenses/ghc-streaming-commons/LICENSE

References

Summary

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