How To Install texlive-penrose on Fedora 36
Introduction
In this tutorial we learn how to install texlive-penrose on Fedora 36.
What is texlive-penrose
This package provides a TikZ library for drawing Penrose tiles. It currently supports the kite/dart, rhombus, and pentagon tile sets. There are two main methods for their placement automatically generates a tiling, and one that allows for “by hand” placement. Furthermore, the tiles themselves can be deformed and will still (hopefully!) fit together in the correct fashion.
We can use yum or dnf to install texlive-penrose on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-penrose.
Install texlive-penrose 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-penrose using dnf by running the following command:
sudo dnf -y install texlive-penrose
Install texlive-penrose 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-penrose using yum by running the following command:
sudo yum -y install texlive-penrose
How To Uninstall texlive-penrose on Fedora 36
To uninstall only the texlive-penrose package we can use the following command:
sudo dnf remove texlive-penrose
texlive-penrose Package Contents on Fedora 36
/usr/share/licenses/texlive-penrose
/usr/share/licenses/texlive-penrose/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/penrose
/usr/share/texlive/texmf-dist/doc/latex/penrose/README
/usr/share/texlive/texmf-dist/doc/latex/penrose/README.txt
/usr/share/texlive/texmf-dist/doc/latex/penrose/penrose.pdf
/usr/share/texlive/texmf-dist/doc/latex/penrose/penrose.tex
/usr/share/texlive/texmf-dist/doc/latex/penrose/penrose_code.pdf
/usr/share/texlive/texmf-dist/tex/latex/penrose
/usr/share/texlive/texmf-dist/tex/latex/penrose/tikzlibrarypenrose.code.tex
References
Summary
In this tutorial we learn how to install texlive-penrose on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).