How To Install texlive-lisp-on-tex on Fedora 36

In this tutorial we learn how to install texlive-lisp-on-tex in Fedora 36. texlive-lisp-on-tex is Execute LISP code in a LaTeX document

Introduction

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

What is texlive-lisp-on-tex

The package provides a LISP interpreter written using TeX macros; it is provided as a LaTeX package. The interpreter static scoping, dynamic typing, and eager evaluation.

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

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

sudo dnf -y install texlive-lisp-on-tex

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

sudo yum -y install texlive-lisp-on-tex

How To Uninstall texlive-lisp-on-tex on Fedora 36

To uninstall only the texlive-lisp-on-tex package we can use the following command:

sudo dnf remove texlive-lisp-on-tex

texlive-lisp-on-tex Package Contents on Fedora 36

/usr/share/licenses/texlive-lisp-on-tex
/usr/share/licenses/texlive-lisp-on-tex/bsd.txt
/usr/share/texlive/texmf-dist/tex/latex/lisp-on-tex
/usr/share/texlive/texmf-dist/tex/latex/lisp-on-tex/lisp-arith.sty
/usr/share/texlive/texmf-dist/tex/latex/lisp-on-tex/lisp-gc.sty
/usr/share/texlive/texmf-dist/tex/latex/lisp-on-tex/lisp-latexutil.sty
/usr/share/texlive/texmf-dist/tex/latex/lisp-on-tex/lisp-mod-fpnum.sty
/usr/share/texlive/texmf-dist/tex/latex/lisp-on-tex/lisp-mod-l3regex.sty
/usr/share/texlive/texmf-dist/tex/latex/lisp-on-tex/lisp-on-tex.sty
/usr/share/texlive/texmf-dist/tex/latex/lisp-on-tex/lisp-prim.sty
/usr/share/texlive/texmf-dist/tex/latex/lisp-on-tex/lisp-read.sty
/usr/share/texlive/texmf-dist/tex/latex/lisp-on-tex/lisp-simple-alloc.sty
/usr/share/texlive/texmf-dist/tex/latex/lisp-on-tex/lisp-string.sty
/usr/share/texlive/texmf-dist/tex/latex/lisp-on-tex/lisp-util.sty

References

Summary

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