How To Install texlive-fmtcount.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install texlive-fmtcount.noarch on Amazon Linux 2.
What is texlive-fmtcount.noarch
The package provides commands that display the value of a LaTeX counter in a variety of formats (ordinal, text, hexadecimal, decimal, octal, binary etc). The package offers some multilingual support; configurations for use in English (both British and American usage), French (including Belgian and Swiss variants), German, Italian, Portuguese and Spanish documents are provided. This package was originally provided as part of the author’s datetime package, but is now distributed separately. date
We can use yum to install texlive-fmtcount.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-fmtcount.noarch.
Install texlive-fmtcount.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-fmtcount.noarch using yum by running the following command:
sudo yum -y install texlive-fmtcount.noarch
How To Uninstall texlive-fmtcount.noarch on Amazon Linux 2
To uninstall only the texlive-fmtcount.noarch package we can use the following command:
sudo yum remove texlive-fmtcount.noarch
texlive-fmtcount.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-fmtcount-svn28068.2.02
/usr/share/doc/texlive-fmtcount-svn28068.2.02/lppl1.3.txt
/usr/share/texlive/texmf-dist/scripts/fmtcount/fmtcount.perl
/usr/share/texlive/texmf-dist/tex/latex/fmtcount/fc-UKenglish.def
/usr/share/texlive/texmf-dist/tex/latex/fmtcount/fc-USenglish.def
/usr/share/texlive/texmf-dist/tex/latex/fmtcount/fc-american.def
/usr/share/texlive/texmf-dist/tex/latex/fmtcount/fc-british.def
/usr/share/texlive/texmf-dist/tex/latex/fmtcount/fc-english.def
/usr/share/texlive/texmf-dist/tex/latex/fmtcount/fc-francais.def
/usr/share/texlive/texmf-dist/tex/latex/fmtcount/fc-french.def
/usr/share/texlive/texmf-dist/tex/latex/fmtcount/fc-frenchb.def
/usr/share/texlive/texmf-dist/tex/latex/fmtcount/fc-german.def
/usr/share/texlive/texmf-dist/tex/latex/fmtcount/fc-germanb.def
/usr/share/texlive/texmf-dist/tex/latex/fmtcount/fc-italian.def
/usr/share/texlive/texmf-dist/tex/latex/fmtcount/fc-ngerman.def
/usr/share/texlive/texmf-dist/tex/latex/fmtcount/fc-ngermanb.def
/usr/share/texlive/texmf-dist/tex/latex/fmtcount/fc-portuges.def
/usr/share/texlive/texmf-dist/tex/latex/fmtcount/fc-spanish.def
/usr/share/texlive/texmf-dist/tex/latex/fmtcount/fcnumparser.sty
/usr/share/texlive/texmf-dist/tex/latex/fmtcount/fcprefix.sty
/usr/share/texlive/texmf-dist/tex/latex/fmtcount/fmtcount.sty
References
Summary
In this tutorial we learn how to install texlive-fmtcount.noarch on Amazon Linux 2 using yum.