How To Install ghc-hslua-module-system on Fedora 36

In this tutorial we learn how to install ghc-hslua-module-system in Fedora 36. ghc-hslua-module-system is Haskell hslua-module-system library

Introduction

In this tutorial we learn how to install ghc-hslua-module-system on Fedora 36.

What is ghc-hslua-module-system

This package provides the Haskell hslua-module-system library.

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

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

sudo dnf -y install ghc-hslua-module-system

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

sudo yum -y install ghc-hslua-module-system

How To Uninstall ghc-hslua-module-system on Fedora 36

To uninstall only the ghc-hslua-module-system package we can use the following command:

sudo dnf remove ghc-hslua-module-system

ghc-hslua-module-system Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/3fec80fc35c385fa871549e1a9a9df021b5d83
/usr/lib64/libHShslua-module-system-0.2.2.1-4YLfedDpg4f3LioTf4P3fO-ghc8.10.5.so
/usr/share/licenses/ghc-hslua-module-system
/usr/share/licenses/ghc-hslua-module-system/LICENSE

References

Summary

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