How To Install texlive-latex-make on Fedora 36

In this tutorial we learn how to install texlive-latex-make in Fedora 36. texlive-latex-make is Easy compiling of complex (and simple) LaTeX documents

Introduction

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

What is texlive-latex-make

This package provides several tools that aim to simplify the compilation of LaTeX documents help compiling LaTeX documents in DVI, PDF, PS, … format. Dependencies are automatically tracked compile documents with a one-line Makefile containing ‘include LaTeX.mk’. Complex documents (with multiple bibliographies, indexes, glossaries, …) should be correctly managed. figlatex.sty (with \includegraphics{file.fig}). It can interact with LaTeX.mk so that the latter automatically invokes transfig if needed. And various helper tools for LaTeX.mk This package requires GNUmake (>= 3.81).

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

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

sudo dnf -y install texlive-latex-make

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

sudo yum -y install texlive-latex-make

How To Uninstall texlive-latex-make on Fedora 36

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

sudo dnf remove texlive-latex-make

texlive-latex-make Package Contents on Fedora 36

/usr/share/licenses/texlive-latex-make
/usr/share/licenses/texlive-latex-make/gpl.txt
/usr/share/texlive/texmf-dist/scripts/latex-make
/usr/share/texlive/texmf-dist/scripts/latex-make/__pycache__
/usr/share/texlive/texmf-dist/scripts/latex-make/__pycache__/figdepth.cpython-310.opt-1.pyc
/usr/share/texlive/texmf-dist/scripts/latex-make/__pycache__/figdepth.cpython-310.pyc
/usr/share/texlive/texmf-dist/scripts/latex-make/__pycache__/gensubfig.cpython-310.opt-1.pyc
/usr/share/texlive/texmf-dist/scripts/latex-make/__pycache__/gensubfig.cpython-310.pyc
/usr/share/texlive/texmf-dist/scripts/latex-make/__pycache__/latexfilter.cpython-310.opt-1.pyc
/usr/share/texlive/texmf-dist/scripts/latex-make/__pycache__/latexfilter.cpython-310.pyc
/usr/share/texlive/texmf-dist/scripts/latex-make/__pycache__/svg2dev.cpython-310.opt-1.pyc
/usr/share/texlive/texmf-dist/scripts/latex-make/__pycache__/svg2dev.cpython-310.pyc
/usr/share/texlive/texmf-dist/scripts/latex-make/__pycache__/svgdepth.cpython-310.opt-1.pyc
/usr/share/texlive/texmf-dist/scripts/latex-make/__pycache__/svgdepth.cpython-310.pyc
/usr/share/texlive/texmf-dist/scripts/latex-make/figdepth.py
/usr/share/texlive/texmf-dist/scripts/latex-make/gensubfig.py
/usr/share/texlive/texmf-dist/scripts/latex-make/latexfilter.py
/usr/share/texlive/texmf-dist/scripts/latex-make/svg2dev.py
/usr/share/texlive/texmf-dist/scripts/latex-make/svgdepth.py
/usr/share/texlive/texmf-dist/tex/latex/latex-make
/usr/share/texlive/texmf-dist/tex/latex/latex-make/figlatex.cfg
/usr/share/texlive/texmf-dist/tex/latex/latex-make/figlatex.sty
/usr/share/texlive/texmf-dist/tex/latex/latex-make/pdfswitch.sty
/usr/share/texlive/texmf-dist/tex/latex/latex-make/texdepends.sty
/usr/share/texlive/texmf-dist/tex/latex/latex-make/texgraphicx.sty

References

Summary

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