How To Install texlive-lua-visual-debug on Fedora 36

In this tutorial we learn how to install texlive-lua-visual-debug in Fedora 36. texlive-lua-visual-debug is Visual debugging with LuaLaTeX

Introduction

In this tutorial we learn how to install texlive-lua-visual-debug on Fedora 36.

What is texlive-lua-visual-debug

The package uses lua code to provide visible indications of boxes, glues, kerns and penalties in the PDF output. The package is known to work in LaTeX and Plain TeX documents.

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

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

sudo dnf -y install texlive-lua-visual-debug

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

sudo yum -y install texlive-lua-visual-debug

How To Uninstall texlive-lua-visual-debug on Fedora 36

To uninstall only the texlive-lua-visual-debug package we can use the following command:

sudo dnf remove texlive-lua-visual-debug

texlive-lua-visual-debug Package Contents on Fedora 36

/usr/share/licenses/texlive-lua-visual-debug
/usr/share/licenses/texlive-lua-visual-debug/other-free.txt
/usr/share/texlive/texmf-dist/tex/luatex/lua-visual-debug
/usr/share/texlive/texmf-dist/tex/luatex/lua-visual-debug/lua-visual-debug.lua
/usr/share/texlive/texmf-dist/tex/luatex/lua-visual-debug/lua-visual-debug.sty

References

Summary

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