How To Install texlive-matapli on Fedora 36
Introduction
In this tutorial we learn how to install texlive-matapli on Fedora 36.
What is texlive-matapli
This is a class for the french journal “MATAPLI” of the Societe de Mathematiques Appliquees et Industrielles (SMAI).
We can use yum or dnf to install texlive-matapli on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-matapli.
Install texlive-matapli 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-matapli using dnf by running the following command:
sudo dnf -y install texlive-matapli
Install texlive-matapli 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-matapli using yum by running the following command:
sudo yum -y install texlive-matapli
How To Uninstall texlive-matapli on Fedora 36
To uninstall only the texlive-matapli package we can use the following command:
sudo dnf remove texlive-matapli
texlive-matapli Package Contents on Fedora 36
/usr/share/licenses/texlive-matapli
/usr/share/licenses/texlive-matapli/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/matapli
/usr/share/texlive/texmf-dist/doc/latex/matapli/README.md
/usr/share/texlive/texmf-dist/doc/latex/matapli/auto
/usr/share/texlive/texmf-dist/doc/latex/matapli/auto/bibliomatapli.el
/usr/share/texlive/texmf-dist/doc/latex/matapli/auto/matapli-doc.el
/usr/share/texlive/texmf-dist/doc/latex/matapli/bibliomatapli.bib
/usr/share/texlive/texmf-dist/doc/latex/matapli/examples
/usr/share/texlive/texmf-dist/doc/latex/matapli/examples/couverture
/usr/share/texlive/texmf-dist/doc/latex/matapli/examples/couverture/3e.pdf
/usr/share/texlive/texmf-dist/doc/latex/matapli/examples/couverture/4e.pdf
/usr/share/texlive/texmf-dist/doc/latex/matapli/examples/couverture/CIMPA.png
/usr/share/texlive/texmf-dist/doc/latex/matapli/examples/couverture/Logo.pdf
/usr/share/texlive/texmf-dist/doc/latex/matapli/examples/couverture/corona.jpg
/usr/share/texlive/texmf-dist/doc/latex/matapli/examples/couverture/couverture.jpg
/usr/share/texlive/texmf-dist/doc/latex/matapli/examples/couverture/couvertureModele.pdf
/usr/share/texlive/texmf-dist/doc/latex/matapli/examples/couverture/couvertureModele.tex
/usr/share/texlive/texmf-dist/doc/latex/matapli/examples/couverture/fond-production.svg
/usr/share/texlive/texmf-dist/doc/latex/matapli/examples/couverture/fond.pdf
/usr/share/texlive/texmf-dist/doc/latex/matapli/examples/couverture/redactionModele.tex
/usr/share/texlive/texmf-dist/doc/latex/matapli/examples/modeleauteur
/usr/share/texlive/texmf-dist/doc/latex/matapli/examples/modeleauteur/chap1.bib
/usr/share/texlive/texmf-dist/doc/latex/matapli/examples/modeleauteur/modele.pdf
/usr/share/texlive/texmf-dist/doc/latex/matapli/examples/modeleauteur/modele.tex
/usr/share/texlive/texmf-dist/doc/latex/matapli/examples/modeleauteur/portrait.png
/usr/share/texlive/texmf-dist/doc/latex/matapli/fond-doc.pdf
/usr/share/texlive/texmf-dist/doc/latex/matapli/matapli-doc.fdb_latexmk
/usr/share/texlive/texmf-dist/doc/latex/matapli/matapli-doc.fls
/usr/share/texlive/texmf-dist/doc/latex/matapli/matapli-doc.pdf
/usr/share/texlive/texmf-dist/doc/latex/matapli/matapli-doc.tex
/usr/share/texlive/texmf-dist/doc/latex/matapli/matapli-title.pdf
/usr/share/texlive/texmf-dist/doc/latex/matapli/mataplidoc.cls
/usr/share/texlive/texmf-dist/tex/latex/matapli
/usr/share/texlive/texmf-dist/tex/latex/matapli/matapli.cls
References
Summary
In this tutorial we learn how to install texlive-matapli on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).