How To Install texlive-recipebook on Fedora 36

In this tutorial we learn how to install texlive-recipebook in Fedora 36. texlive-recipebook is Typeset 5.5" x 8" recipes for browsing or printing

Introduction

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

What is texlive-recipebook

This is a LaTeX2e class for typesetting recipes. It is designed for typesetting one or two recipes per page, with dimensions of 5.5" x 8.5". The hyperlinked table of contents (ToC) and page numbers make browsing recipes convenient, and the pages can be joined together or printed two per sheet to normal letterpaper easily. The size was chosen to work in half-page 3-ring binder cover sheets.

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

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

sudo dnf -y install texlive-recipebook

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

sudo yum -y install texlive-recipebook

How To Uninstall texlive-recipebook on Fedora 36

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

sudo dnf remove texlive-recipebook

texlive-recipebook Package Contents on Fedora 36

/usr/share/licenses/texlive-recipebook
/usr/share/licenses/texlive-recipebook/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/recipebook
/usr/share/texlive/texmf-dist/tex/latex/recipebook/RecipeBook.cls

References

Summary

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