How To Install texlive-worksheet on Fedora 36

In this tutorial we learn how to install texlive-worksheet in Fedora 36. texlive-worksheet is Easy creation of worksheets

Introduction

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

What is texlive-worksheet

This package provides macros and an environment for easy worksheet creation exercises in a simple, efficient design; typeset customized and automatically numbered worksheet titles in the same way as standard LaTeX titles (using \maketitle); provide course and author information with a scrlayer-scrpage based automated header; conforming to different babel languages. (Currently English, French, and German are supported.)

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

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

sudo dnf -y install texlive-worksheet

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

sudo yum -y install texlive-worksheet

How To Uninstall texlive-worksheet on Fedora 36

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

sudo dnf remove texlive-worksheet

texlive-worksheet Package Contents on Fedora 36

/usr/share/licenses/texlive-worksheet
/usr/share/licenses/texlive-worksheet/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/worksheet
/usr/share/texlive/texmf-dist/doc/latex/worksheet/README.md
/usr/share/texlive/texmf-dist/doc/latex/worksheet/worksheet.pdf
/usr/share/texlive/texmf-dist/doc/latex/worksheet/worksheet.tex
/usr/share/texlive/texmf-dist/tex/latex/worksheet
/usr/share/texlive/texmf-dist/tex/latex/worksheet/worksheet.sty

References

Summary

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