How to Install and Uninstall texlive-listings.noarch Package on Rocky Linux 9
Last updated: January 09,2025
1. Install "texlive-listings.noarch" package
Please follow the guidelines below to install texlive-listings.noarch on Rocky Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
texlive-listings.noarch
Copied
2. Uninstall "texlive-listings.noarch" package
Learn how to uninstall texlive-listings.noarch on Rocky Linux 9:
$
sudo dnf remove
texlive-listings.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the texlive-listings.noarch package on Rocky Linux 9
Last metadata expiration check: 0:45:13 ago on Fri Feb 16 06:49:52 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 : 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).
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 : 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).