How To Install ghc-unlambda-devel on Fedora 36

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

Introduction

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

What is ghc-unlambda-devel

This package provides the Haskell unlambda library development files.

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

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

sudo dnf -y install ghc-unlambda-devel

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

sudo yum -y install ghc-unlambda-devel

How To Uninstall ghc-unlambda-devel on Fedora 36

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

sudo dnf remove ghc-unlambda-devel

ghc-unlambda-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/package.conf.d/unlambda-0.1.4.2.conf
/usr/lib64/ghc-8.10.5/unlambda-0.1.4.2
/usr/lib64/ghc-8.10.5/unlambda-0.1.4.2/Language
/usr/lib64/ghc-8.10.5/unlambda-0.1.4.2/Language/Unlambda.dyn_hi
/usr/lib64/ghc-8.10.5/unlambda-0.1.4.2/Language/Unlambda.hi
/usr/lib64/ghc-8.10.5/unlambda-0.1.4.2/libHSunlambda-0.1.4.2-EEOcTZHCCPJJQq5u11tP3g.a

References

Summary

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