How To Install owl-lisp on Fedora 36

In this tutorial we learn how to install owl-lisp in Fedora 36. owl-lisp is Owl Lisp is a purely functional dialect of Scheme

Introduction

In this tutorial we learn how to install owl-lisp on Fedora 36.

What is owl-lisp

Owl Lisp is a purely functional dialect of Scheme. It is based on the applicable subset of to-be R7RS Scheme standard, with some extensions useful for mutation free operation.

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

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

sudo dnf -y install owl-lisp

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

sudo yum -y install owl-lisp

How To Uninstall owl-lisp on Fedora 36

To uninstall only the owl-lisp package we can use the following command:

sudo dnf remove owl-lisp

owl-lisp Package Contents on Fedora 36

/usr/bin/ol
/usr/bin/ovm
/usr/lib/.build-id
/usr/lib/.build-id/35
/usr/lib/.build-id/35/d13bd0c0730685f41babf95547b131faa3d22f
/usr/lib/.build-id/58
/usr/lib/.build-id/58/10aa23532b607d75b19b8ecfdc602838b4a0de
/usr/share/doc/owl-lisp
/usr/share/doc/owl-lisp/LICENCE
/usr/share/doc/owl-lisp/README.md
/usr/share/man/man1/ol.1.gz
/usr/share/man/man1/ovm.1.gz

References

Summary

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