How To Install texlive-pdfscreen on Fedora 36

In this tutorial we learn how to install texlive-pdfscreen in Fedora 36. texlive-pdfscreen is Support screen-based document design

Introduction

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

What is texlive-pdfscreen

An extension of the hyperref package to provide a screen-based document design. This package helps to generate pdf documents that are readable on screen and will fit the screen’s aspect ratio. Also it can be used with various options to produce regular print versions of the same document without any extra effort.

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

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

sudo dnf -y install texlive-pdfscreen

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

sudo yum -y install texlive-pdfscreen

How To Uninstall texlive-pdfscreen on Fedora 36

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

sudo dnf remove texlive-pdfscreen

texlive-pdfscreen Package Contents on Fedora 36

/usr/share/licenses/texlive-pdfscreen
/usr/share/licenses/texlive-pdfscreen/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/pdfscreen
/usr/share/texlive/texmf-dist/tex/latex/pdfscreen/but.pdf
/usr/share/texlive/texmf-dist/tex/latex/pdfscreen/button.pdf
/usr/share/texlive/texmf-dist/tex/latex/pdfscreen/left.pdf
/usr/share/texlive/texmf-dist/tex/latex/pdfscreen/overlay.pdf
/usr/share/texlive/texmf-dist/tex/latex/pdfscreen/overlay0.pdf
/usr/share/texlive/texmf-dist/tex/latex/pdfscreen/overlay1.pdf
/usr/share/texlive/texmf-dist/tex/latex/pdfscreen/overlay10.pdf
/usr/share/texlive/texmf-dist/tex/latex/pdfscreen/overlay2.pdf
/usr/share/texlive/texmf-dist/tex/latex/pdfscreen/overlay3.pdf
/usr/share/texlive/texmf-dist/tex/latex/pdfscreen/overlay4.pdf
/usr/share/texlive/texmf-dist/tex/latex/pdfscreen/overlay5.pdf
/usr/share/texlive/texmf-dist/tex/latex/pdfscreen/overlay6.pdf
/usr/share/texlive/texmf-dist/tex/latex/pdfscreen/overlay7.pdf
/usr/share/texlive/texmf-dist/tex/latex/pdfscreen/overlay8.pdf
/usr/share/texlive/texmf-dist/tex/latex/pdfscreen/overlay9.pdf
/usr/share/texlive/texmf-dist/tex/latex/pdfscreen/pdfscreen.sty
/usr/share/texlive/texmf-dist/tex/latex/pdfscreen/right.pdf

References

Summary

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