How To Install texlive-luajittex on Fedora 36

In this tutorial we learn how to install texlive-luajittex in Fedora 36. texlive-luajittex is LuaTeX with just-in-time (jit) compiler, with and without HarfBuzz

Introduction

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

What is texlive-luajittex

LuaTeX with just-in-time (jit) compiler, with and without HarfBuzz.

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

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

sudo dnf -y install texlive-luajittex

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

sudo yum -y install texlive-luajittex

How To Uninstall texlive-luajittex on Fedora 36

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

sudo dnf remove texlive-luajittex

texlive-luajittex Package Contents on Fedora 36

/usr/bin/luajithbtex
/usr/bin/luajittex
/usr/bin/texluajit
/usr/bin/texluajitc
/usr/lib/.build-id
/usr/lib/.build-id/18
/usr/lib/.build-id/18/ac59f4f5dbc1a1221344703be7aecb0017ebba
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/d165dabc24aa0f9ed932e2a0e76475e21aa643
/usr/share/licenses/texlive-luajittex
/usr/share/licenses/texlive-luajittex/gpl2.txt
/usr/share/man/man1/luajittex.1.gz
/usr/share/texlive/fmtutil.cnf.d/luajittex

References

Summary

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