How To Install texlive-pdfjam on Fedora 36

In this tutorial we learn how to install texlive-pdfjam in Fedora 36. texlive-pdfjam is Shell scripts interfacing to pdfpages

Introduction

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

What is texlive-pdfjam

This is a collection of shell scripts which provide an interface to the pdfpages LaTeX package. They do such jobs as selecting pages, concatenating files, doing n-up formatting, and so on.

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

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

sudo dnf -y install texlive-pdfjam

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

sudo yum -y install texlive-pdfjam

How To Uninstall texlive-pdfjam on Fedora 36

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

sudo dnf remove texlive-pdfjam

texlive-pdfjam Package Contents on Fedora 36

/usr/bin/pdfjam
/usr/share/licenses/texlive-pdfjam
/usr/share/licenses/texlive-pdfjam/gpl2.txt
/usr/share/man/man1/pdfjam.1.gz
/usr/share/texlive/texmf-dist/doc/support/pdfjam
/usr/share/texlive/texmf-dist/doc/support/pdfjam/COPYING
/usr/share/texlive/texmf-dist/doc/support/pdfjam/README.md
/usr/share/texlive/texmf-dist/doc/support/pdfjam/VERSION
/usr/share/texlive/texmf-dist/doc/support/pdfjam/pdfjam.conf
/usr/share/texlive/texmf-dist/doc/support/pdfjam/tests.zip
/usr/share/texlive/texmf-dist/scripts/pdfjam
/usr/share/texlive/texmf-dist/scripts/pdfjam/pdfjam

References

Summary

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