How To Install texlive-luakeys on Fedora 36

In this tutorial we learn how to install texlive-luakeys in Fedora 36. texlive-luakeys is A Lua module for parsing key-value options

Introduction

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

What is texlive-luakeys

This package provides a Lua module that can parse key-value options like the TeX packages keyval, kvsetkeys, kvoptions, xkeyval, pgfkeys etc. luakeys, however, accomplishes this task entirely by using the Lua language and does not rely on TeX. Therefore this package can only be used with the TeX engine LuaTeX. Since luakeys uses LPeg, the parsing mechanism should be pretty robust.

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

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

sudo dnf -y install texlive-luakeys

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

sudo yum -y install texlive-luakeys

How To Uninstall texlive-luakeys on Fedora 36

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

sudo dnf remove texlive-luakeys

texlive-luakeys Package Contents on Fedora 36

/usr/share/licenses/texlive-luakeys
/usr/share/licenses/texlive-luakeys/lppl1.3c.txt
/usr/share/texlive/texmf-dist/doc/luatex/luakeys
/usr/share/texlive/texmf-dist/doc/luatex/luakeys/README.md
/usr/share/texlive/texmf-dist/doc/luatex/luakeys/luakeys-debug.tex
/usr/share/texlive/texmf-dist/doc/luatex/luakeys/luakeys.pdf
/usr/share/texlive/texmf-dist/doc/luatex/luakeys/luakeys.tex
/usr/share/texlive/texmf-dist/tex/luatex/luakeys
/usr/share/texlive/texmf-dist/tex/luatex/luakeys/luakeys-debug.sty
/usr/share/texlive/texmf-dist/tex/luatex/luakeys/luakeys.lua

References

Summary

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