How to Install and Uninstall texlive-listings.noarch Package on CentOS Stream 9
Last updated: November 25,2024
1. Install "texlive-listings.noarch" package
Please follow the guidelines below to install texlive-listings.noarch on CentOS Stream 9
$
sudo dnf update
Copied
$
sudo dnf install
texlive-listings.noarch
Copied
2. Uninstall "texlive-listings.noarch" package
This guide let you learn how to uninstall texlive-listings.noarch on CentOS Stream 9:
$
sudo dnf remove
texlive-listings.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the texlive-listings.noarch package on CentOS Stream 9
Last metadata expiration check: 2:40:23 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : texlive-listings
Epoch : 9
Version : 20200406
Release : 26.el9
Architecture : noarch
Size : 2.2 M
Source : texlive-20200406-26.el9.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
Architecture : noarch
Size : 2.2 M
Source : texlive-20200406-26.el9.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).