How To Install ghc-pipes on Fedora 36

In this tutorial we learn how to install ghc-pipes in Fedora 36. ghc-pipes is Compositional pipelines

Introduction

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

What is ghc-pipes

Pipes is a clean and powerful stream processing library that lets you build and connect reusable streaming components Advantages over traditional streaming libraries * Concise API * Blazing fast * Lightweight Dependency including dependencies * Elegant semantics * ListT * Bidirectionality * Extensive Documentation Import “Pipes” to use the library. Read “Pipes.Tutorial” for an extensive tutorial.

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

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

sudo dnf -y install ghc-pipes

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

sudo yum -y install ghc-pipes

How To Uninstall ghc-pipes on Fedora 36

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

sudo dnf remove ghc-pipes

ghc-pipes Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/8b
/usr/lib/.build-id/8b/e32cc032a0e42e6b3102b08dd1442d3079a34e
/usr/lib64/libHSpipes-4.3.16-IfIuicbw8MHLbiPyWnUNGZ-ghc8.10.5.so
/usr/share/licenses/ghc-pipes
/usr/share/licenses/ghc-pipes/LICENSE

References

Summary

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