How To Install texlive-quiz2socrative on Fedora 36
Introduction
In this tutorial we learn how to install texlive-quiz2socrative on Fedora 36.
What is texlive-quiz2socrative
This is a LaTeX package for preparing multiple choice, true/false, and short answer questions. Its main purpose is to offer a tool to easily insert rather complicated mathematical material in socrative quizzes (see https package requires the following other LaTeX packages etoolbox, graphicx, ifthen, listofitems, moresize, TikZ, pgfmath, xcolor, and xparse.
We can use yum or dnf to install texlive-quiz2socrative on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-quiz2socrative.
Install texlive-quiz2socrative 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-quiz2socrative using dnf by running the following command:
sudo dnf -y install texlive-quiz2socrative
Install texlive-quiz2socrative 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-quiz2socrative using yum by running the following command:
sudo yum -y install texlive-quiz2socrative
How To Uninstall texlive-quiz2socrative on Fedora 36
To uninstall only the texlive-quiz2socrative package we can use the following command:
sudo dnf remove texlive-quiz2socrative
texlive-quiz2socrative Package Contents on Fedora 36
/usr/share/licenses/texlive-quiz2socrative
/usr/share/licenses/texlive-quiz2socrative/lppl1.3c.txt
/usr/share/texlive/texmf-dist/doc/latex/quiz2socrative
/usr/share/texlive/texmf-dist/doc/latex/quiz2socrative/README.txt
/usr/share/texlive/texmf-dist/doc/latex/quiz2socrative/quiz2socrative-IT.pdf
/usr/share/texlive/texmf-dist/doc/latex/quiz2socrative/quiz2socrative-IT.tex
/usr/share/texlive/texmf-dist/doc/latex/quiz2socrative/sample-quiz2socrative-pdfQuiz.pdf
/usr/share/texlive/texmf-dist/doc/latex/quiz2socrative/sample-quiz2socrative-pdfQuiz.tex
/usr/share/texlive/texmf-dist/doc/latex/quiz2socrative/sample-quiz2socrative-socrativeQuiz+standalone.pdf
/usr/share/texlive/texmf-dist/doc/latex/quiz2socrative/sample-quiz2socrative-socrativeQuiz+standalone.tex
/usr/share/texlive/texmf-dist/tex/latex/quiz2socrative
/usr/share/texlive/texmf-dist/tex/latex/quiz2socrative/quiz2socrative.sty
References
Summary
In this tutorial we learn how to install texlive-quiz2socrative on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).