How To Install texlive-lua-typo on Fedora 36
Introduction
In this tutorial we learn how to install texlive-lua-typo on Fedora 36.
What is texlive-lua-typo
This package tracks common typographic flaws in LuaLaTeX documents, especially widows, orphans, hyphenated words split over two pages, consecutive lines ending with hyphens, paragraphs ending on too short lines, etc. Customisable colours are used to highlight these flaws, and the list of pages on which typographical flaws were found is printed.
We can use yum or dnf to install texlive-lua-typo on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-lua-typo.
Install texlive-lua-typo 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-typo using dnf by running the following command:
sudo dnf -y install texlive-lua-typo
Install texlive-lua-typo 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-typo using yum by running the following command:
sudo yum -y install texlive-lua-typo
How To Uninstall texlive-lua-typo on Fedora 36
To uninstall only the texlive-lua-typo package we can use the following command:
sudo dnf remove texlive-lua-typo
texlive-lua-typo Package Contents on Fedora 36
/usr/share/licenses/texlive-lua-typo
/usr/share/licenses/texlive-lua-typo/lppl1.3c.txt
/usr/share/texlive/texmf-dist/doc/lualatex/lua-typo
/usr/share/texlive/texmf-dist/doc/lualatex/lua-typo/README.md
/usr/share/texlive/texmf-dist/doc/lualatex/lua-typo/lua-typo-demo.pdf
/usr/share/texlive/texmf-dist/doc/lualatex/lua-typo/lua-typo-demo.tex
/usr/share/texlive/texmf-dist/doc/lualatex/lua-typo/lua-typo-fr.ltx
/usr/share/texlive/texmf-dist/doc/lualatex/lua-typo/lua-typo-fr.pdf
/usr/share/texlive/texmf-dist/doc/lualatex/lua-typo/lua-typo.ltx
/usr/share/texlive/texmf-dist/doc/lualatex/lua-typo/lua-typo.pdf
/usr/share/texlive/texmf-dist/tex/lualatex/lua-typo
/usr/share/texlive/texmf-dist/tex/lualatex/lua-typo/lua-typo.cfg
/usr/share/texlive/texmf-dist/tex/lualatex/lua-typo/lua-typo.sty
References
Summary
In this tutorial we learn how to install texlive-lua-typo on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).