How To Install texlive-apprendre-a-programmer-en-tex on Fedora 36

In this tutorial we learn how to install texlive-apprendre-a-programmer-en-tex in Fedora 36. texlive-apprendre-a-programmer-en-tex is The book “Apprendre a programmer en TeX”

Introduction

In this tutorial we learn how to install texlive-apprendre-a-programmer-en-tex on Fedora 36.

What is texlive-apprendre-a-programmer-en-tex

This book explains the basic concepts required for programming in TeX and explains the programming methods, providing many examples. The package makes the compileable source code as well as the compiled pdf file accessible to everyone.

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

Install texlive-apprendre-a-programmer-en-tex 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-apprendre-a-programmer-en-tex using dnf by running the following command:

sudo dnf -y install texlive-apprendre-a-programmer-en-tex

Install texlive-apprendre-a-programmer-en-tex 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-apprendre-a-programmer-en-tex using yum by running the following command:

sudo yum -y install texlive-apprendre-a-programmer-en-tex

How To Uninstall texlive-apprendre-a-programmer-en-tex on Fedora 36

To uninstall only the texlive-apprendre-a-programmer-en-tex package we can use the following command:

sudo dnf remove texlive-apprendre-a-programmer-en-tex

texlive-apprendre-a-programmer-en-tex Package Contents on Fedora 36

/usr/share/licenses/texlive-apprendre-a-programmer-en-tex
/usr/share/licenses/texlive-apprendre-a-programmer-en-tex/lppl.txt
/usr/share/texlive/texmf-dist/doc/plain/apprendre-a-programmer-en-tex
/usr/share/texlive/texmf-dist/doc/plain/apprendre-a-programmer-en-tex/README
/usr/share/texlive/texmf-dist/doc/plain/apprendre-a-programmer-en-tex/cover
/usr/share/texlive/texmf-dist/doc/plain/apprendre-a-programmer-en-tex/cover/couverture.pdf
/usr/share/texlive/texmf-dist/doc/plain/apprendre-a-programmer-en-tex/fonts
/usr/share/texlive/texmf-dist/doc/plain/apprendre-a-programmer-en-tex/fonts/GMC.zip
/usr/share/texlive/texmf-dist/doc/plain/apprendre-a-programmer-en-tex/fonts/libertine-legacy.zip
/usr/share/texlive/texmf-dist/doc/plain/apprendre-a-programmer-en-tex/output
/usr/share/texlive/texmf-dist/doc/plain/apprendre-a-programmer-en-tex/output/apprendre-a-programmer-en-tex.pdf
/usr/share/texlive/texmf-dist/doc/plain/apprendre-a-programmer-en-tex/output/progtexcode.txt
/usr/share/texlive/texmf-dist/doc/plain/apprendre-a-programmer-en-tex/source
/usr/share/texlive/texmf-dist/doc/plain/apprendre-a-programmer-en-tex/source/apprendre-a-programmer-en-tex.tex
/usr/share/texlive/texmf-dist/doc/plain/apprendre-a-programmer-en-tex/source/mandelbrot.pdf
/usr/share/texlive/texmf-dist/doc/plain/apprendre-a-programmer-en-tex/source/mandelbrot.tex
/usr/share/texlive/texmf-dist/doc/plain/apprendre-a-programmer-en-tex/source/pg0001.pdf
/usr/share/texlive/texmf-dist/doc/plain/apprendre-a-programmer-en-tex/source/pg0002.pdf
/usr/share/texlive/texmf-dist/doc/plain/apprendre-a-programmer-en-tex/source/pg0003.pdf
/usr/share/texlive/texmf-dist/doc/plain/apprendre-a-programmer-en-tex/source/progtexmacro.tex
/usr/share/texlive/texmf-dist/doc/plain/apprendre-a-programmer-en-tex/source/vignette.png

References

Summary

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