How To Install texlive-ktv-texdata on Fedora 36
Introduction
In this tutorial we learn how to install texlive-ktv-texdata on Fedora 36.
What is texlive-ktv-texdata
The package defines an exercice environment which numbers every exercise, and a command \get to extract a collection whose argument is a comma-separated set of exercise index numbers. While the package was designed for teachers constructing tables of exercises, it plainly has more general application.
We can use yum or dnf to install texlive-ktv-texdata on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-ktv-texdata.
Install texlive-ktv-texdata 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-ktv-texdata using dnf by running the following command:
sudo dnf -y install texlive-ktv-texdata
Install texlive-ktv-texdata 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-ktv-texdata using yum by running the following command:
sudo yum -y install texlive-ktv-texdata
How To Uninstall texlive-ktv-texdata on Fedora 36
To uninstall only the texlive-ktv-texdata package we can use the following command:
sudo dnf remove texlive-ktv-texdata
texlive-ktv-texdata Package Contents on Fedora 36
/usr/share/licenses/texlive-ktv-texdata
/usr/share/licenses/texlive-ktv-texdata/gpl.txt
/usr/share/texlive/texmf-dist/tex/latex/ktv-texdata
/usr/share/texlive/texmf-dist/tex/latex/ktv-texdata/ktv-buildnum.sty
/usr/share/texlive/texmf-dist/tex/latex/ktv-texdata/ktv-texdata.sty
References
Summary
In this tutorial we learn how to install texlive-ktv-texdata on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).