How To Install texlive-2up on Fedora 36

In this tutorial we learn how to install texlive-2up in Fedora 36. texlive-2up is Macros to print two-up

Introduction

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

What is texlive-2up

The 2up package offers considerable flexibility as to paper size and layout, and produces a standard dvi file without involving additional dvi or PostScript filters.

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

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

sudo dnf -y install texlive-2up

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

sudo yum -y install texlive-2up

How To Uninstall texlive-2up on Fedora 36

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

sudo dnf remove texlive-2up

texlive-2up Package Contents on Fedora 36

/usr/share/texlive/texmf-dist/tex/generic/2up
/usr/share/texlive/texmf-dist/tex/generic/2up/2up.sty
/usr/share/texlive/texmf-dist/tex/generic/2up/2up.tex

References

Summary

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