How To Install texlive-annee-scolaire on Fedora 36

In this tutorial we learn how to install texlive-annee-scolaire in Fedora 36. texlive-annee-scolaire is Automatically typeset the academic year (French way)

Introduction

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

What is texlive-annee-scolaire

This package provides a macro \anneescolaire to automatically write the academic year in the French way, according to the date of compilation, two other macros to obtain the first and the second calendar year of the academic year, a macro to be redefined to change the presentation of the years.

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

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

sudo dnf -y install texlive-annee-scolaire

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

sudo yum -y install texlive-annee-scolaire

How To Uninstall texlive-annee-scolaire on Fedora 36

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

sudo dnf remove texlive-annee-scolaire

texlive-annee-scolaire Package Contents on Fedora 36

/usr/share/licenses/texlive-annee-scolaire
/usr/share/licenses/texlive-annee-scolaire/lppl1.3c.txt
/usr/share/texlive/texmf-dist/doc/latex/annee-scolaire
/usr/share/texlive/texmf-dist/doc/latex/annee-scolaire/LISEZMOI.md
/usr/share/texlive/texmf-dist/doc/latex/annee-scolaire/MANIFEST.md
/usr/share/texlive/texmf-dist/doc/latex/annee-scolaire/README.md
/usr/share/texlive/texmf-dist/doc/latex/annee-scolaire/annee-scolaire-eng.pdf
/usr/share/texlive/texmf-dist/doc/latex/annee-scolaire/annee-scolaire-eng.tex
/usr/share/texlive/texmf-dist/doc/latex/annee-scolaire/annee-scolaire-fra.pdf
/usr/share/texlive/texmf-dist/doc/latex/annee-scolaire/annee-scolaire-fra.tex
/usr/share/texlive/texmf-dist/doc/latex/annee-scolaire/annee-scolaire.pdf
/usr/share/texlive/texmf-dist/tex/latex/annee-scolaire
/usr/share/texlive/texmf-dist/tex/latex/annee-scolaire/annee-scolaire.sty

References

Summary

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