How To Install texlive-pfarrei on Fedora 36
Introduction
In this tutorial we learn how to install texlive-pfarrei
on Fedora 36.
What is texlive-pfarrei
In “Die TeXnische Komodie” (issue 1/2013) Christian Justen described his use of LaTeX in his work as priest (similar requirements may be encountered in the work of pastors and other ministers of religion). One point was to arrange A5 pages onto A4 landscape paper, either side-by-side or as a booklet. Justen made two bash scripts for this job; the package provides one texlua script for both requirements.
We can use yum
or dnf
to install texlive-pfarrei
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-pfarrei.
Install texlive-pfarrei 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-pfarrei
using dnf
by running the following command:
sudo dnf -y install texlive-pfarrei
Install texlive-pfarrei 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-pfarrei
using yum
by running the following command:
sudo yum -y install texlive-pfarrei
How To Uninstall texlive-pfarrei on Fedora 36
To uninstall only the texlive-pfarrei
package we can use the following command:
sudo dnf remove texlive-pfarrei
texlive-pfarrei Package Contents on Fedora 36
/usr/bin/a5toa4
/usr/bin/pfarrei
/usr/share/licenses/texlive-pfarrei
/usr/share/licenses/texlive-pfarrei/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/pfarrei
/usr/share/texlive/texmf-dist/doc/latex/pfarrei/pfarrei.pdf
/usr/share/texlive/texmf-dist/scripts/pfarrei
/usr/share/texlive/texmf-dist/scripts/pfarrei/a5toa4.tlu
/usr/share/texlive/texmf-dist/scripts/pfarrei/pfarrei.tlu
/usr/share/texlive/texmf-dist/tex/latex/pfarrei
/usr/share/texlive/texmf-dist/tex/latex/pfarrei/a5toa4.tex
/usr/share/texlive/texmf-dist/tex/latex/pfarrei/pfarrei.sty
References
Summary
In this tutorial we learn how to install texlive-pfarrei
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).