How To Install texlive-qstest on Fedora 36
Introduction
In this tutorial we learn how to install texlive-qstest
on Fedora 36.
What is texlive-qstest
This is the public release of the qstest bundle (written for DocScape Publisher) (C) 2006, 2007 QuinScape GmbH. The bundle contains the packages ‘makematch’ for matching patterns to targets (with a generalization in the form of pattern lists and keyword lists), and ‘qstest’ for performing unit tests, allowing the user to run a number of logged tests ensuring the consistency of values, properties and call sequences during execution of test code. Both packages make extensive use of in their package documentation, providing illustrated examples that are automatically verified to work as expected. Check the README file for details.
We can use yum
or dnf
to install texlive-qstest
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-qstest.
Install texlive-qstest 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-qstest
using dnf
by running the following command:
sudo dnf -y install texlive-qstest
Install texlive-qstest 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-qstest
using yum
by running the following command:
sudo yum -y install texlive-qstest
How To Uninstall texlive-qstest on Fedora 36
To uninstall only the texlive-qstest
package we can use the following command:
sudo dnf remove texlive-qstest
texlive-qstest Package Contents on Fedora 36
/usr/share/licenses/texlive-qstest
/usr/share/licenses/texlive-qstest/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/qstest
/usr/share/texlive/texmf-dist/tex/latex/qstest/makematch.sty
/usr/share/texlive/texmf-dist/tex/latex/qstest/qstest.sty
References
Summary
In this tutorial we learn how to install texlive-qstest
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).