How To Install texlive-asaetr on Fedora 36

In this tutorial we learn how to install texlive-asaetr in Fedora 36. texlive-asaetr is Transactions of the ASAE

Introduction

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

What is texlive-asaetr

A class and BibTeX style for submissions to the Transactions of the American Society of Agricultural Engineers. Also included is the Metafont source of a slanted Computer Modern Caps and Small Caps font.

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

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

sudo dnf -y install texlive-asaetr

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

sudo yum -y install texlive-asaetr

How To Uninstall texlive-asaetr on Fedora 36

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

sudo dnf remove texlive-asaetr

texlive-asaetr Package Contents on Fedora 36

/usr/share/licenses/texlive-asaetr
/usr/share/licenses/texlive-asaetr/pd.txt
/usr/share/texlive/texmf-dist/bibtex/bst/asaetr
/usr/share/texlive/texmf-dist/bibtex/bst/asaetr/asaetr.bst
/usr/share/texlive/texmf-dist/tex/latex/asaetr
/usr/share/texlive/texmf-dist/tex/latex/asaetr/asaesub.sty
/usr/share/texlive/texmf-dist/tex/latex/asaetr/asaetr.cls
/usr/share/texlive/texmf-dist/tex/latex/asaetr/asaetr.sty

References

Summary

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