How To Install texlive-beton.noarch on Amazon Linux 2
In this tutorial we learn how to install texlive-beton.noarch in Amazon Linux 2. texlive-beton.noarch is Use Concrete fonts
Introduction
In this tutorial we learn how to install texlive-beton.noarch on Amazon Linux 2.
What is texlive-beton.noarch
Typeset a LaTeX2e document with the Concrete fonts designed by Don Knuth and used in his book “Concrete Mathematics”. date
We can use yum to install texlive-beton.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-beton.noarch.
Install texlive-beton.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-beton.noarch using yum by running the following command:
sudo yum -y install texlive-beton.noarch
How To Uninstall texlive-beton.noarch on Amazon Linux 2
To uninstall only the texlive-beton.noarch package we can use the following command:
sudo yum remove texlive-beton.noarch
texlive-beton.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-beton-svn15878.0
/usr/share/doc/texlive-beton-svn15878.0/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/beton/beton.sty
References
Summary
In this tutorial we learn how to install texlive-beton.noarch on Amazon Linux 2 using yum.