How To Install texlive-screenplay-pkg on Fedora 36
Introduction
In this tutorial we learn how to install texlive-screenplay-pkg on Fedora 36.
What is texlive-screenplay-pkg
This package implements the tools of the screenplay document class in the form of a package so that screenplay fragments can be included within another document class. For full documentation of the available commands, please consult the screenplay class documentation in addition to the included package documentation.
We can use yum or dnf to install texlive-screenplay-pkg on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-screenplay-pkg.
Install texlive-screenplay-pkg 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-screenplay-pkg using dnf by running the following command:
sudo dnf -y install texlive-screenplay-pkg
Install texlive-screenplay-pkg 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-screenplay-pkg using yum by running the following command:
sudo yum -y install texlive-screenplay-pkg
How To Uninstall texlive-screenplay-pkg on Fedora 36
To uninstall only the texlive-screenplay-pkg package we can use the following command:
sudo dnf remove texlive-screenplay-pkg
texlive-screenplay-pkg Package Contents on Fedora 36
/usr/share/licenses/texlive-screenplay-pkg
/usr/share/licenses/texlive-screenplay-pkg/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/screenplay-pkg
/usr/share/texlive/texmf-dist/tex/latex/screenplay-pkg/screenplay-pkg.sty
References
Summary
In this tutorial we learn how to install texlive-screenplay-pkg on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).