How To Install texlive-luaxml on Fedora 36

In this tutorial we learn how to install texlive-luaxml in Fedora 36. texlive-luaxml is Lua library for reading and serialising XML files

Introduction

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

What is texlive-luaxml

LuaXML is pure lua library for reading and serializing of the XML files. Current release is aimed mainly as support for the odsfile package. The documentation was created by automatic conversion of original documentation in the source code.

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

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

sudo dnf -y install texlive-luaxml

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

sudo yum -y install texlive-luaxml

How To Uninstall texlive-luaxml on Fedora 36

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

sudo dnf remove texlive-luaxml

texlive-luaxml Package Contents on Fedora 36

/usr/share/licenses/texlive-luaxml
/usr/share/licenses/texlive-luaxml/other-free.txt
/usr/share/texlive/texmf-dist/tex/luatex/luaxml
/usr/share/texlive/texmf-dist/tex/luatex/luaxml/luaxml-cssquery.lua
/usr/share/texlive/texmf-dist/tex/luatex/luaxml/luaxml-domobject.lua
/usr/share/texlive/texmf-dist/tex/luatex/luaxml/luaxml-entities.lua
/usr/share/texlive/texmf-dist/tex/luatex/luaxml/luaxml-mod-handler.lua
/usr/share/texlive/texmf-dist/tex/luatex/luaxml/luaxml-mod-xml.lua
/usr/share/texlive/texmf-dist/tex/luatex/luaxml/luaxml-namedentities.lua
/usr/share/texlive/texmf-dist/tex/luatex/luaxml/luaxml-parse-query.lua
/usr/share/texlive/texmf-dist/tex/luatex/luaxml/luaxml-pretty.lua
/usr/share/texlive/texmf-dist/tex/luatex/luaxml/luaxml-stack.lua
/usr/share/texlive/texmf-dist/tex/luatex/luaxml/luaxml-testxml.lua
/usr/share/texlive/texmf-dist/tex/luatex/luaxml/luaxml-transform.lua

References

Summary

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