How To Install texlive-pdfscreen-doc on Fedora 36
Introduction
In this tutorial we learn how to install texlive-pdfscreen-doc
on Fedora 36.
What is texlive-pdfscreen-doc
Documentation for pdfscreen
We can use yum
or dnf
to install texlive-pdfscreen-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-pdfscreen-doc.
Install texlive-pdfscreen-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-pdfscreen-doc
using dnf
by running the following command:
sudo dnf -y install texlive-pdfscreen-doc
Install texlive-pdfscreen-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-pdfscreen-doc
using yum
by running the following command:
sudo yum -y install texlive-pdfscreen-doc
How To Uninstall texlive-pdfscreen-doc on Fedora 36
To uninstall only the texlive-pdfscreen-doc
package we can use the following command:
sudo dnf remove texlive-pdfscreen-doc
texlive-pdfscreen-doc Package Contents on Fedora 36
/usr/share/licenses/texlive-pdfscreen-doc
/usr/share/licenses/texlive-pdfscreen-doc/lppl1.txt
/usr/share/texlive/texmf-dist/doc/latex/pdfscreen
/usr/share/texlive/texmf-dist/doc/latex/pdfscreen/logo.pdf
/usr/share/texlive/texmf-dist/doc/latex/pdfscreen/manual-print.pdf
/usr/share/texlive/texmf-dist/doc/latex/pdfscreen/manual-screen.pdf
/usr/share/texlive/texmf-dist/doc/latex/pdfscreen/manual.tex
/usr/share/texlive/texmf-dist/doc/latex/pdfscreen/nopanel.pdf
/usr/share/texlive/texmf-dist/doc/latex/pdfscreen/pdfscreen.cfg.specimen
/usr/share/texlive/texmf-dist/doc/latex/pdfscreen/portrait.pdf
/usr/share/texlive/texmf-dist/doc/latex/pdfscreen/print.pdf
/usr/share/texlive/texmf-dist/doc/latex/pdfscreen/slide.pdf
/usr/share/texlive/texmf-dist/doc/latex/pdfscreen/slide.tex
/usr/share/texlive/texmf-dist/doc/latex/pdfscreen/square.pdf
/usr/share/texlive/texmf-dist/doc/latex/pdfscreen/tex.png
/usr/share/texlive/texmf-dist/doc/latex/pdfscreen/widepanel.pdf
References
Summary
In this tutorial we learn how to install texlive-pdfscreen-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).