How To Install texlive-luamesh on Fedora 36

In this tutorial we learn how to install texlive-luamesh in Fedora 36. texlive-luamesh is Computes and draws 2D Delaunay triangulation

Introduction

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

What is texlive-luamesh

The package allows to compute and draw 2D Delaunay triangulation. The algorithm is written with lua, and depending upon the choice of the engine, the drawing is done by MetaPost (with luamplib) or by TikZ. The Delaunay triangulation algorithm is the Bowyer and Watson algorithm. Several macros are provided to draw the global mesh, the set of points, or a particular step of the algorithm.

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

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

sudo dnf -y install texlive-luamesh

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

sudo yum -y install texlive-luamesh

How To Uninstall texlive-luamesh on Fedora 36

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

sudo dnf remove texlive-luamesh

texlive-luamesh Package Contents on Fedora 36

/usr/share/licenses/texlive-luamesh
/usr/share/licenses/texlive-luamesh/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/lualatex/luamesh
/usr/share/texlive/texmf-dist/doc/lualatex/luamesh/README
/usr/share/texlive/texmf-dist/doc/lualatex/luamesh/animation-crop.pdf
/usr/share/texlive/texmf-dist/doc/lualatex/luamesh/biblio.bib
/usr/share/texlive/texmf-dist/doc/lualatex/luamesh/dum.tex
/usr/share/texlive/texmf-dist/doc/lualatex/luamesh/fond.mp
/usr/share/texlive/texmf-dist/doc/lualatex/luamesh/fond.pdf
/usr/share/texlive/texmf-dist/doc/lualatex/luamesh/luamesh-doc.pdf
/usr/share/texlive/texmf-dist/doc/lualatex/luamesh/luamesh-doc.tex
/usr/share/texlive/texmf-dist/doc/lualatex/luamesh/luamesh-title.pdf
/usr/share/texlive/texmf-dist/doc/lualatex/luamesh/luameshdoc.cls
/usr/share/texlive/texmf-dist/doc/lualatex/luamesh/maillage.geo
/usr/share/texlive/texmf-dist/doc/lualatex/luamesh/maillage.msh
/usr/share/texlive/texmf-dist/doc/lualatex/luamesh/maillagev4.msh
/usr/share/texlive/texmf-dist/doc/lualatex/luamesh/mesh.txt
/usr/share/texlive/texmf-dist/doc/lualatex/luamesh/meshgarde.txt
/usr/share/texlive/texmf-dist/scripts/luamesh
/usr/share/texlive/texmf-dist/scripts/luamesh/luamesh-polygon.lua
/usr/share/texlive/texmf-dist/scripts/luamesh/luamesh-tex.lua
/usr/share/texlive/texmf-dist/scripts/luamesh/luamesh.lua
/usr/share/texlive/texmf-dist/tex/lualatex/luamesh
/usr/share/texlive/texmf-dist/tex/lualatex/luamesh/luamesh.sty

References

Summary

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