How To Install texlive-eq-pin2corr on Fedora 36

In this tutorial we learn how to install texlive-eq-pin2corr in Fedora 36. texlive-eq-pin2corr is Add PIN security to the “Correct” button of a quiz created by exerquiz

Introduction

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

What is texlive-eq-pin2corr

This package is an add-on to the quiz environment of the exerquiz package (part of the acrotex bundle). It adds PIN security to a quiz created by the quiz environment. To correct a quiz, the document consumer must press the “Correct” button of the quiz and successfully enter the correct PIN number. The PIN security is designed for the instructor to mark and record the student’s effort on that quiz. The package works for the usual workflows.

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

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

sudo dnf -y install texlive-eq-pin2corr

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

sudo yum -y install texlive-eq-pin2corr

How To Uninstall texlive-eq-pin2corr on Fedora 36

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

sudo dnf remove texlive-eq-pin2corr

texlive-eq-pin2corr Package Contents on Fedora 36

/usr/share/licenses/texlive-eq-pin2corr
/usr/share/licenses/texlive-eq-pin2corr/lppl1.2.txt
/usr/share/texlive/texmf-dist/doc/latex/eq-pin2corr
/usr/share/texlive/texmf-dist/doc/latex/eq-pin2corr/README.md
/usr/share/texlive/texmf-dist/doc/latex/eq-pin2corr/doc
/usr/share/texlive/texmf-dist/doc/latex/eq-pin2corr/doc/eq-pin2corr.pdf
/usr/share/texlive/texmf-dist/doc/latex/eq-pin2corr/doc/eqpin2corrman.pdf
/usr/share/texlive/texmf-dist/doc/latex/eq-pin2corr/doc/eqpin2corrman.tex
/usr/share/texlive/texmf-dist/doc/latex/eq-pin2corr/doc/install_jsfiles.pdf
/usr/share/texlive/texmf-dist/doc/latex/eq-pin2corr/doc/install_jsfiles.tex
/usr/share/texlive/texmf-dist/doc/latex/eq-pin2corr/examples
/usr/share/texlive/texmf-dist/doc/latex/eq-pin2corr/examples/get-hash-string.pdf
/usr/share/texlive/texmf-dist/doc/latex/eq-pin2corr/examples/get-hash-string.tex
/usr/share/texlive/texmf-dist/doc/latex/eq-pin2corr/examples/qz-pin-to-correct.pdf
/usr/share/texlive/texmf-dist/doc/latex/eq-pin2corr/examples/qz-pin-to-correct.tex
/usr/share/texlive/texmf-dist/tex/latex/eq-pin2corr
/usr/share/texlive/texmf-dist/tex/latex/eq-pin2corr/eq-pin2corr.sty

References

Summary

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