How To Install texlive-pdfslide-doc on Fedora 36

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

Introduction

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

What is texlive-pdfslide-doc

Documentation for pdfslide

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

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

sudo dnf -y install texlive-pdfslide-doc

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

sudo yum -y install texlive-pdfslide-doc

How To Uninstall texlive-pdfslide-doc on Fedora 36

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

sudo dnf remove texlive-pdfslide-doc

texlive-pdfslide-doc Package Contents on Fedora 36

/usr/share/licenses/texlive-pdfslide-doc
/usr/share/licenses/texlive-pdfslide-doc/lppl1.txt
/usr/share/texlive/texmf-dist/doc/latex/pdfslide
/usr/share/texlive/texmf-dist/doc/latex/pdfslide/demo.pdf
/usr/share/texlive/texmf-dist/doc/latex/pdfslide/manual.tex
/usr/share/texlive/texmf-dist/doc/latex/pdfslide/meta.mp
/usr/share/texlive/texmf-dist/doc/latex/pdfslide/mpgraph.pdf

References

Summary

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