How To Install ghc-pipes-devel on Fedora 36

In this tutorial we learn how to install ghc-pipes-devel in Fedora 36. ghc-pipes-devel is Haskell pipes library development files

Introduction

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

What is ghc-pipes-devel

This package provides the Haskell pipes library development files.

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

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

sudo dnf -y install ghc-pipes-devel

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

sudo yum -y install ghc-pipes-devel

How To Uninstall ghc-pipes-devel on Fedora 36

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

sudo dnf remove ghc-pipes-devel

ghc-pipes-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/package.conf.d/pipes-4.3.16.conf
/usr/lib64/ghc-8.10.5/pipes-4.3.16
/usr/lib64/ghc-8.10.5/pipes-4.3.16/Pipes
/usr/lib64/ghc-8.10.5/pipes-4.3.16/Pipes.dyn_hi
/usr/lib64/ghc-8.10.5/pipes-4.3.16/Pipes.hi
/usr/lib64/ghc-8.10.5/pipes-4.3.16/Pipes/Core.dyn_hi
/usr/lib64/ghc-8.10.5/pipes-4.3.16/Pipes/Core.hi
/usr/lib64/ghc-8.10.5/pipes-4.3.16/Pipes/Internal.dyn_hi
/usr/lib64/ghc-8.10.5/pipes-4.3.16/Pipes/Internal.hi
/usr/lib64/ghc-8.10.5/pipes-4.3.16/Pipes/Lift.dyn_hi
/usr/lib64/ghc-8.10.5/pipes-4.3.16/Pipes/Lift.hi
/usr/lib64/ghc-8.10.5/pipes-4.3.16/Pipes/Prelude.dyn_hi
/usr/lib64/ghc-8.10.5/pipes-4.3.16/Pipes/Prelude.hi
/usr/lib64/ghc-8.10.5/pipes-4.3.16/Pipes/Tutorial.dyn_hi
/usr/lib64/ghc-8.10.5/pipes-4.3.16/Pipes/Tutorial.hi
/usr/lib64/ghc-8.10.5/pipes-4.3.16/libHSpipes-4.3.16-IfIuicbw8MHLbiPyWnUNGZ.a
/usr/share/doc/ghc-pipes-devel
/usr/share/doc/ghc-pipes-devel/CHANGELOG.md

References

Summary

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