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