How To Install texlive-twoup on Fedora 36
Introduction
In this tutorial we learn how to install texlive-twoup on Fedora 36.
What is texlive-twoup
MiKTeX and many other TeX implementations include tools for massaging PostScript into booklet and two-up printing – that is, printing two logical pages side by side on one side of one sheet of paper. However, some LaTeX preliminaries are necessary to use those tools. The twoup package provides such preliminaries and gives advice on how to use the PostScript tools.
We can use yum or dnf to install texlive-twoup on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-twoup.
Install texlive-twoup 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-twoup using dnf by running the following command:
sudo dnf -y install texlive-twoup
Install texlive-twoup 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-twoup using yum by running the following command:
sudo yum -y install texlive-twoup
How To Uninstall texlive-twoup on Fedora 36
To uninstall only the texlive-twoup package we can use the following command:
sudo dnf remove texlive-twoup
texlive-twoup Package Contents on Fedora 36
/usr/share/licenses/texlive-twoup
/usr/share/licenses/texlive-twoup/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/twoup
/usr/share/texlive/texmf-dist/tex/latex/twoup/twoup.sty
References
Summary
In this tutorial we learn how to install texlive-twoup on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).