How To Install texlive-pst-circ on Fedora 36

In this tutorial we learn how to install texlive-pst-circ in Fedora 36. texlive-pst-circ is PSTricks package for drawing electric circuits

Introduction

In this tutorial we learn how to install texlive-pst-circ on Fedora 36.

What is texlive-pst-circ

The package is built using PSTricks and in particular pst-node. It can easily draw current 2-terminal devices and some 3- and 4- terminal devices used in electronic or electric theory. The package’s macros are designed with a view to ’logical’ representation of circuits, as far as possible, so as to relieve the user of purely graphical considerations when expressing a circuit.

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

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

sudo dnf -y install texlive-pst-circ

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

sudo yum -y install texlive-pst-circ

How To Uninstall texlive-pst-circ on Fedora 36

To uninstall only the texlive-pst-circ package we can use the following command:

sudo dnf remove texlive-pst-circ

texlive-pst-circ Package Contents on Fedora 36

/usr/share/licenses/texlive-pst-circ
/usr/share/licenses/texlive-pst-circ/lppl1.txt
/usr/share/texlive/texmf-dist/dvips/pst-circ
/usr/share/texlive/texmf-dist/dvips/pst-circ/pst-circ.pro
/usr/share/texlive/texmf-dist/tex/generic/pst-circ
/usr/share/texlive/texmf-dist/tex/generic/pst-circ/pst-circ.tex
/usr/share/texlive/texmf-dist/tex/latex/pst-circ
/usr/share/texlive/texmf-dist/tex/latex/pst-circ/pst-circ.sty

References

Summary

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