How To Install texlive-puyotikz on Fedora 36
Introduction
In this tutorial we learn how to install texlive-puyotikz
on Fedora 36.
What is texlive-puyotikz
This LaTeX package permits to quickly typeset board states of Puyo Puyo games. It supports large and small boards with arbitrary shape, hidden rows, current and next puyos, labels and move planning markers. The package requires Python3 in support of scripts driven by PythonTeX.
We can use yum
or dnf
to install texlive-puyotikz
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-puyotikz.
Install texlive-puyotikz 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-puyotikz
using dnf
by running the following command:
sudo dnf -y install texlive-puyotikz
Install texlive-puyotikz 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-puyotikz
using yum
by running the following command:
sudo yum -y install texlive-puyotikz
How To Uninstall texlive-puyotikz on Fedora 36
To uninstall only the texlive-puyotikz
package we can use the following command:
sudo dnf remove texlive-puyotikz
texlive-puyotikz Package Contents on Fedora 36
/usr/share/texlive/texmf-dist/doc/latex/puyotikz
/usr/share/texlive/texmf-dist/doc/latex/puyotikz/LICENSE
/usr/share/texlive/texmf-dist/doc/latex/puyotikz/README.md
/usr/share/texlive/texmf-dist/doc/latex/puyotikz/puyotikz.pdf
/usr/share/texlive/texmf-dist/doc/latex/puyotikz/puyotikz.tex
/usr/share/texlive/texmf-dist/scripts/puyotikz
/usr/share/texlive/texmf-dist/scripts/puyotikz/puyotikz.py
/usr/share/texlive/texmf-dist/tex/latex/puyotikz
/usr/share/texlive/texmf-dist/tex/latex/puyotikz/puyotikz.sty
References
Summary
In this tutorial we learn how to install texlive-puyotikz
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).