How To Install texlive-abntex2 on Fedora 36

In this tutorial we learn how to install texlive-abntex2 in Fedora 36. texlive-abntex2 is Typeset technical and scientific Brazilian documents based on ABNT rules

Introduction

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

What is texlive-abntex2

The bundle provides support for typesetting technical and scientific Brazilian documents (like academic thesis, articles, reports, research project and others) based on the ABNT rules (Associacao Brasileira de Normas Tecnicas). It replaces the old abntex.

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

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

sudo dnf -y install texlive-abntex2

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

sudo yum -y install texlive-abntex2

How To Uninstall texlive-abntex2 on Fedora 36

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

sudo dnf remove texlive-abntex2

texlive-abntex2 Package Contents on Fedora 36

/usr/share/licenses/texlive-abntex2
/usr/share/licenses/texlive-abntex2/lppl1.3.txt
/usr/share/texlive/texmf-dist/bibtex/bib/abntex2
/usr/share/texlive/texmf-dist/bibtex/bib/abntex2/abntex2-options.bib
/usr/share/texlive/texmf-dist/bibtex/bst/abntex2
/usr/share/texlive/texmf-dist/bibtex/bst/abntex2/abntex2-alf.bst
/usr/share/texlive/texmf-dist/bibtex/bst/abntex2/abntex2-num.bst
/usr/share/texlive/texmf-dist/tex/latex/abntex2
/usr/share/texlive/texmf-dist/tex/latex/abntex2/abntex2.cls
/usr/share/texlive/texmf-dist/tex/latex/abntex2/abntex2abrev.sty
/usr/share/texlive/texmf-dist/tex/latex/abntex2/abntex2cite.sty

References

Summary

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