How To Install texlive-pgfmorepages on Fedora 36

In this tutorial we learn how to install texlive-pgfmorepages in Fedora 36. texlive-pgfmorepages is Assemble multiple logical pages onto a physical page

Introduction

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

What is texlive-pgfmorepages

This package replaces and extends the pgfpages sub-package of the PGF system. It provides the capability to arrange multiple “logical” pages on multiple “physical” pages, for example as for arranging pages to make booklets.

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

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

sudo dnf -y install texlive-pgfmorepages

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

sudo yum -y install texlive-pgfmorepages

How To Uninstall texlive-pgfmorepages on Fedora 36

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

sudo dnf remove texlive-pgfmorepages

texlive-pgfmorepages Package Contents on Fedora 36

/usr/share/licenses/texlive-pgfmorepages
/usr/share/licenses/texlive-pgfmorepages/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/pgfmorepages
/usr/share/texlive/texmf-dist/doc/latex/pgfmorepages/README
/usr/share/texlive/texmf-dist/doc/latex/pgfmorepages/pgfmorepages.pdf
/usr/share/texlive/texmf-dist/doc/latex/pgfmorepages/pgfmorepages.tex
/usr/share/texlive/texmf-dist/tex/latex/pgfmorepages
/usr/share/texlive/texmf-dist/tex/latex/pgfmorepages/pgfmorepages.sty
/usr/share/texlive/texmf-dist/tex/latex/pgfmorepages/pgfmorepageslayouts.code.tex

References

Summary

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