How To Install ghc-hslua-module-path on Fedora 36
Introduction
In this tutorial we learn how to install ghc-hslua-module-path
on Fedora 36.
What is ghc-hslua-module-path
This package provides the Haskell hslua-module-path library.
We can use yum
or dnf
to install ghc-hslua-module-path
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-hslua-module-path.
Install ghc-hslua-module-path 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-hslua-module-path
using dnf
by running the following command:
sudo dnf -y install ghc-hslua-module-path
Install ghc-hslua-module-path 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-hslua-module-path
using yum
by running the following command:
sudo yum -y install ghc-hslua-module-path
How To Uninstall ghc-hslua-module-path on Fedora 36
To uninstall only the ghc-hslua-module-path
package we can use the following command:
sudo dnf remove ghc-hslua-module-path
ghc-hslua-module-path Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/3d9a2038b9828b2d7cd055f7b8c8c0ddb57e27
/usr/lib64/libHShslua-module-path-0.1.0.1-Iz2n5xlZ2AdI3LHtHoghTp-ghc8.10.5.so
/usr/share/licenses/ghc-hslua-module-path
/usr/share/licenses/ghc-hslua-module-path/LICENSE
References
Summary
In this tutorial we learn how to install ghc-hslua-module-path
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).