How To Install texlive-sesamanuel on Fedora 36

In this tutorial we learn how to install texlive-sesamanuel in Fedora 36. texlive-sesamanuel is Class and package for sesamath books or paper

Introduction

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

What is texlive-sesamanuel

The package contains a sesamanuel class which could be used to compose a student’s classroom book with LaTeX, and also a sesamanuelTIKZ style to be used for TIKZ pictures in the sesamath book.

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

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

sudo dnf -y install texlive-sesamanuel

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

sudo yum -y install texlive-sesamanuel

How To Uninstall texlive-sesamanuel on Fedora 36

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

sudo dnf remove texlive-sesamanuel

texlive-sesamanuel Package Contents on Fedora 36

/usr/share/licenses/texlive-sesamanuel
/usr/share/licenses/texlive-sesamanuel/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/sesamanuel
/usr/share/texlive/texmf-dist/tex/latex/sesamanuel/sesamanuel.cls
/usr/share/texlive/texmf-dist/tex/latex/sesamanuel/sesamanuel.sty
/usr/share/texlive/texmf-dist/tex/latex/sesamanuel/sesamanuelTIKZ.sty

References

Summary

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