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

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

Introduction

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

What is texlive-tufte-latex-doc

Documentation for tufte-latex

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

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

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

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

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

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

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

sudo dnf remove texlive-tufte-latex-doc

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

/usr/share/licenses/texlive-tufte-latex-doc
/usr/share/licenses/texlive-tufte-latex-doc/apache2.txt
/usr/share/texlive/texmf-dist/doc/latex/tufte-latex
/usr/share/texlive/texmf-dist/doc/latex/tufte-latex/History.txt
/usr/share/texlive/texmf-dist/doc/latex/tufte-latex/Manifest.txt
/usr/share/texlive/texmf-dist/doc/latex/tufte-latex/README.txt
/usr/share/texlive/texmf-dist/doc/latex/tufte-latex/graphics
/usr/share/texlive/texmf-dist/doc/latex/tufte-latex/graphics/be-contents.pdf
/usr/share/texlive/texmf-dist/doc/latex/tufte-latex/graphics/be-title.pdf
/usr/share/texlive/texmf-dist/doc/latex/tufte-latex/graphics/ei-contents.pdf
/usr/share/texlive/texmf-dist/doc/latex/tufte-latex/graphics/ei-title.pdf
/usr/share/texlive/texmf-dist/doc/latex/tufte-latex/graphics/helix.asy
/usr/share/texlive/texmf-dist/doc/latex/tufte-latex/graphics/helix.pdf
/usr/share/texlive/texmf-dist/doc/latex/tufte-latex/graphics/hilbertcurves.pdf
/usr/share/texlive/texmf-dist/doc/latex/tufte-latex/graphics/nasa_vision_sm.png
/usr/share/texlive/texmf-dist/doc/latex/tufte-latex/graphics/satir_graph.png
/usr/share/texlive/texmf-dist/doc/latex/tufte-latex/graphics/sine.asy
/usr/share/texlive/texmf-dist/doc/latex/tufte-latex/graphics/sine.pdf
/usr/share/texlive/texmf-dist/doc/latex/tufte-latex/graphics/vdqi-contents.pdf
/usr/share/texlive/texmf-dist/doc/latex/tufte-latex/graphics/vdqi-title.pdf
/usr/share/texlive/texmf-dist/doc/latex/tufte-latex/graphics/ve-contents.pdf
/usr/share/texlive/texmf-dist/doc/latex/tufte-latex/graphics/ve-title.pdf
/usr/share/texlive/texmf-dist/doc/latex/tufte-latex/sample-book.pdf
/usr/share/texlive/texmf-dist/doc/latex/tufte-latex/sample-book.tex
/usr/share/texlive/texmf-dist/doc/latex/tufte-latex/sample-handout.bib
/usr/share/texlive/texmf-dist/doc/latex/tufte-latex/sample-handout.pdf
/usr/share/texlive/texmf-dist/doc/latex/tufte-latex/sample-handout.tex

References

Summary

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