How To Install texlive-pdf-trans on Fedora 36

In this tutorial we learn how to install texlive-pdf-trans in Fedora 36. texlive-pdf-trans is A set of macros for various transformations of TeX boxes

Introduction

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

What is texlive-pdf-trans

pdf-trans is a set of macros offering various transformations of TeX boxes (based on plain and pdfeTeX primitives). It was initially inspired by trans.tex, remade to work with pdfTeX.

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

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

sudo dnf -y install texlive-pdf-trans

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

sudo yum -y install texlive-pdf-trans

How To Uninstall texlive-pdf-trans on Fedora 36

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

sudo dnf remove texlive-pdf-trans

texlive-pdf-trans Package Contents on Fedora 36

/usr/share/licenses/texlive-pdf-trans
/usr/share/licenses/texlive-pdf-trans/pd.txt
/usr/share/texlive/texmf-dist/tex/generic/pdf-trans
/usr/share/texlive/texmf-dist/tex/generic/pdf-trans/pdf-trans.tex

References

Summary

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