How To Install texlive-lyluatex on Fedora 36
Introduction
In this tutorial we learn how to install texlive-lyluatex on Fedora 36.
What is texlive-lyluatex
This package provides macros for the inclusion of LilyPond scores within LuaLaTeX. It calls LilyPond to compile scores, then includes the produced files.
We can use yum or dnf to install texlive-lyluatex on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-lyluatex.
Install texlive-lyluatex 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-lyluatex using dnf by running the following command:
sudo dnf -y install texlive-lyluatex
Install texlive-lyluatex 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-lyluatex using yum by running the following command:
sudo yum -y install texlive-lyluatex
How To Uninstall texlive-lyluatex on Fedora 36
To uninstall only the texlive-lyluatex package we can use the following command:
sudo dnf remove texlive-lyluatex
texlive-lyluatex Package Contents on Fedora 36
/usr/share/texlive/texmf-dist/doc/support/lyluatex
/usr/share/texlive/texmf-dist/doc/support/lyluatex/Contributors.md
/usr/share/texlive/texmf-dist/doc/support/lyluatex/LICENSE
/usr/share/texlive/texmf-dist/doc/support/lyluatex/README.md
/usr/share/texlive/texmf-dist/doc/support/lyluatex/latexmkrc
/usr/share/texlive/texmf-dist/doc/support/lyluatex/ly
/usr/share/texlive/texmf-dist/doc/support/lyluatex/ly/eight-systems.ly
/usr/share/texlive/texmf-dist/doc/support/lyluatex/ly/fonts.ly
/usr/share/texlive/texmf-dist/doc/support/lyluatex/lyluatex.pdf
/usr/share/texlive/texmf-dist/doc/support/lyluatex/lyluatex.tex
/usr/share/texlive/texmf-dist/doc/support/lyluatex/lyluatexbase.cls
/usr/share/texlive/texmf-dist/doc/support/lyluatex/lyluatexmanual.cls
/usr/share/texlive/texmf-dist/scripts/lyluatex
/usr/share/texlive/texmf-dist/scripts/lyluatex/lyluatex-lib.lua
/usr/share/texlive/texmf-dist/scripts/lyluatex/lyluatex-options.lua
/usr/share/texlive/texmf-dist/scripts/lyluatex/lyluatex.lua
/usr/share/texlive/texmf-dist/tex/luatex/lyluatex
/usr/share/texlive/texmf-dist/tex/luatex/lyluatex/lyluatex.sty
References
Summary
In this tutorial we learn how to install texlive-lyluatex on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).