How To Install texlive-sepnum.noarch on Amazon Linux 2

In this tutorial we learn how to install texlive-sepnum.noarch in Amazon Linux 2. texlive-sepnum.noarch is Print numbers in a “friendly” format

Introduction

In this tutorial we learn how to install texlive-sepnum.noarch on Amazon Linux 2.

What is texlive-sepnum.noarch

Provides a command to print a number with (potentially different) separators every three digits in the parts either side of the decimal point (the point itself is also configurable). The macro is fully expandable and not fragile (unless one of the separators is). There is also a command \sepnumform, that may be used when defining \the macros. date

We can use yum to install texlive-sepnum.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-sepnum.noarch.

Install texlive-sepnum.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-sepnum.noarch using yum by running the following command:

sudo yum -y install texlive-sepnum.noarch

How To Uninstall texlive-sepnum.noarch on Amazon Linux 2

To uninstall only the texlive-sepnum.noarch package we can use the following command:

sudo yum remove texlive-sepnum.noarch

texlive-sepnum.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-sepnum-svn20186.2.0
/usr/share/doc/texlive-sepnum-svn20186.2.0/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/sepnum/sepnum.sty

References

Summary

In this tutorial we learn how to install texlive-sepnum.noarch on Amazon Linux 2 using yum.