How To Install texlive-formation-latex-ul on Fedora 36

In this tutorial we learn how to install texlive-formation-latex-ul in Fedora 36. texlive-formation-latex-ul is Introductory LaTeX course in French

Introduction

In this tutorial we learn how to install texlive-formation-latex-ul on Fedora 36.

What is texlive-formation-latex-ul

This package contains the supporting documentation, slides, exercise files, and templates for an introductory LaTeX course (in French) prepared for Universite Laval, Quebec, Canada.

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

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

sudo dnf -y install texlive-formation-latex-ul

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

sudo yum -y install texlive-formation-latex-ul

How To Uninstall texlive-formation-latex-ul on Fedora 36

To uninstall only the texlive-formation-latex-ul package we can use the following command:

sudo dnf remove texlive-formation-latex-ul

texlive-formation-latex-ul Package Contents on Fedora 36

/usr/share/texlive/texmf-dist/doc/latex/formation-latex-ul
/usr/share/texlive/texmf-dist/doc/latex/formation-latex-ul/CONTRIBUTING.md
/usr/share/texlive/texmf-dist/doc/latex/formation-latex-ul/LICENSE
/usr/share/texlive/texmf-dist/doc/latex/formation-latex-ul/NEWS
/usr/share/texlive/texmf-dist/doc/latex/formation-latex-ul/README.md
/usr/share/texlive/texmf-dist/doc/latex/formation-latex-ul/b-a-ba-math.tex
/usr/share/texlive/texmf-dist/doc/latex/formation-latex-ul/console-screenshot.pdf
/usr/share/texlive/texmf-dist/doc/latex/formation-latex-ul/emacs.tex
/usr/share/texlive/texmf-dist/doc/latex/formation-latex-ul/exercice_classe+paquetages.tex
/usr/share/texlive/texmf-dist/doc/latex/formation-latex-ul/exercice_commandes.tex
/usr/share/texlive/texmf-dist/doc/latex/formation-latex-ul/exercice_complet.tex
/usr/share/texlive/texmf-dist/doc/latex/formation-latex-ul/exercice_demo.tex
/usr/share/texlive/texmf-dist/doc/latex/formation-latex-ul/exercice_gabarit.tex
/usr/share/texlive/texmf-dist/doc/latex/formation-latex-ul/exercice_include.tex
/usr/share/texlive/texmf-dist/doc/latex/formation-latex-ul/exercice_mathematiques.tex
/usr/share/texlive/texmf-dist/doc/latex/formation-latex-ul/exercice_minimal.tex
/usr/share/texlive/texmf-dist/doc/latex/formation-latex-ul/exercice_parties.tex
/usr/share/texlive/texmf-dist/doc/latex/formation-latex-ul/exercice_renvois.tex
/usr/share/texlive/texmf-dist/doc/latex/formation-latex-ul/exercice_subcaption.tex
/usr/share/texlive/texmf-dist/doc/latex/formation-latex-ul/exercice_trucs.tex
/usr/share/texlive/texmf-dist/doc/latex/formation-latex-ul/exercice_ulthese.tex
/usr/share/texlive/texmf-dist/doc/latex/formation-latex-ul/formation-latex-ul-diapos.pdf
/usr/share/texlive/texmf-dist/doc/latex/formation-latex-ul/formation-latex-ul.pdf
/usr/share/texlive/texmf-dist/doc/latex/formation-latex-ul/pagetitre.tex

References

Summary

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