How To Install texlive-sansmath.noarch on Amazon Linux 2
In this tutorial we learn how to install texlive-sansmath.noarch in Amazon Linux 2. texlive-sansmath.noarch is Maths in a sans font
Introduction
In this tutorial we learn how to install texlive-sansmath.noarch on Amazon Linux 2.
What is texlive-sansmath.noarch
The package defines a new math version sans, and a command \sansmath that behaves somewhat like \boldmath date
We can use yum to install texlive-sansmath.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-sansmath.noarch.
Install texlive-sansmath.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-sansmath.noarch using yum by running the following command:
sudo yum -y install texlive-sansmath.noarch
How To Uninstall texlive-sansmath.noarch on Amazon Linux 2
To uninstall only the texlive-sansmath.noarch package we can use the following command:
sudo yum remove texlive-sansmath.noarch
texlive-sansmath.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-sansmath-svn17997.1.1
/usr/share/doc/texlive-sansmath-svn17997.1.1/pd.txt
/usr/share/texlive/texmf-dist/tex/latex/sansmath/sansmath.sty
References
Summary
In this tutorial we learn how to install texlive-sansmath.noarch on Amazon Linux 2 using yum.