How to Install and Uninstall texlive-listings.noarch Package on Oracle Linux 9

Last updated: May 18,2024

1. Install "texlive-listings.noarch" package

Learn how to install texlive-listings.noarch on Oracle Linux 9

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

2. Uninstall "texlive-listings.noarch" package

Please follow the instructions below to uninstall texlive-listings.noarch on Oracle Linux 9:

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

3. Information about the texlive-listings.noarch package on Oracle Linux 9

Last metadata expiration check: 1:21:30 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : texlive-listings
Epoch : 9
Version : 20200406
Release : 26.el9_2
Architecture : noarch
Size : 2.2 M
Source : texlive-20200406-26.el9_2.src.rpm
Repository : ol9_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).