How To Install texlive-lualatex-truncate on Fedora 36
Introduction
In this tutorial we learn how to install texlive-lualatex-truncate
on Fedora 36.
What is texlive-lualatex-truncate
This package provides a wrapper for the truncate package, thus fixing issues related to LuaTeX’s hyphenation algorithm.
We can use yum
or dnf
to install texlive-lualatex-truncate
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-lualatex-truncate.
Install texlive-lualatex-truncate 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-lualatex-truncate
using dnf
by running the following command:
sudo dnf -y install texlive-lualatex-truncate
Install texlive-lualatex-truncate 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-lualatex-truncate
using yum
by running the following command:
sudo yum -y install texlive-lualatex-truncate
How To Uninstall texlive-lualatex-truncate on Fedora 36
To uninstall only the texlive-lualatex-truncate
package we can use the following command:
sudo dnf remove texlive-lualatex-truncate
texlive-lualatex-truncate Package Contents on Fedora 36
/usr/share/licenses/texlive-lualatex-truncate
/usr/share/licenses/texlive-lualatex-truncate/lppl.txt
/usr/share/texlive/texmf-dist/doc/lualatex/lualatex-truncate
/usr/share/texlive/texmf-dist/doc/lualatex/lualatex-truncate/README.md
/usr/share/texlive/texmf-dist/doc/lualatex/lualatex-truncate/lualatex-truncate-doc.pdf
/usr/share/texlive/texmf-dist/tex/lualatex/lualatex-truncate
/usr/share/texlive/texmf-dist/tex/lualatex/lualatex-truncate/lualatex-truncate.sty
References
Summary
In this tutorial we learn how to install texlive-lualatex-truncate
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).