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

In this tutorial we learn how to install texlive-paralist.noarch in Amazon Linux 2. texlive-paralist.noarch is Enumerate and itemize within paragraphs

Introduction

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

What is texlive-paralist.noarch

Provides enumerate and itemize environments that can be used within paragraphs to format the items either as running text or as separate paragraphs with a preceding number or symbol. Also provides compacted versions of enumerate and itemize. date

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

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

sudo yum -y install texlive-paralist.noarch

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

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

sudo yum remove texlive-paralist.noarch

texlive-paralist.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-paralist-svn15878.2.3b
/usr/share/doc/texlive-paralist-svn15878.2.3b/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/paralist/paralist.sty

References

Summary

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