How To Install texlive-thalie on Fedora 36

In this tutorial we learn how to install texlive-thalie in Fedora 36. texlive-thalie is Typeset drama plays

Introduction

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

What is texlive-thalie

The package provides tools to typeset drama plays. It defines commands to introduce characters’ lines, to render stage directions, to divide a play into acts and scenes and to build the dramatis personae automatically.

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

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

sudo dnf -y install texlive-thalie

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

sudo yum -y install texlive-thalie

How To Uninstall texlive-thalie on Fedora 36

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

sudo dnf remove texlive-thalie

texlive-thalie Package Contents on Fedora 36

/usr/share/licenses/texlive-thalie
/usr/share/licenses/texlive-thalie/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/thalie
/usr/share/texlive/texmf-dist/tex/latex/thalie/thalie-english.trsl
/usr/share/texlive/texmf-dist/tex/latex/thalie/thalie-fallback.trsl
/usr/share/texlive/texmf-dist/tex/latex/thalie/thalie-french.trsl
/usr/share/texlive/texmf-dist/tex/latex/thalie/thalie-german.trsl
/usr/share/texlive/texmf-dist/tex/latex/thalie/thalie.sty

References

Summary

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