How To Install texlive-verifica on Fedora 36

In this tutorial we learn how to install texlive-verifica in Fedora 36. texlive-verifica is Typeset (Italian high school) exercises

Introduction

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

What is texlive-verifica

This class provides various environments and commands to produce the typical exercises contained in a test. It is mainly intended for Italian high school teachers, as the style is probably more in line with Italian high school tests.

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

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

sudo dnf -y install texlive-verifica

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

sudo yum -y install texlive-verifica

How To Uninstall texlive-verifica on Fedora 36

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

sudo dnf remove texlive-verifica

texlive-verifica Package Contents on Fedora 36

/usr/share/licenses/texlive-verifica
/usr/share/licenses/texlive-verifica/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/verifica
/usr/share/texlive/texmf-dist/doc/latex/verifica/README
/usr/share/texlive/texmf-dist/doc/latex/verifica/example1.pdf
/usr/share/texlive/texmf-dist/doc/latex/verifica/example1.tex
/usr/share/texlive/texmf-dist/doc/latex/verifica/example2.pdf
/usr/share/texlive/texmf-dist/doc/latex/verifica/example2.tex
/usr/share/texlive/texmf-dist/doc/latex/verifica/example3.pdf
/usr/share/texlive/texmf-dist/doc/latex/verifica/example3.tex
/usr/share/texlive/texmf-dist/doc/latex/verifica/example4.pdf
/usr/share/texlive/texmf-dist/doc/latex/verifica/example4.tex
/usr/share/texlive/texmf-dist/doc/latex/verifica/example5.pdf
/usr/share/texlive/texmf-dist/doc/latex/verifica/example5.tex
/usr/share/texlive/texmf-dist/doc/latex/verifica/ver-doc.sty
/usr/share/texlive/texmf-dist/doc/latex/verifica/verifica-template.tex
/usr/share/texlive/texmf-dist/doc/latex/verifica/verifica.pdf
/usr/share/texlive/texmf-dist/tex/latex/verifica
/usr/share/texlive/texmf-dist/tex/latex/verifica/verifica.cls

References

Summary

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