How To Install texlive-handout-doc on Fedora 36

In this tutorial we learn how to install texlive-handout-doc in Fedora 36. texlive-handout-doc is Documentation for handout

Introduction

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

What is texlive-handout-doc

Documentation for handout

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

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

sudo dnf -y install texlive-handout-doc

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

sudo yum -y install texlive-handout-doc

How To Uninstall texlive-handout-doc on Fedora 36

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

sudo dnf remove texlive-handout-doc

texlive-handout-doc Package Contents on Fedora 36

/usr/share/licenses/texlive-handout-doc
/usr/share/licenses/texlive-handout-doc/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/handout
/usr/share/texlive/texmf-dist/doc/latex/handout/README
/usr/share/texlive/texmf-dist/doc/latex/handout/examples
/usr/share/texlive/texmf-dist/doc/latex/handout/examples/example.bib
/usr/share/texlive/texmf-dist/doc/latex/handout/examples/example1-minimal.pdf
/usr/share/texlive/texmf-dist/doc/latex/handout/examples/example1-minimal.tex
/usr/share/texlive/texmf-dist/doc/latex/handout/examples/example2-cancel-quotation.pdf
/usr/share/texlive/texmf-dist/doc/latex/handout/examples/example2-cancel-quotation.tex
/usr/share/texlive/texmf-dist/doc/latex/handout/examples/example3-defined-path.pdf
/usr/share/texlive/texmf-dist/doc/latex/handout/examples/example3-defined-path.tex
/usr/share/texlive/texmf-dist/doc/latex/handout/examples/example4-sectioning.pdf
/usr/share/texlive/texmf-dist/doc/latex/handout/examples/example4-sectioning.tex
/usr/share/texlive/texmf-dist/doc/latex/handout/examples/example5-numbering.pdf
/usr/share/texlive/texmf-dist/doc/latex/handout/examples/example5-numbering.tex
/usr/share/texlive/texmf-dist/doc/latex/handout/examples/example6-not-and-only.pdf
/usr/share/texlive/texmf-dist/doc/latex/handout/examples/example6-not-and-only.tex
/usr/share/texlive/texmf-dist/doc/latex/handout/examples/example7-biblatex.pdf
/usr/share/texlive/texmf-dist/doc/latex/handout/examples/example7-biblatex.tex
/usr/share/texlive/texmf-dist/doc/latex/handout/examples/latexmkrc
/usr/share/texlive/texmf-dist/doc/latex/handout/examples/makefile
/usr/share/texlive/texmf-dist/doc/latex/handout/examples/txt
/usr/share/texlive/texmf-dist/doc/latex/handout/examples/txt/Preau1583-not-and-only.tex
/usr/share/texlive/texmf-dist/doc/latex/handout/examples/txt/Preau1583.tex
/usr/share/texlive/texmf-dist/doc/latex/handout/examples/txt/Preau1583b.tex
/usr/share/texlive/texmf-dist/doc/latex/handout/examples/txt/Richard_Simon_NT.tex
/usr/share/texlive/texmf-dist/doc/latex/handout/handout.pdf
/usr/share/texlive/texmf-dist/doc/latex/handout/handout.tex
/usr/share/texlive/texmf-dist/doc/latex/handout/latexmkrc
/usr/share/texlive/texmf-dist/doc/latex/handout/makefile

References

Summary

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