How To Install texlive-pixelart on Fedora 36

In this tutorial we learn how to install texlive-pixelart in Fedora 36. texlive-pixelart is A package to draw pixel-art pictures

Introduction

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

What is texlive-pixelart

A LaTeX package to draw single-color pixel-art pictures using TikZ.

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

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

sudo dnf -y install texlive-pixelart

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

sudo yum -y install texlive-pixelart

How To Uninstall texlive-pixelart on Fedora 36

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

sudo dnf remove texlive-pixelart

texlive-pixelart Package Contents on Fedora 36

/usr/share/licenses/texlive-pixelart
/usr/share/licenses/texlive-pixelart/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/pixelart
/usr/share/texlive/texmf-dist/doc/latex/pixelart/CHANGELOG.md
/usr/share/texlive/texmf-dist/doc/latex/pixelart/LICENSE.txt
/usr/share/texlive/texmf-dist/doc/latex/pixelart/README.md
/usr/share/texlive/texmf-dist/doc/latex/pixelart/pixelart.pdf
/usr/share/texlive/texmf-dist/tex/latex/pixelart
/usr/share/texlive/texmf-dist/tex/latex/pixelart/pixelart.sty

References

Summary

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