How To Install texlive-xevlna on Fedora 36
Introduction
In this tutorial we learn how to install texlive-xevlna on Fedora 36.
What is texlive-xevlna
The package will directly insert nonbreakable spaces (in Czech, vlna or vlnka), after nonsyllabic prepositions and single letter conjuctions, while the document is being typeset. (The macros recognised maths and verbatim by TeX means.) (Inserting nonbreakable spaces by a preprocessor will probably never be fully reliable, because user defined macros and environments cannot reliably be recognised.) The package works both with (Plain) XeTeX and with XeLaTeX.
We can use yum or dnf to install texlive-xevlna on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-xevlna.
Install texlive-xevlna 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-xevlna using dnf by running the following command:
sudo dnf -y install texlive-xevlna
Install texlive-xevlna 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-xevlna using yum by running the following command:
sudo yum -y install texlive-xevlna
How To Uninstall texlive-xevlna on Fedora 36
To uninstall only the texlive-xevlna package we can use the following command:
sudo dnf remove texlive-xevlna
texlive-xevlna Package Contents on Fedora 36
/usr/share/licenses/texlive-xevlna
/usr/share/licenses/texlive-xevlna/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/xelatex/xevlna
/usr/share/texlive/texmf-dist/tex/xelatex/xevlna/xevlna.sty
References
Summary
In this tutorial we learn how to install texlive-xevlna on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).