How To Install ghc-path-pieces-devel on Fedora 36

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

Introduction

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

What is ghc-path-pieces-devel

This package provides the Haskell path-pieces library development files.

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

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

sudo dnf -y install ghc-path-pieces-devel

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

sudo yum -y install ghc-path-pieces-devel

How To Uninstall ghc-path-pieces-devel on Fedora 36

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

sudo dnf remove ghc-path-pieces-devel

ghc-path-pieces-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/package.conf.d/path-pieces-0.2.1.conf
/usr/lib64/ghc-8.10.5/path-pieces-0.2.1
/usr/lib64/ghc-8.10.5/path-pieces-0.2.1/Web
/usr/lib64/ghc-8.10.5/path-pieces-0.2.1/Web/PathPieces.dyn_hi
/usr/lib64/ghc-8.10.5/path-pieces-0.2.1/Web/PathPieces.hi
/usr/lib64/ghc-8.10.5/path-pieces-0.2.1/libHSpath-pieces-0.2.1-5gT7wFDsgDLEW6f8EG31Nu.a
/usr/share/doc/ghc-path-pieces-devel
/usr/share/doc/ghc-path-pieces-devel/ChangeLog.md
/usr/share/doc/ghc-path-pieces-devel/README.md

References

Summary

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