How To Install texlive-scratch3 on Fedora 36
Introduction
In this tutorial we learn how to install texlive-scratch3 on Fedora 36.
What is texlive-scratch3
This package permits to draw program charts in the style of the scatch project (scratch.mit.edu). It depends on the other LaTeX packages TikZ and simplekv.
We can use yum or dnf to install texlive-scratch3 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-scratch3.
Install texlive-scratch3 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-scratch3 using dnf by running the following command:
sudo dnf -y install texlive-scratch3
Install texlive-scratch3 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-scratch3 using yum by running the following command:
sudo yum -y install texlive-scratch3
How To Uninstall texlive-scratch3 on Fedora 36
To uninstall only the texlive-scratch3 package we can use the following command:
sudo dnf remove texlive-scratch3
texlive-scratch3 Package Contents on Fedora 36
/usr/share/licenses/texlive-scratch3
/usr/share/licenses/texlive-scratch3/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/scratch3
/usr/share/texlive/texmf-dist/doc/latex/scratch3/README
/usr/share/texlive/texmf-dist/doc/latex/scratch3/scratch3-fr.pdf
/usr/share/texlive/texmf-dist/doc/latex/scratch3/scratch3-fr.tex
/usr/share/texlive/texmf-dist/tex/latex/scratch3
/usr/share/texlive/texmf-dist/tex/latex/scratch3/scratch3.sty
References
Summary
In this tutorial we learn how to install texlive-scratch3 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).