How To Install ghc-system-filepath on Fedora 36

In this tutorial we learn how to install ghc-system-filepath in Fedora 36. ghc-system-filepath is File and directory path manipulations

Introduction

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

What is ghc-system-filepath

High-level, byte-based file and directory path manipulations (deprecated). Please see

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

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

sudo dnf -y install ghc-system-filepath

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

sudo yum -y install ghc-system-filepath

How To Uninstall ghc-system-filepath on Fedora 36

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

sudo dnf remove ghc-system-filepath

ghc-system-filepath Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/f652f0f8d6d314479c1c2ce29ebdf1a6fc79b7
/usr/lib64/libHSsystem-filepath-0.4.14-H1OM2wJYEci8Hc4PSbXT0t-ghc8.10.5.so
/usr/share/licenses/ghc-system-filepath
/usr/share/licenses/ghc-system-filepath/license.txt

References

Summary

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