How to Install and Uninstall texlive-listings.noarch Package on CentOS 8 / RHEL 8

Last updated: May 18,2024

1. Install "texlive-listings.noarch" package

Please follow the steps below to install texlive-listings.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install texlive-listings.noarch

2. Uninstall "texlive-listings.noarch" package

Please follow the guidelines below to uninstall texlive-listings.noarch on CentOS 8 / RHEL 8:

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

3. Information about the texlive-listings.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:48:06 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : texlive-listings
Epoch : 7
Version : 20180414
Release : 19.el8
Architecture : noarch
Size : 1.3 M
Source : texlive-20180414-19.el8.src.rpm
Repository : appstream
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).