How To Install texlive-circledsteps on Fedora 36
Introduction
In this tutorial we learn how to install texlive-circledsteps on Fedora 36.
What is texlive-circledsteps
This package generates circled numbers (or other kinds of markers or small text) to mark “steps” in procedures, exercises, and so on.
We can use yum or dnf to install texlive-circledsteps on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-circledsteps.
Install texlive-circledsteps 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-circledsteps using dnf by running the following command:
sudo dnf -y install texlive-circledsteps
Install texlive-circledsteps 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-circledsteps using yum by running the following command:
sudo yum -y install texlive-circledsteps
How To Uninstall texlive-circledsteps on Fedora 36
To uninstall only the texlive-circledsteps package we can use the following command:
sudo dnf remove texlive-circledsteps
texlive-circledsteps Package Contents on Fedora 36
/usr/share/licenses/texlive-circledsteps
/usr/share/licenses/texlive-circledsteps/lppl1.3c.txt
/usr/share/texlive/texmf-dist/doc/latex/circledsteps
/usr/share/texlive/texmf-dist/doc/latex/circledsteps/README.md
/usr/share/texlive/texmf-dist/doc/latex/circledsteps/circledsteps-manual.pdf
/usr/share/texlive/texmf-dist/doc/latex/circledsteps/circledsteps-manual.tex
/usr/share/texlive/texmf-dist/doc/latex/circledsteps/ctikzexample.tex
/usr/share/texlive/texmf-dist/doc/latex/circledsteps/lppl-1-3c_license.txt
/usr/share/texlive/texmf-dist/tex/latex/circledsteps
/usr/share/texlive/texmf-dist/tex/latex/circledsteps/circledsteps.sty
References
Summary
In this tutorial we learn how to install texlive-circledsteps on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).