How To Install texlive-latex-course-doc on Fedora 36

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

Introduction

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

What is texlive-latex-course-doc

Documentation for latex-course

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

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

sudo dnf -y install texlive-latex-course-doc

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

sudo yum -y install texlive-latex-course-doc

How To Uninstall texlive-latex-course-doc on Fedora 36

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

sudo dnf remove texlive-latex-course-doc

texlive-latex-course-doc Package Contents on Fedora 36

/usr/share/licenses/texlive-latex-course-doc
/usr/share/licenses/texlive-latex-course-doc/gpl.txt
/usr/share/texlive/texmf-dist/doc/latex/latex-course
/usr/share/texlive/texmf-dist/doc/latex/latex-course/Graphics
/usr/share/texlive/texmf-dist/doc/latex/latex-course/Graphics/Ross-Siegel.png
/usr/share/texlive/texmf-dist/doc/latex/latex-course/Graphics/Thumbs.db
/usr/share/texlive/texmf-dist/doc/latex/latex-course/Graphics/campus3.png
/usr/share/texlive/texmf-dist/doc/latex/latex-course/LaTeX-Course.pdf
/usr/share/texlive/texmf-dist/doc/latex/latex-course/LaTeX-Course.tex
/usr/share/texlive/texmf-dist/doc/latex/latex-course/LaTeX-course.prj
/usr/share/texlive/texmf-dist/doc/latex/latex-course/README
/usr/share/texlive/texmf-dist/doc/latex/latex-course/beamercolorthemeross.sty

References

Summary

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