How To Install texlive-pst-dart on Fedora 36
Introduction
In this tutorial we learn how to install texlive-pst-dart
on Fedora 36.
What is texlive-pst-dart
pst-dart is a PSTricks related package and draws Dart Boards. Optional arguments are the unit and the fontsize.
We can use yum
or dnf
to install texlive-pst-dart
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-pst-dart.
Install texlive-pst-dart 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-dart
using dnf
by running the following command:
sudo dnf -y install texlive-pst-dart
Install texlive-pst-dart 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-dart
using yum
by running the following command:
sudo yum -y install texlive-pst-dart
How To Uninstall texlive-pst-dart on Fedora 36
To uninstall only the texlive-pst-dart
package we can use the following command:
sudo dnf remove texlive-pst-dart
texlive-pst-dart Package Contents on Fedora 36
/usr/share/licenses/texlive-pst-dart
/usr/share/licenses/texlive-pst-dart/lppl.txt
/usr/share/texlive/texmf-dist/doc/generic/pst-dart
/usr/share/texlive/texmf-dist/doc/generic/pst-dart/Changes
/usr/share/texlive/texmf-dist/doc/generic/pst-dart/README.md
/usr/share/texlive/texmf-dist/doc/generic/pst-dart/pst-dart-doc.bib
/usr/share/texlive/texmf-dist/doc/generic/pst-dart/pst-dart-doc.pdf
/usr/share/texlive/texmf-dist/doc/generic/pst-dart/pst-dart-doc.tex
/usr/share/texlive/texmf-dist/tex/generic/pst-dart
/usr/share/texlive/texmf-dist/tex/generic/pst-dart/pst-dart.tex
/usr/share/texlive/texmf-dist/tex/latex/pst-dart
/usr/share/texlive/texmf-dist/tex/latex/pst-dart/pst-dart.sty
References
Summary
In this tutorial we learn how to install texlive-pst-dart
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).