How To Install texlive-extsizes on Fedora 36

In this tutorial we learn how to install texlive-extsizes in Fedora 36. texlive-extsizes is Extend the standard classes’ size options

Introduction

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

What is texlive-extsizes

Provides classes extarticle, extreport, extletter, extbook and extproc which provide for documents with a base font size from 8-20pt.

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

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

sudo dnf -y install texlive-extsizes

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

sudo yum -y install texlive-extsizes

How To Uninstall texlive-extsizes on Fedora 36

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

sudo dnf remove texlive-extsizes

texlive-extsizes Package Contents on Fedora 36

/usr/share/licenses/texlive-extsizes
/usr/share/licenses/texlive-extsizes/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/extsizes
/usr/share/texlive/texmf-dist/tex/latex/extsizes/autopagewidth.sty
/usr/share/texlive/texmf-dist/tex/latex/extsizes/extarticle.cls
/usr/share/texlive/texmf-dist/tex/latex/extsizes/extbook.cls
/usr/share/texlive/texmf-dist/tex/latex/extsizes/extletter.cls
/usr/share/texlive/texmf-dist/tex/latex/extsizes/extproc.cls
/usr/share/texlive/texmf-dist/tex/latex/extsizes/extreport.cls
/usr/share/texlive/texmf-dist/tex/latex/extsizes/extsizes.sty
/usr/share/texlive/texmf-dist/tex/latex/extsizes/size14.clo
/usr/share/texlive/texmf-dist/tex/latex/extsizes/size17.clo
/usr/share/texlive/texmf-dist/tex/latex/extsizes/size20.clo
/usr/share/texlive/texmf-dist/tex/latex/extsizes/size8.clo
/usr/share/texlive/texmf-dist/tex/latex/extsizes/size9.clo

References

Summary

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