How To Install texlive-mathspec-doc.noarch on Amazon Linux 2
In this tutorial we learn how to install texlive-mathspec-doc.noarch in Amazon Linux 2. texlive-mathspec-doc.noarch is Documentation for mathspec
Introduction
In this tutorial we learn how to install texlive-mathspec-doc.noarch on Amazon Linux 2.
What is texlive-mathspec-doc.noarch
Documentation for mathspec
We can use yum to install texlive-mathspec-doc.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-mathspec-doc.noarch.
Install texlive-mathspec-doc.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-mathspec-doc.noarch using yum by running the following command:
sudo yum -y install texlive-mathspec-doc.noarch
How To Uninstall texlive-mathspec-doc.noarch on Amazon Linux 2
To uninstall only the texlive-mathspec-doc.noarch package we can use the following command:
sudo yum remove texlive-mathspec-doc.noarch
texlive-mathspec-doc.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-mathspec-doc-svn15878.0.2
/usr/share/doc/texlive-mathspec-doc-svn15878.0.2/lppl1.txt
/usr/share/texlive/texmf-dist/doc/xelatex/mathspec/README
/usr/share/texlive/texmf-dist/doc/xelatex/mathspec/mathspec.pdf
/usr/share/texlive/texmf-dist/doc/xelatex/mathspec/mathspec.tex
References
Summary
In this tutorial we learn how to install texlive-mathspec-doc.noarch on Amazon Linux 2 using yum.