How To Install texlive-menucard on Fedora 36

In this tutorial we learn how to install texlive-menucard in Fedora 36. texlive-menucard is Typesetting menu cards with LaTeX

Introduction

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

What is texlive-menucard

This LaTeX package can be used for typesetting simple restaurant menus.

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

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

sudo dnf -y install texlive-menucard

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

sudo yum -y install texlive-menucard

How To Uninstall texlive-menucard on Fedora 36

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

sudo dnf remove texlive-menucard

texlive-menucard Package Contents on Fedora 36

/usr/share/licenses/texlive-menucard
/usr/share/licenses/texlive-menucard/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/menucard
/usr/share/texlive/texmf-dist/doc/latex/menucard/README
/usr/share/texlive/texmf-dist/doc/latex/menucard/menucard.pdf
/usr/share/texlive/texmf-dist/tex/latex/menucard
/usr/share/texlive/texmf-dist/tex/latex/menucard/menucard.sty

References

Summary

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