How To Install ghc-path-pieces on Fedora 36

In this tutorial we learn how to install ghc-path-pieces in Fedora 36. ghc-path-pieces is Components of paths

Introduction

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

What is ghc-path-pieces

Library for components of paths.

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

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

sudo dnf -y install ghc-path-pieces

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

sudo yum -y install ghc-path-pieces

How To Uninstall ghc-path-pieces on Fedora 36

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

sudo dnf remove ghc-path-pieces

ghc-path-pieces Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/7fccb23acbc5430b68e80a9ce402e85471844d
/usr/lib64/libHSpath-pieces-0.2.1-5gT7wFDsgDLEW6f8EG31Nu-ghc8.10.5.so
/usr/share/licenses/ghc-path-pieces
/usr/share/licenses/ghc-path-pieces/LICENSE

References

Summary

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