How To Install texlive-biblatex-mla on Fedora 36

In this tutorial we learn how to install texlive-biblatex-mla in Fedora 36. texlive-biblatex-mla is MLA style files for biblatex

Introduction

In this tutorial we learn how to install texlive-biblatex-mla on Fedora 36.

What is texlive-biblatex-mla

The package provides biblatex support for citations in the format specified by the MLA handbook.

We can use yum or dnf to install texlive-biblatex-mla on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-biblatex-mla.

Install texlive-biblatex-mla 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-biblatex-mla using dnf by running the following command:

sudo dnf -y install texlive-biblatex-mla

Install texlive-biblatex-mla 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-biblatex-mla using yum by running the following command:

sudo yum -y install texlive-biblatex-mla

How To Uninstall texlive-biblatex-mla on Fedora 36

To uninstall only the texlive-biblatex-mla package we can use the following command:

sudo dnf remove texlive-biblatex-mla

texlive-biblatex-mla Package Contents on Fedora 36

/usr/share/licenses/texlive-biblatex-mla
/usr/share/licenses/texlive-biblatex-mla/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/biblatex-mla
/usr/share/texlive/texmf-dist/tex/latex/biblatex-mla/american-mla.lbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-mla/english-mla.lbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-mla/italian-mla.lbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-mla/mla-new.bbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-mla/mla-new.cbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-mla/mla.bbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-mla/mla.cbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-mla/portuguese-mla.lbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-mla/spanish-mla.lbx

References

Summary

In this tutorial we learn how to install texlive-biblatex-mla on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).