How To Install texlive-pst-venn on Fedora 36

In this tutorial we learn how to install texlive-pst-venn in Fedora 36. texlive-pst-venn is A PSTricks package for drawing Venn sets

Introduction

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

What is texlive-pst-venn

This is a PSTricks related package for drawing Venn diagrams with three circles.

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

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

sudo dnf -y install texlive-pst-venn

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

sudo yum -y install texlive-pst-venn

How To Uninstall texlive-pst-venn on Fedora 36

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

sudo dnf remove texlive-pst-venn

texlive-pst-venn Package Contents on Fedora 36

/usr/share/licenses/texlive-pst-venn
/usr/share/licenses/texlive-pst-venn/lppl.txt
/usr/share/texlive/texmf-dist/doc/generic/pst-venn
/usr/share/texlive/texmf-dist/doc/generic/pst-venn/Changes
/usr/share/texlive/texmf-dist/doc/generic/pst-venn/README
/usr/share/texlive/texmf-dist/doc/generic/pst-venn/pst-venn-doc.bib
/usr/share/texlive/texmf-dist/doc/generic/pst-venn/pst-venn-doc.pdf
/usr/share/texlive/texmf-dist/doc/generic/pst-venn/pst-venn-doc.tex
/usr/share/texlive/texmf-dist/tex/latex/pst-venn
/usr/share/texlive/texmf-dist/tex/latex/pst-venn/pst-venn.sty

References

Summary

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