How To Install texlive-sides on Fedora 36

In this tutorial we learn how to install texlive-sides in Fedora 36. texlive-sides is A LaTeX class for typesetting stage plays

Introduction

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

What is texlive-sides

This is a LaTeX class for typesetting stage plays, based on the plari class written by Antti-Juhani Kaijanaho in 1998. It has been updated and several formatting changes have been made to it–most noticibly there are no longer orphans.

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

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

sudo dnf -y install texlive-sides

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

sudo yum -y install texlive-sides

How To Uninstall texlive-sides on Fedora 36

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

sudo dnf remove texlive-sides

texlive-sides Package Contents on Fedora 36

/usr/share/licenses/texlive-sides
/usr/share/licenses/texlive-sides/gpl.txt
/usr/share/texlive/texmf-dist/tex/latex/sides
/usr/share/texlive/texmf-dist/tex/latex/sides/sides.cls

References

Summary

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