How To Install texlive-nodetree on Fedora 36

In this tutorial we learn how to install texlive-nodetree in Fedora 36. texlive-nodetree is visualize node lists in a tree view

Introduction

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

What is texlive-nodetree

nodetree is a development package that visualizes the structure of node lists. nodetree shows its debug informations in the console output when you compile a LuaTeX file. It uses a similar visual representation for node lists as the UNIX tree command for a folder structure.

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

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

sudo dnf -y install texlive-nodetree

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

sudo yum -y install texlive-nodetree

How To Uninstall texlive-nodetree on Fedora 36

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

sudo dnf remove texlive-nodetree

texlive-nodetree Package Contents on Fedora 36

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

References

Summary

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