How To Install texlive-pstring on Fedora 36
Introduction
In this tutorial we learn how to install texlive-pstring on Fedora 36.
What is texlive-pstring
This package lets you typeset justified sequences, also called pointing strings. It’s used for instance, in research papers about Game Semantics to represent sequence of game moves with their associated justification pointers. Depending on wether using LaTeX or pdfLaTeX, the package uses PSTricks and pst-node respectively pgf/TikZ.
We can use yum or dnf to install texlive-pstring on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-pstring.
Install texlive-pstring 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-pstring using dnf by running the following command:
sudo dnf -y install texlive-pstring
Install texlive-pstring 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-pstring using yum by running the following command:
sudo yum -y install texlive-pstring
How To Uninstall texlive-pstring on Fedora 36
To uninstall only the texlive-pstring package we can use the following command:
sudo dnf remove texlive-pstring
texlive-pstring Package Contents on Fedora 36
/usr/share/licenses/texlive-pstring
/usr/share/licenses/texlive-pstring/pd.txt
/usr/share/texlive/texmf-dist/doc/latex/pstring
/usr/share/texlive/texmf-dist/doc/latex/pstring/README.md
/usr/share/texlive/texmf-dist/doc/latex/pstring/pgfmanual-en-macros.tex
/usr/share/texlive/texmf-dist/doc/latex/pstring/pstring-doc.pdf
/usr/share/texlive/texmf-dist/doc/latex/pstring/pstring-doc.pre
/usr/share/texlive/texmf-dist/doc/latex/pstring/pstring-doc.tex
/usr/share/texlive/texmf-dist/tex/latex/pstring
/usr/share/texlive/texmf-dist/tex/latex/pstring/pstring.sty
References
Summary
In this tutorial we learn how to install texlive-pstring on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).