How To Install ghc-path-io on Fedora 36
Introduction
In this tutorial we learn how to install ghc-path-io
on Fedora 36.
What is ghc-path-io
Interface to ‘directory’ package for users of ‘path’.
We can use yum
or dnf
to install ghc-path-io
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-path-io.
Install ghc-path-io 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
using dnf
by running the following command:
sudo dnf -y install ghc-path-io
Install ghc-path-io 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
using yum
by running the following command:
sudo yum -y install ghc-path-io
How To Uninstall ghc-path-io on Fedora 36
To uninstall only the ghc-path-io
package we can use the following command:
sudo dnf remove ghc-path-io
ghc-path-io Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/3274d3eb687997c0c3bd728e7a8ed8a60d1eb3
/usr/lib64/libHSpath-io-1.6.3-J6R2oji9xLD4xH5UHTfibT-ghc8.10.5.so
/usr/share/licenses/ghc-path-io
/usr/share/licenses/ghc-path-io/LICENSE.md
References
Summary
In this tutorial we learn how to install ghc-path-io
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).