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

In this tutorial we learn how to install texlive-setspace.noarch in Amazon Linux 2. texlive-setspace.noarch is Set space between lines

Introduction

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

What is texlive-setspace.noarch

Provides support for setting the spacing between lines in a document. Package options include singlespacing, onehalfspacing, and doublespacing. Alternatively the spacing can be changed as required with the \singlespacing, \onehalfspacing, and \doublespacing commands. Other size spacings also available. date

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

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

sudo yum -y install texlive-setspace.noarch

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

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

sudo yum remove texlive-setspace.noarch

texlive-setspace.noarch Package Contents on Amazon Linux 2

/usr/share/texlive/texmf-dist/tex/latex/setspace/setspace.sty

References

Summary

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