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

In this tutorial we learn how to install texlive-showexpl.noarch in Amazon Linux 2. texlive-showexpl.noarch is Typesetting LaTeX source code

Introduction

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

What is texlive-showexpl.noarch

This package provides a way to typeset LaTeX source code and the related result in the same document. date

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

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

sudo yum -y install texlive-showexpl.noarch

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

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

sudo yum remove texlive-showexpl.noarch

texlive-showexpl.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-showexpl-svn27790.v0.3j
/usr/share/doc/texlive-showexpl-svn27790.v0.3j/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/showexpl/showexpl.sty

References

Summary

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