How To Install texlive-tikz-sfc on Fedora 36
Introduction
In this tutorial we learn how to install texlive-tikz-sfc
on Fedora 36.
What is texlive-tikz-sfc
This package contains a collection of symbols for typesetting Sequential Function Chart (SFC) diagrams in agreement with the international standard IEC-61131-3/2013. It includes steps (normal and initial), transitions, actions and actions qualifiers (with and without time duration). It extends the circuit library of TikZ and allows you to draw an SFC diagram in same way you would draw any other circuit.
We can use yum
or dnf
to install texlive-tikz-sfc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-tikz-sfc.
Install texlive-tikz-sfc 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-tikz-sfc
using dnf
by running the following command:
sudo dnf -y install texlive-tikz-sfc
Install texlive-tikz-sfc 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-tikz-sfc
using yum
by running the following command:
sudo yum -y install texlive-tikz-sfc
How To Uninstall texlive-tikz-sfc on Fedora 36
To uninstall only the texlive-tikz-sfc
package we can use the following command:
sudo dnf remove texlive-tikz-sfc
texlive-tikz-sfc Package Contents on Fedora 36
/usr/share/licenses/texlive-tikz-sfc
/usr/share/licenses/texlive-tikz-sfc/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/tikz-sfc
/usr/share/texlive/texmf-dist/doc/latex/tikz-sfc/BeamerAnimation.pdf
/usr/share/texlive/texmf-dist/doc/latex/tikz-sfc/BeamerAnimation.tex
/usr/share/texlive/texmf-dist/doc/latex/tikz-sfc/README.txt
/usr/share/texlive/texmf-dist/doc/latex/tikz-sfc/tikz-sfc-doc.pdf
/usr/share/texlive/texmf-dist/doc/latex/tikz-sfc/tikz-sfc-doc.tex
/usr/share/texlive/texmf-dist/tex/latex/tikz-sfc
/usr/share/texlive/texmf-dist/tex/latex/tikz-sfc/tikzlibrarycircuits.plc.sfc.code.tex
References
Summary
In this tutorial we learn how to install texlive-tikz-sfc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).