How to Install and Uninstall texlive-listings.noarch Package on Amazon Linux 2

Last updated: May 19,2024

1. Install "texlive-listings.noarch" package

Please follow the instructions below to install texlive-listings.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install texlive-listings.noarch

2. Uninstall "texlive-listings.noarch" package

This is a short guide on how to uninstall texlive-listings.noarch on Amazon Linux 2:

$ sudo yum remove texlive-listings.noarch $ sudo yum autoremove

3. Information about the texlive-listings.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : texlive-listings
Arch : noarch
Epoch : 2
Version : svn15878.1.4
Release : 38.amzn2.0.5
Size : 138 k
Repo : amzn2-core/2/x86_64
Summary : Typeset source code listings using LaTeX
URL : http://tug.org/texlive/
License : LPPL
Description : Typeset programs (programming code) within LaTeX. The source
: code is read directly by TeX. Keywords, comments and strings
: can be typeset using different styles (default is bold for
: keywords, italic for comments and no special style for
: strings). Includes support for hyperref. To use, simply
: \usepackage{listings}, identify the language with
: \lstset{language=Python}, then employ the \begin{lstlisting}
: ... \end{lstlisting} environment or the
: \lstinputlisting{filename.py} command. Short (in-line) listings
: are also available, using either \lstinline|...| or | ... |
: (after defining the | token with the \lstMakeShortInline
: command).
:
: date: 2007-03-12 20:45:12 +0100