How To Install texlive-interpreter on Fedora 36

In this tutorial we learn how to install texlive-interpreter in Fedora 36. texlive-interpreter is Translate input files on the fly

Introduction

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

What is texlive-interpreter

The package preprocesses input files to a Lua(La)TeX run, on the fly. The user defines Lua regular expressions to search for patterns and modify input lines (or entire paragraphs) accordingly, before TeX reads the material. In this way, documents may be prepared in a non-TeX language (e.g., some lightweight markup language) and turned into ‘proper’ TeX for processing. The source of the documentation is typed in such a lightweight language and is thus easily readable in a text editor (the PDF file is also available, of course); the transformation to TeX syntax via Interpreter’s functions is explained in the documentation itself. Interpreter is implemented using the author’s gates (lua version), and works for plain TeX and LaTeX, but not ConTeXt.

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

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

sudo dnf -y install texlive-interpreter

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

sudo yum -y install texlive-interpreter

How To Uninstall texlive-interpreter on Fedora 36

To uninstall only the texlive-interpreter package we can use the following command:

sudo dnf remove texlive-interpreter

texlive-interpreter Package Contents on Fedora 36

/usr/share/licenses/texlive-interpreter
/usr/share/licenses/texlive-interpreter/lppl1.txt
/usr/share/texlive/texmf-dist/tex/luatex/interpreter
/usr/share/texlive/texmf-dist/tex/luatex/interpreter/interpreter.lua
/usr/share/texlive/texmf-dist/tex/luatex/interpreter/interpreter.sty
/usr/share/texlive/texmf-dist/tex/luatex/interpreter/interpreter.tex

References

Summary

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