How To Install texlive-ppr-prv on Fedora 36

In this tutorial we learn how to install texlive-ppr-prv in Fedora 36. texlive-ppr-prv is Prosper preview

Introduction

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

What is texlive-ppr-prv

This class is used with LaTeX presentations using the prosper class. ppr-prv stands for ‘Prosper Preview’. The aim of this class is to produce a printable version of the slides written with Prosper, with two slides per page.

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

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

sudo dnf -y install texlive-ppr-prv

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

sudo yum -y install texlive-ppr-prv

How To Uninstall texlive-ppr-prv on Fedora 36

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

sudo dnf remove texlive-ppr-prv

texlive-ppr-prv Package Contents on Fedora 36

/usr/share/licenses/texlive-ppr-prv
/usr/share/licenses/texlive-ppr-prv/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/ppr-prv
/usr/share/texlive/texmf-dist/tex/latex/ppr-prv/HAP-ppr-prv.def
/usr/share/texlive/texmf-dist/tex/latex/ppr-prv/ppr-prv.cls

References

Summary

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