How To Install ghc-path-devel on Fedora 36
Introduction
In this tutorial we learn how to install ghc-path-devel on Fedora 36.
What is ghc-path-devel
This package provides the Haskell path library development files.
We can use yum or dnf to install ghc-path-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-path-devel.
Install ghc-path-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-devel using dnf by running the following command:
sudo dnf -y install ghc-path-devel
Install ghc-path-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-devel using yum by running the following command:
sudo yum -y install ghc-path-devel
How To Uninstall ghc-path-devel on Fedora 36
To uninstall only the ghc-path-devel package we can use the following command:
sudo dnf remove ghc-path-devel
ghc-path-devel Package Contents on Fedora 36
/usr/lib64/ghc-8.10.5/package.conf.d/path-0.8.0.conf
/usr/lib64/ghc-8.10.5/path-0.8.0
/usr/lib64/ghc-8.10.5/path-0.8.0/Path
/usr/lib64/ghc-8.10.5/path-0.8.0/Path.dyn_hi
/usr/lib64/ghc-8.10.5/path-0.8.0/Path.hi
/usr/lib64/ghc-8.10.5/path-0.8.0/Path/Internal.dyn_hi
/usr/lib64/ghc-8.10.5/path-0.8.0/Path/Internal.hi
/usr/lib64/ghc-8.10.5/path-0.8.0/Path/Posix.dyn_hi
/usr/lib64/ghc-8.10.5/path-0.8.0/Path/Posix.hi
/usr/lib64/ghc-8.10.5/path-0.8.0/Path/Windows.dyn_hi
/usr/lib64/ghc-8.10.5/path-0.8.0/Path/Windows.hi
/usr/lib64/ghc-8.10.5/path-0.8.0/libHSpath-0.8.0-2eYvXA9K3VmBdhaapABtgm.a
/usr/share/doc/ghc-path-devel
/usr/share/doc/ghc-path-devel/CHANGELOG
/usr/share/doc/ghc-path-devel/README.md
References
Summary
In this tutorial we learn how to install ghc-path-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).