How To Install unlambda on Fedora 36

In this tutorial we learn how to install unlambda in Fedora 36. unlambda is Unlambda interpreter

Introduction

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

What is unlambda

This is an interpreter of the Unlambda language, written in the pure, lazy, functional language Haskell.

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

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

sudo dnf -y install unlambda

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

sudo yum -y install unlambda

How To Uninstall unlambda on Fedora 36

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

sudo dnf remove unlambda

unlambda Package Contents on Fedora 36

/usr/bin/unlambda
/usr/lib/.build-id
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/451dd3a6bdfaaeddc39c7e1ac00bc73c13efec
/usr/share/licenses/unlambda
/usr/share/licenses/unlambda/LICENSE

References

Summary

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