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

In this tutorial we learn how to install texlive-fancyvrb.noarch in Amazon Linux 2. texlive-fancyvrb.noarch is Sophisticated verbatim text

Introduction

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

What is texlive-fancyvrb.noarch

Flexible handling of verbatim text including in footnotes; a variety of verbatim environments with many parameters; ability to define new customized verbatim environments; save and restore verbatim text and environments; write and read files in verbatim mode; build “example” environments (showing both result and verbatim source). date

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

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

sudo yum -y install texlive-fancyvrb.noarch

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

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

sudo yum remove texlive-fancyvrb.noarch

texlive-fancyvrb.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-fancyvrb-svn18492.2.8
/usr/share/doc/texlive-fancyvrb-svn18492.2.8/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fvrb-ex.sty
/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/hbaw.sty
/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/hcolor.sty

References

Summary

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