How To Install texlive-tikz-ladder on Fedora 36

In this tutorial we learn how to install texlive-tikz-ladder in Fedora 36. texlive-tikz-ladder is Draw ladder diagrams using TikZ

Introduction

In this tutorial we learn how to install texlive-tikz-ladder on Fedora 36.

What is texlive-tikz-ladder

The tikz-ladder package contains a collection of symbols for typesetting ladder diagrams (PLC program) in agreement with the international standard IEC-61131-3/2013. It includes blocks (for representing functions and function blocks) besides contacts and coils. It extends the circuit library of TikZ and allows you to draw a ladder diagram in the same way as you would draw any other circuit.

We can use yum or dnf to install texlive-tikz-ladder on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-tikz-ladder.

Install texlive-tikz-ladder 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-ladder using dnf by running the following command:

sudo dnf -y install texlive-tikz-ladder

Install texlive-tikz-ladder 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-ladder using yum by running the following command:

sudo yum -y install texlive-tikz-ladder

How To Uninstall texlive-tikz-ladder on Fedora 36

To uninstall only the texlive-tikz-ladder package we can use the following command:

sudo dnf remove texlive-tikz-ladder

texlive-tikz-ladder Package Contents on Fedora 36

/usr/share/licenses/texlive-tikz-ladder
/usr/share/licenses/texlive-tikz-ladder/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/tikz-ladder
/usr/share/texlive/texmf-dist/doc/latex/tikz-ladder/README.txt
/usr/share/texlive/texmf-dist/doc/latex/tikz-ladder/tikz-ladder-doc.pdf
/usr/share/texlive/texmf-dist/doc/latex/tikz-ladder/tikz-ladder-doc.tex
/usr/share/texlive/texmf-dist/tex/latex/tikz-ladder
/usr/share/texlive/texmf-dist/tex/latex/tikz-ladder/tikzlibrarycircuits.plc.ladder.code.tex

References

Summary

In this tutorial we learn how to install texlive-tikz-ladder on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).