How To Install texlive-layaureo on Fedora 36
Introduction
In this tutorial we learn how to install texlive-layaureo on Fedora 36.
What is texlive-layaureo
This package produces a wide page layout for documents that use A4 paper size. Moreover, LayAureo provides both a simple hook for leaving an empty space which is required if pages are bundled by a press binding (use option binding=length), and an option called big which it forces typearea to become maximum.
We can use yum or dnf to install texlive-layaureo on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-layaureo.
Install texlive-layaureo 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-layaureo using dnf by running the following command:
sudo dnf -y install texlive-layaureo
Install texlive-layaureo 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-layaureo using yum by running the following command:
sudo yum -y install texlive-layaureo
How To Uninstall texlive-layaureo on Fedora 36
To uninstall only the texlive-layaureo package we can use the following command:
sudo dnf remove texlive-layaureo
texlive-layaureo Package Contents on Fedora 36
/usr/share/licenses/texlive-layaureo
/usr/share/licenses/texlive-layaureo/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/layaureo
/usr/share/texlive/texmf-dist/tex/latex/layaureo/layaureo.sty
References
Summary
In this tutorial we learn how to install texlive-layaureo on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).