How To Install ghc-unlambda on Fedora 36

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

Introduction

In this tutorial we learn how to install ghc-unlambda on Fedora 36.

What is ghc-unlambda

This package provides the Haskell unlambda shared library.

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

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

sudo dnf -y install ghc-unlambda

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

sudo yum -y install ghc-unlambda

How To Uninstall ghc-unlambda on Fedora 36

To uninstall only the ghc-unlambda package we can use the following command:

sudo dnf remove ghc-unlambda

ghc-unlambda Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/54931a9d3378a7636a15e59d2f7fb67f3e4a7c
/usr/lib64/libHSunlambda-0.1.4.2-EEOcTZHCCPJJQq5u11tP3g-ghc8.10.5.so
/usr/share/licenses/ghc-unlambda
/usr/share/licenses/ghc-unlambda/LICENSE

References

Summary

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