How To Install texlive-xkeyval.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install texlive-xkeyval.noarch on Amazon Linux 2.
What is texlive-xkeyval.noarch
This package is an extension of the keyval package and offers additional macros for setting keys and declaring and setting class or package options. The package allows the programmer to specify a prefix to the name of the macros it defines for keys, and to define families of key definitions; these all help use in documents where several packages define their own sets of keys. date
We can use yum to install texlive-xkeyval.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-xkeyval.noarch.
Install texlive-xkeyval.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-xkeyval.noarch using yum by running the following command:
sudo yum -y install texlive-xkeyval.noarch
How To Uninstall texlive-xkeyval.noarch on Amazon Linux 2
To uninstall only the texlive-xkeyval.noarch package we can use the following command:
sudo yum remove texlive-xkeyval.noarch
texlive-xkeyval.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-xkeyval-svn27995.2.6a
/usr/share/doc/texlive-xkeyval-svn27995.2.6a/lppl1.txt
/usr/share/texlive/texmf-dist/tex/generic/xkeyval/keyval.tex
/usr/share/texlive/texmf-dist/tex/generic/xkeyval/pst-xkey.tex
/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex
/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvtxhdr.tex
/usr/share/texlive/texmf-dist/tex/latex/xkeyval/pst-xkey.sty
/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty
/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkvltxp.sty
/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkvview.sty
References
Summary
In this tutorial we learn how to install texlive-xkeyval.noarch on Amazon Linux 2 using yum.