How To Install texlive-handin on Fedora 36
Introduction
In this tutorial we learn how to install texlive-handin on Fedora 36.
What is texlive-handin
This package is for students creating school submissions using LaTeX. It is especially suitable for math, physics, statistics and the like. It can easily be used for creating exercises, too.
We can use yum or dnf to install texlive-handin on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-handin.
Install texlive-handin 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-handin using dnf by running the following command:
sudo dnf -y install texlive-handin
Install texlive-handin 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-handin using yum by running the following command:
sudo yum -y install texlive-handin
How To Uninstall texlive-handin on Fedora 36
To uninstall only the texlive-handin package we can use the following command:
sudo dnf remove texlive-handin
texlive-handin Package Contents on Fedora 36
/usr/share/licenses/texlive-handin
/usr/share/licenses/texlive-handin/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/handin
/usr/share/texlive/texmf-dist/doc/latex/handin/README.txt
/usr/share/texlive/texmf-dist/doc/latex/handin/example.pdf
/usr/share/texlive/texmf-dist/doc/latex/handin/example.tex
/usr/share/texlive/texmf-dist/doc/latex/handin/handin-doc.pdf
/usr/share/texlive/texmf-dist/doc/latex/handin/handin-doc.tex
/usr/share/texlive/texmf-dist/doc/latex/handin/layout.pdf
/usr/share/texlive/texmf-dist/tex/latex/handin
/usr/share/texlive/texmf-dist/tex/latex/handin/handin.sty
References
Summary
In this tutorial we learn how to install texlive-handin on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).