How To Install texlive-qstest.noarch on Amazon Linux 2

In this tutorial we learn how to install texlive-qstest.noarch in Amazon Linux 2. texlive-qstest.noarch is Bundle for unit tests and pattern matching

Introduction

In this tutorial we learn how to install texlive-qstest.noarch on Amazon Linux 2.

What is texlive-qstest.noarch

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. date

We can use yum to install texlive-qstest.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-qstest.noarch.

Install texlive-qstest.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install texlive-qstest.noarch using yum by running the following command:

sudo yum -y install texlive-qstest.noarch

How To Uninstall texlive-qstest.noarch on Amazon Linux 2

To uninstall only the texlive-qstest.noarch package we can use the following command:

sudo yum remove texlive-qstest.noarch

texlive-qstest.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-qstest-svn15878.0
/usr/share/doc/texlive-qstest-svn15878.0/lppl1.txt
/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.noarch on Amazon Linux 2 using yum.