How To Install texlive-scratchx on Fedora 36
Introduction
In this tutorial we learn how to install texlive-scratchx on Fedora 36.
What is texlive-scratchx
This package can be used to include every kind of Scratch program in LaTeX documents. This may be particularly useful for Math Teachers and IT specialists. The package depends on the following other LaTeX packages xargs, and xstring.
We can use yum or dnf to install texlive-scratchx on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-scratchx.
Install texlive-scratchx 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-scratchx using dnf by running the following command:
sudo dnf -y install texlive-scratchx
Install texlive-scratchx 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-scratchx using yum by running the following command:
sudo yum -y install texlive-scratchx
How To Uninstall texlive-scratchx on Fedora 36
To uninstall only the texlive-scratchx package we can use the following command:
sudo dnf remove texlive-scratchx
texlive-scratchx Package Contents on Fedora 36
/usr/share/licenses/texlive-scratchx
/usr/share/licenses/texlive-scratchx/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/scratchx
/usr/share/texlive/texmf-dist/doc/latex/scratchx/Explanations_ScratchX.pdf
/usr/share/texlive/texmf-dist/doc/latex/scratchx/Explanations_ScratchX.tex
/usr/share/texlive/texmf-dist/doc/latex/scratchx/Explications_ScratchX.pdf
/usr/share/texlive/texmf-dist/doc/latex/scratchx/Explications_ScratchX.tex
/usr/share/texlive/texmf-dist/doc/latex/scratchx/README.txt
/usr/share/texlive/texmf-dist/tex/latex/scratchx
/usr/share/texlive/texmf-dist/tex/latex/scratchx/ScratchX.sty
References
Summary
In this tutorial we learn how to install texlive-scratchx on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).