How To Install texlive-turabian-formatting on Fedora 36
Introduction
In this tutorial we learn how to install texlive-turabian-formatting on Fedora 36.
What is texlive-turabian-formatting
The turabian-formatting package provides Chicago-style formatting based on Kate L. Turabian’s “A Manual for Writers of Research Papers, Theses, and Dissertations Students and Researchers” (9th edition).
We can use yum or dnf to install texlive-turabian-formatting on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-turabian-formatting.
Install texlive-turabian-formatting 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-turabian-formatting using dnf by running the following command:
sudo dnf -y install texlive-turabian-formatting
Install texlive-turabian-formatting 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-turabian-formatting using yum by running the following command:
sudo yum -y install texlive-turabian-formatting
How To Uninstall texlive-turabian-formatting on Fedora 36
To uninstall only the texlive-turabian-formatting package we can use the following command:
sudo dnf remove texlive-turabian-formatting
texlive-turabian-formatting Package Contents on Fedora 36
/usr/share/licenses/texlive-turabian-formatting
/usr/share/licenses/texlive-turabian-formatting/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/turabian-formatting
/usr/share/texlive/texmf-dist/tex/latex/turabian-formatting/turabian-formatting.sty
/usr/share/texlive/texmf-dist/tex/latex/turabian-formatting/turabian-researchpaper.cls
/usr/share/texlive/texmf-dist/tex/latex/turabian-formatting/turabian-thesis.cls
References
Summary
In this tutorial we learn how to install texlive-turabian-formatting on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).