How To Install texlive-handout on Fedora 36
Introduction
In this tutorial we learn how to install texlive-handout on Fedora 36.
What is texlive-handout
In some fields of scholarship, a beamer does not offer good support when giving a talk in a proceeding. For example, in classical philology, the main sources are text, and it will be better to distribute a handout to the audience with extracts of the texts about which we will talk. The package supports preparation of such handouts when writing the talk.
We can use yum or dnf to install texlive-handout on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-handout.
Install texlive-handout 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-handout using dnf by running the following command:
sudo dnf -y install texlive-handout
Install texlive-handout 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-handout using yum by running the following command:
sudo yum -y install texlive-handout
How To Uninstall texlive-handout on Fedora 36
To uninstall only the texlive-handout package we can use the following command:
sudo dnf remove texlive-handout
texlive-handout Package Contents on Fedora 36
/usr/share/licenses/texlive-handout
/usr/share/licenses/texlive-handout/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/handout
/usr/share/texlive/texmf-dist/tex/latex/handout/handout.sty
References
Summary
In this tutorial we learn how to install texlive-handout on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).