How To Install ghc-system-filepath-devel on Fedora 36

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

Introduction

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

What is ghc-system-filepath-devel

This package provides the Haskell system-filepath library development files.

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

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

sudo dnf -y install ghc-system-filepath-devel

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

sudo yum -y install ghc-system-filepath-devel

How To Uninstall ghc-system-filepath-devel on Fedora 36

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

sudo dnf remove ghc-system-filepath-devel

ghc-system-filepath-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/package.conf.d/system-filepath-0.4.14.conf
/usr/lib64/ghc-8.10.5/system-filepath-0.4.14
/usr/lib64/ghc-8.10.5/system-filepath-0.4.14/Filesystem
/usr/lib64/ghc-8.10.5/system-filepath-0.4.14/Filesystem/Path
/usr/lib64/ghc-8.10.5/system-filepath-0.4.14/Filesystem/Path.dyn_hi
/usr/lib64/ghc-8.10.5/system-filepath-0.4.14/Filesystem/Path.hi
/usr/lib64/ghc-8.10.5/system-filepath-0.4.14/Filesystem/Path/CurrentOS.dyn_hi
/usr/lib64/ghc-8.10.5/system-filepath-0.4.14/Filesystem/Path/CurrentOS.hi
/usr/lib64/ghc-8.10.5/system-filepath-0.4.14/Filesystem/Path/Internal.dyn_hi
/usr/lib64/ghc-8.10.5/system-filepath-0.4.14/Filesystem/Path/Internal.hi
/usr/lib64/ghc-8.10.5/system-filepath-0.4.14/Filesystem/Path/Rules.dyn_hi
/usr/lib64/ghc-8.10.5/system-filepath-0.4.14/Filesystem/Path/Rules.hi
/usr/lib64/ghc-8.10.5/system-filepath-0.4.14/libHSsystem-filepath-0.4.14-H1OM2wJYEci8Hc4PSbXT0t.a
/usr/share/doc/ghc-system-filepath-devel
/usr/share/doc/ghc-system-filepath-devel/ChangeLog.md
/usr/share/doc/ghc-system-filepath-devel/README.md

References

Summary

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