How To Install texlive-exercisebank on Fedora 36
Introduction
In this tutorial we learn how to install texlive-exercisebank on Fedora 36.
What is texlive-exercisebank
This package makes it easier to maintain and edit your exercise sets. Exercises are saved as separate files containing part problems. These files can be used to make sets, and you can cherry-pick or exclude certain part problems as you see fit.
We can use yum or dnf to install texlive-exercisebank on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-exercisebank.
Install texlive-exercisebank 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-exercisebank using dnf by running the following command:
sudo dnf -y install texlive-exercisebank
Install texlive-exercisebank 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-exercisebank using yum by running the following command:
sudo yum -y install texlive-exercisebank
How To Uninstall texlive-exercisebank on Fedora 36
To uninstall only the texlive-exercisebank package we can use the following command:
sudo dnf remove texlive-exercisebank
texlive-exercisebank Package Contents on Fedora 36
/usr/share/licenses/texlive-exercisebank
/usr/share/licenses/texlive-exercisebank/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/exercisebank
/usr/share/texlive/texmf-dist/doc/latex/exercisebank/README.txt
/usr/share/texlive/texmf-dist/doc/latex/exercisebank/example.zip
/usr/share/texlive/texmf-dist/doc/latex/exercisebank/exercisebank-doc.pdf
/usr/share/texlive/texmf-dist/doc/latex/exercisebank/exercisebank-doc.tex
/usr/share/texlive/texmf-dist/tex/latex/exercisebank
/usr/share/texlive/texmf-dist/tex/latex/exercisebank/exercisebank.sty
References
Summary
In this tutorial we learn how to install texlive-exercisebank on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).