How To Install texlive-mlacls on Fedora 36
Introduction
In this tutorial we learn how to install texlive-mlacls on Fedora 36.
What is texlive-mlacls
In the United States, secondary and undergraduate students are generally expected to adhere to the format prescribed by the Modern Language Association (MLA) for typewritten essays, research papers and writings. This package provides a simple, straightforward LaTeX class for composing papers almost perfectly adherent to the MLA style guide.
We can use yum or dnf to install texlive-mlacls on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-mlacls.
Install texlive-mlacls 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-mlacls using dnf by running the following command:
sudo dnf -y install texlive-mlacls
Install texlive-mlacls 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-mlacls using yum by running the following command:
sudo yum -y install texlive-mlacls
How To Uninstall texlive-mlacls on Fedora 36
To uninstall only the texlive-mlacls package we can use the following command:
sudo dnf remove texlive-mlacls
texlive-mlacls Package Contents on Fedora 36
/usr/share/licenses/texlive-mlacls
/usr/share/licenses/texlive-mlacls/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/mlacls
/usr/share/texlive/texmf-dist/doc/latex/mlacls/BUGS.md
/usr/share/texlive/texmf-dist/doc/latex/mlacls/LICENSE
/usr/share/texlive/texmf-dist/doc/latex/mlacls/README.md
/usr/share/texlive/texmf-dist/doc/latex/mlacls/mla-example-image.jpg
/usr/share/texlive/texmf-dist/doc/latex/mlacls/mla-example.bib
/usr/share/texlive/texmf-dist/doc/latex/mlacls/mla-example.pdf
/usr/share/texlive/texmf-dist/doc/latex/mlacls/mla-example.tex
/usr/share/texlive/texmf-dist/doc/latex/mlacls/mla.pdf
/usr/share/texlive/texmf-dist/tex/latex/mlacls
/usr/share/texlive/texmf-dist/tex/latex/mlacls/mla.cls
References
Summary
In this tutorial we learn how to install texlive-mlacls on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).