How To Install texlive-ecclesiastic on Fedora 36
Introduction
In this tutorial we learn how to install texlive-ecclesiastic on Fedora 36.
What is texlive-ecclesiastic
The package modifies the way the latin option to babel operates when typesetting Latin. The style is somewhat ‘frenchified’ in respect of punctuation spacings and footnote style; shortcuts are available in order to set accents on all vowels, including y and the diphthongs ae and oe.
We can use yum or dnf to install texlive-ecclesiastic on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-ecclesiastic.
Install texlive-ecclesiastic 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-ecclesiastic using dnf by running the following command:
sudo dnf -y install texlive-ecclesiastic
Install texlive-ecclesiastic 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-ecclesiastic using yum by running the following command:
sudo yum -y install texlive-ecclesiastic
How To Uninstall texlive-ecclesiastic on Fedora 36
To uninstall only the texlive-ecclesiastic package we can use the following command:
sudo dnf remove texlive-ecclesiastic
texlive-ecclesiastic Package Contents on Fedora 36
/usr/share/licenses/texlive-ecclesiastic
/usr/share/licenses/texlive-ecclesiastic/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/ecclesiastic
/usr/share/texlive/texmf-dist/tex/latex/ecclesiastic/ecclesiastic.sty
References
Summary
In this tutorial we learn how to install texlive-ecclesiastic on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).