How To Install texlive-willowtreebook on Fedora 36
Introduction
In this tutorial we learn how to install texlive-willowtreebook on Fedora 36.
What is texlive-willowtreebook
The willowtreebook class is a simple book class, which the author uses for his lecture notes to be found on his web page Benjamin McKay. It actually just selects options for the more sophisticated memoir class.
We can use yum or dnf to install texlive-willowtreebook on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-willowtreebook.
Install texlive-willowtreebook 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-willowtreebook using dnf by running the following command:
sudo dnf -y install texlive-willowtreebook
Install texlive-willowtreebook 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-willowtreebook using yum by running the following command:
sudo yum -y install texlive-willowtreebook
How To Uninstall texlive-willowtreebook on Fedora 36
To uninstall only the texlive-willowtreebook package we can use the following command:
sudo dnf remove texlive-willowtreebook
texlive-willowtreebook Package Contents on Fedora 36
/usr/share/licenses/texlive-willowtreebook
/usr/share/licenses/texlive-willowtreebook/lppl1.3c.txt
/usr/share/texlive/texmf-dist/doc/latex/willowtreebook
/usr/share/texlive/texmf-dist/doc/latex/willowtreebook/README
/usr/share/texlive/texmf-dist/doc/latex/willowtreebook/willow.jpg
/usr/share/texlive/texmf-dist/doc/latex/willowtreebook/willowtreebook.bib
/usr/share/texlive/texmf-dist/doc/latex/willowtreebook/willowtreebook.pdf
/usr/share/texlive/texmf-dist/doc/latex/willowtreebook/willowtreebook.tex
/usr/share/texlive/texmf-dist/tex/latex/willowtreebook
/usr/share/texlive/texmf-dist/tex/latex/willowtreebook/willowtreebook.cls
References
Summary
In this tutorial we learn how to install texlive-willowtreebook on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).